mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
4482715b67
commit
b7f6bc22de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104141
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user