diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:05:04 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-22 21:05:04 +0800 |
commit | 3a62dd869b1e60f24a2ced0832d79f52e0a1d075 (patch) | |
tree | d6489c58c2575f28085467742f27fab06e073579 /www/p5-Apache-SSI | |
parent | 99c4c80be8d051d7a39214ae15e6144f58db4cd7 (diff) | |
download | freebsd-ports-gnome-3a62dd869b1e60f24a2ced0832d79f52e0a1d075.tar.gz freebsd-ports-gnome-3a62dd869b1e60f24a2ced0832d79f52e0a1d075.tar.zst freebsd-ports-gnome-3a62dd869b1e60f24a2ced0832d79f52e0a1d075.zip |
Update to 2.17
Diffstat (limited to 'www/p5-Apache-SSI')
-rw-r--r-- | www/p5-Apache-SSI/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Apache-SSI/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-SSI/pkg-plist | 11 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile index d18a58e6dd14..ea62411d7237 100644 --- a/www/p5-Apache-SSI/Makefile +++ b/www/p5-Apache-SSI/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Apache-SSI -PORTVERSION= 2.16 -PORTREVISION= 1 +PORTVERSION= 2.17 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-SSI/distinfo b/www/p5-Apache-SSI/distinfo index ad3a73936966..3f9a980972f1 100644 --- a/www/p5-Apache-SSI/distinfo +++ b/www/p5-Apache-SSI/distinfo @@ -1 +1 @@ -MD5 (Apache-SSI-2.16.tar.gz) = 341d1a126296d1b65cb38c5c921ff3a9 +MD5 (Apache-SSI-2.17.tar.gz) = b229a3a25a82935cad2da1af637714be diff --git a/www/p5-Apache-SSI/pkg-plist b/www/p5-Apache-SSI/pkg-plist index 07937e335cbb..0106cecb4d23 100644 --- a/www/p5-Apache-SSI/pkg-plist +++ b/www/p5-Apache-SSI/pkg-plist @@ -1,5 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/Apache/SSI.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true +%%SITE_PERL%%/Apache/SSI.pm +%%SITE_PERL%%/Apache/FakeSSI.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SSI/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SSI +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |