ports/70398: [PATCH] textproc/p5-XML-RSS: update to 1.05

Cheng-Lung Sung clsung at dragon2.net
Fri Aug 13 08:10:23 UTC 2004


>Number:         70398
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-RSS: update to 1.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 08:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #3: Tue Aug 10 17:43:32 CST 2004
>Description:
- add new dependency of Test-*
- ask for maintainership
- Update to 1.05
- copy from Changes:
    * fixed version number
    * improved RSS 2.0 generation support
    * typo and documentation fixes

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-XML-RSS-1.05.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/Makefile /home/clsung/p5-XML-RSS/Makefile
--- /usr/ports/textproc/p5-XML-RSS/Makefile	Thu Mar 18 09:04:23 2004
+++ /home/clsung/p5-XML-RSS/Makefile	Fri Aug 13 15:47:56 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-RSS
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,11 +15,18 @@
 MAINTAINER=	ports at 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
+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
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		XML::RSS.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/distinfo /home/clsung/p5-XML-RSS/distinfo
--- /usr/ports/textproc/p5-XML-RSS/distinfo	Thu Mar 18 09:04:23 2004
+++ /home/clsung/p5-XML-RSS/distinfo	Fri Aug 13 15:42:35 2004
@@ -1,2 +1,2 @@
-MD5 (XML-RSS-1.04.tar.gz) = 7fd0c5393c3fffac0dcf447d9f0dfb4f
-SIZE (XML-RSS-1.04.tar.gz) = 38362
+MD5 (XML-RSS-1.05.tar.gz) = 3eaa65ec6316edec3194b6a2f384a65c
+SIZE (XML-RSS-1.05.tar.gz) = 38586
--- p5-XML-RSS-1.05.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list