diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-25 17:50:45 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-25 17:50:45 +0800 |
commit | b2de42fa992fcc34c76652f8d7d346ab06a9adb2 (patch) | |
tree | b1e690b4ce9a5615f869a54528452db4fb0c6068 /devel | |
parent | ded056b8604023616906935633e03084c2697af8 (diff) | |
download | freebsd-ports-gnome-b2de42fa992fcc34c76652f8d7d346ab06a9adb2.tar.gz freebsd-ports-gnome-b2de42fa992fcc34c76652f8d7d346ab06a9adb2.tar.zst freebsd-ports-gnome-b2de42fa992fcc34c76652f8d7d346ab06a9adb2.zip |
- update to 1.2.3 (this fixes the configure error on bento [1])
- fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case
Noticed by: kris
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cil/Makefile | 3 | ||||
-rw-r--r-- | devel/cil/distinfo | 2 | ||||
-rw-r--r-- | devel/cil/pkg-plist | 13 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 69a161f866c1..9c5e7bad34ad 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -6,8 +6,7 @@ # PORTNAME= cil -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.3 CATEGORIES= devel lang MASTER_SITES= http://manju.cs.berkeley.edu/cil/distrib/ diff --git a/devel/cil/distinfo b/devel/cil/distinfo index 65b5e96e5d6c..d7e182770fab 100644 --- a/devel/cil/distinfo +++ b/devel/cil/distinfo @@ -1 +1 @@ -MD5 (cil-1.2.1.tar.gz) = 942c7fe5997c271d00746f2b8348df2d +MD5 (cil-1.2.3.tar.gz) = 4ee3575b75798c744f62d60e8da49e36 diff --git a/devel/cil/pkg-plist b/devel/cil/pkg-plist index 51c4d4ac58f4..a73a9d9bb8cb 100644 --- a/devel/cil/pkg-plist +++ b/devel/cil/pkg-plist @@ -1,11 +1,6 @@ bin/cilly bin/patcher bin/teetwo -lib/perl5/site_perl/5.6.1/CIL/Cilly.pm -lib/perl5/site_perl/5.6.1/CIL/KeptFile.pm -lib/perl5/site_perl/5.6.1/CIL/OutputFile.pm -lib/perl5/site_perl/5.6.1/CIL/TempFile.pm -lib/perl5/site_perl/5.6.1/CilConfig.pm libexec/cil/cilly.byte.exe libexec/cil/machdep.exe %%DOCSDIR%%/CIL-API.pdf @@ -120,4 +115,10 @@ libexec/cil/machdep.exe @dirrm %%DOCSDIR%%/api @dirrm %%DOCSDIR%% @dirrm libexec/cil -@dirrm lib/perl5/site_perl/5.6.1/CIL +@cwd %%LOCALBASE%% +%%SITE_PERL%%/CIL/Cilly.pm +%%SITE_PERL%%/CIL/KeptFile.pm +%%SITE_PERL%%/CIL/OutputFile.pm +%%SITE_PERL%%/CIL/TempFile.pm +%%SITE_PERL%%/CilConfig.pm +@dirrm %%SITE_PERL%%/CIL |