diff options
author | vs <vs@FreeBSD.org> | 2004-03-16 14:48:14 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-16 14:48:14 +0800 |
commit | efcaf628b2497c54a7a089b92a225d040d8532e1 (patch) | |
tree | d3c084e9f9807b67e56187bcb6ed2ba18970f96c /textproc | |
parent | cda845f11e8549faa11374de69e759a748057cbb (diff) | |
download | freebsd-ports-gnome-efcaf628b2497c54a7a089b92a225d040d8532e1.tar.gz freebsd-ports-gnome-efcaf628b2497c54a7a089b92a225d040d8532e1.tar.zst freebsd-ports-gnome-efcaf628b2497c54a7a089b92a225d040d8532e1.zip |
Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0
- Fix dependencies [1],mat
- Add WWW [1]
PR: 64192 [1]
Submitted by: Kimura Fuyuki
Approved by: linimon (mentor)
Second pair of eyes provided by: mat
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index faf6242445ef..7047dc74e1af 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -6,8 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -16,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index 908d5d9ba036..a4a3c3c13c54 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-RSS-1.02.tar.gz) = ce6ea96f39874ac23e35d8e1b85557ac -SIZE (XML-RSS-1.02.tar.gz) = 38454 +MD5 (XML-RSS-1.04.tar.gz) = 7fd0c5393c3fffac0dcf447d9f0dfb4f +SIZE (XML-RSS-1.04.tar.gz) = 38362 diff --git a/textproc/p5-XML-RSS/pkg-descr b/textproc/p5-XML-RSS/pkg-descr index 8e9c6981abe4..7917e699aa36 100644 --- a/textproc/p5-XML-RSS/pkg-descr +++ b/textproc/p5-XML-RSS/pkg-descr @@ -1,3 +1,5 @@ This module was created to help those who need to manage RDF Site Summary (RSS) files. It makes quick work of creating, updating, and saving RSS files. + +WWW: http://search.cpan.org/dist/XML-RSS/ |