diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-09 12:25:49 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-09 12:25:49 +0000 |
commit | 97ac4212af0c22542387abb2097a6d7c7a0bd01d (patch) | |
tree | 086df36064145871cd5addeeb0751a160312649e /devel/cil | |
parent | ae933c784b8f4c5bde8f622bc1c822989a2ee4d2 (diff) | |
download | ports-97ac4212af0c22542387abb2097a6d7c7a0bd01d.tar.gz ports-97ac4212af0c22542387abb2097a6d7c7a0bd01d.zip |
Notes
Diffstat (limited to 'devel/cil')
-rw-r--r-- | devel/cil/Makefile | 7 | ||||
-rw-r--r-- | devel/cil/distinfo | 4 | ||||
-rw-r--r-- | devel/cil/pkg-plist | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 9cd37832759e..290d81e5cd16 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cil -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= devel lang MASTER_SITES= http://manju.cs.berkeley.edu/cil/distrib/ @@ -31,10 +30,6 @@ EXECFILES= cilly.byte.exe machdep.exe .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not build on FreeBSD >= 5.x" -.endif - .if ${PERL_LEVEL} < 500601 IGNORE= "Does not work with perl < 5.6.1" .endif diff --git a/devel/cil/distinfo b/devel/cil/distinfo index 305a7f410dcc..e080c25279b5 100644 --- a/devel/cil/distinfo +++ b/devel/cil/distinfo @@ -1,2 +1,2 @@ -MD5 (cil-1.2.3.tar.gz) = 4ee3575b75798c744f62d60e8da49e36 -SIZE (cil-1.2.3.tar.gz) = 963740 +MD5 (cil-1.3.1.tar.gz) = 03c5a5393eb9a4ba95259a375424b735 +SIZE (cil-1.3.1.tar.gz) = 1001455 diff --git a/devel/cil/pkg-plist b/devel/cil/pkg-plist index a73a9d9bb8cb..447bbb76243e 100644 --- a/devel/cil/pkg-plist +++ b/devel/cil/pkg-plist @@ -100,6 +100,8 @@ libexec/cil/machdep.exe %%DOCSDIR%%/examples/ex42.txt %%DOCSDIR%%/examples/ex43.txt %%DOCSDIR%%/examples/ex44.txt +%%DOCSDIR%%/examples/ex45.txt +%%DOCSDIR%%/examples/ex46.txt %%DOCSDIR%%/examples/ex5.txt %%DOCSDIR%%/examples/ex6.txt %%DOCSDIR%%/examples/ex7.txt |