diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-02-21 17:30:48 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-02-21 17:30:48 +0800 |
commit | 94eb9494e441b9d095ac2ee2382bd1b696254f47 (patch) | |
tree | 8dd8788ed494e6f21c70a4b2c5fa8ef010c70ba4 /textproc | |
parent | 3b7fddb8fb0fa2735d0b3460712beb8838e2edd0 (diff) | |
download | freebsd-ports-gnome-94eb9494e441b9d095ac2ee2382bd1b696254f47.tar.gz freebsd-ports-gnome-94eb9494e441b9d095ac2ee2382bd1b696254f47.tar.zst freebsd-ports-gnome-94eb9494e441b9d095ac2ee2382bd1b696254f47.zip |
upgrade to 1.01
Diffstat (limited to 'textproc')
-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 | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 838fea47814d..6b88ccccd949 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 0.97 +PORTVERSION= 1.01 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 0578f089e065..4e7591d8e244 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1 +1 @@ -MD5 (XML-RSS-0.97.tar.gz) = a588177871e0ab4d88bf15e61cfc3add +MD5 (XML-RSS-1.01.tar.gz) = 588165ea1565f156a362cae759a3a458 diff --git a/textproc/p5-XML-RSS/pkg-plist b/textproc/p5-XML-RSS/pkg-plist index 7b3af97a6f0e..92f4cfc3896b 100644 --- a/textproc/p5-XML-RSS/pkg-plist +++ b/textproc/p5-XML-RSS/pkg-plist @@ -1,5 +1,5 @@ -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 -@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 +%%SITE_PERL%%/XML/RSS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/RSS +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |