diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 01:20:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 01:20:55 +0000 |
commit | 001c3c4aa2bfa474c9f4ba4366805a93191369a2 (patch) | |
tree | 4aa2d96f28b47ebd15a4c12f37f4c6f26dd364f8 /textproc | |
parent | 42697e35affb5b4ae889ebfd84a0d385d2d5673c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Template/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-plist | 4 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/pkg-plist | 5 |
6 files changed, 11 insertions, 8 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index f2d2b3f48122..f48ce64a6d87 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Template -PORTVERSION= 1.23 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ ${MASTER_SITE_PERL_CPAN} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= YES -MAN3= Text::Template.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Text::Template.3 .include <bsd.port.mk> diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo index 0a0d648a9b29..c5c6b82e69b4 100644 --- a/textproc/p5-Text-Template/distinfo +++ b/textproc/p5-Text-Template/distinfo @@ -1 +1 @@ -MD5 (Text-Template-1.23.tar.gz) = c9ffdda98f9abfdbc350caea3d90f9b4 +MD5 (Text-Template-1.31.tar.gz) = 7001f889cfe4362d53f51b3eae67021b diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist index 5ae712d81ac0..ddf4a3516aac 100644 --- a/textproc/p5-Text-Template/pkg-plist +++ b/textproc/p5-Text-Template/pkg-plist @@ -1,5 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist lib/perl5/site_perl/%%PERL_VER%%/Text/Template.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/Template/Preprocess.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Template @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/Template @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 0d37dbc9e358..88df63e919b5 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 0.9 +PORTVERSION= 0.97 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index ca50843dc1f7..0578f089e065 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1 +1 @@ -MD5 (XML-RSS-0.9.tar.gz) = 5396e9a236c6ea0ac9a4366bd74adf9d +MD5 (XML-RSS-0.97.tar.gz) = a588177871e0ab4d88bf15e61cfc3add diff --git a/textproc/p5-XML-RSS/pkg-plist b/textproc/p5-XML-RSS/pkg-plist index 13e040acbc1b..7b3af97a6f0e 100644 --- a/textproc/p5-XML-RSS/pkg-plist +++ b/textproc/p5-XML-RSS/pkg-plist @@ -1,4 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist lib/perl5/site_perl/%%PERL_VER%%/XML/RSS.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/RSS -@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true |