diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-23 17:27:39 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-23 17:27:39 +0000 |
commit | 91b08c5163888111ded66b435bd4ae240da61343 (patch) | |
tree | fa40ec28afa8b4ba937c0933e72b0281ad2e6862 | |
parent | 12a1c3a70d05427f729322f377269c7c34f3547c (diff) | |
download | ports-91b08c5163888111ded66b435bd4ae240da61343.tar.gz ports-91b08c5163888111ded66b435bd4ae240da61343.zip |
Notes
-rw-r--r-- | devel/cil/Makefile | 3 | ||||
-rw-r--r-- | devel/cil/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 5d1f02f9ec86..cf7209930b67 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cil -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= devel lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -28,7 +28,6 @@ PORTDOCS= * PLIST_FILES= ${BINFILES:S,^,bin/,} ${LEXECFILES:S,^,libexec/cil/,} \ %%SITE_PERL%%/CilConfig.pm ${LIBFILES:S,^,%%SITE_PERL%%/CIL/,} PLIST_DIRS= %%SITE_PERL%%/CIL libexec/cil - BINFILES= cilly patcher teetwo LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm LEXECFILES= cilly.asm.exe cilly.byte.exe diff --git a/devel/cil/distinfo b/devel/cil/distinfo index 4c78e33759e2..192918a82351 100644 --- a/devel/cil/distinfo +++ b/devel/cil/distinfo @@ -1,2 +1,2 @@ -SHA256 (cil-1.5.1.tar.gz) = e2172b4053bf8064ec5ea7deebf169d2b944f588a64c119fe310b48b57e2cd7b -SIZE (cil-1.5.1.tar.gz) = 1792712 +SHA256 (cil-1.6.0.tar.gz) = 00d74b5cfdc18683e60472cf49a754251793d8dcfd90018176a0b54a8171eea4 +SIZE (cil-1.6.0.tar.gz) = 1795800 |