ports/98333: Update Port: textproc/p5-SML-RSS-LibXML 0.19->0.21

Aaron Dalton aaron at FreeBSD.org
Thu Jun 1 23:40:41 UTC 2006


>Number:         98333
>Category:       ports
>Synopsis:       Update Port: textproc/p5-SML-RSS-LibXML 0.19->0.21
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 23:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.19 to v0.21
- Move to MODBUILD
- Restrict to Perl 5.7.3+ due to new dependency upon converters/p5-Encode
- Update plist

Changes
=======

Except where noted, all changes made by Daisuke Maki

0.21 - 31 May 2006
  - Repository blunder messes up the distro. fixed.
    Reported by Tatsuhiko Miyagawa

0.20 - 14 May 2006
  - Set $rss->{version} for compatibility.
  - As a result, we no longer set or depend on $rss->{_internal}{version}.
    If you saw it and used it, then stop doing that ;)
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-RSS-LibXML/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	28 Apr 2006 02:26:40 -0000	1.2
+++ Makefile	1 Jun 2006 23:35:48 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-RSS-LibXML
-PORTVERSION=	0.19
+PORTVERSION=	0.21
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,25 +15,26 @@
 MAINTAINER=	gslin at gslin.org
 COMMENT=	XML::RSS with XML::LibXML
 
-BUILD_DEPENDS=	${SITE_PERL}/mach/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
-		${SITE_PERL}/mach/XML/LibXML/XPathContext.pm:${PORTSDIR}/textproc/p5-XML-LibXML-XPathContext
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
+		${SITE_PERL}/${PERL_ARCH}/XML/LibXML/XPathContext.pm:${PORTSDIR}/textproc/p5-XML-LibXML-XPathContext \
+		${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
-MAN3=		XML::RSS::LibXML.3 \
-		XML::RSS::LibXML::Generator.3 \
-		XML::RSS::LibXML::MagicElement.3 \
-		XML::RSS::LibXML::Parser.3 \
-		XML::RSS::LibXML::V10.3 \
-	       	XML::RSS::LibXML::Format.3 \
-	       	XML::RSS::LibXML::V09.3 \
-	       	XML::RSS::LibXML::V20.3
+MAN3=	XML::RSS::LibXML.3 \
+	XML::RSS::LibXML::Format.3 \
+	XML::RSS::LibXML::Generator.3 \
+	XML::RSS::LibXML::MagicElement.3 \
+	XML::RSS::LibXML::Parser.3 \
+	XML::RSS::LibXML::V09.3 \
+	XML::RSS::LibXML::V10.3 \
+	XML::RSS::LibXML::V20.3
 
 .include <bsd.port.pre.mk>
 
-.if (${PERL_LEVEL} < 500601)
-IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
+.if ${PERL_LEVEL} < 500703 #inherited from converters/p5-Encode
+IGNORE=	requires perl 5.7.3 or later. Install lang/perl5.8 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-RSS-LibXML/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	28 Apr 2006 02:26:40 -0000	1.2
+++ distinfo	1 Jun 2006 23:35:48 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-RSS-LibXML-0.19.tar.gz) = 43c6ddcab6cf093d7a024872ff7eef8b
-SHA256 (XML-RSS-LibXML-0.19.tar.gz) = ff47f419ba3e3e6132115959037daf56c031e99a4449ac5d9f860ef330d43242
-SIZE (XML-RSS-LibXML-0.19.tar.gz) = 19398
+MD5 (XML-RSS-LibXML-0.21.tar.gz) = c2a1c800ceddc75177f0f8f86c42d498
+SHA256 (XML-RSS-LibXML-0.21.tar.gz) = daaec6942f4e8f62aaab280f021f1354c87328cccbab865ed6be9c7131becff6
+SIZE (XML-RSS-LibXML-0.21.tar.gz) = 19693
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-RSS-LibXML/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	22 Jan 2006 02:54:54 -0000	1.3
+++ pkg-plist	1 Jun 2006 23:35:48 -0000
@@ -6,9 +6,6 @@
 %%SITE_PERL%%/XML/RSS/LibXML/V09.pm
 %%SITE_PERL%%/XML/RSS/LibXML/V10.pm
 %%SITE_PERL%%/XML/RSS/LibXML/V20.pm
-%%SITE_PERL%%/benchmark.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RSS-LibXML/.packlist
 @dirrm %%SITE_PERL%%/XML/RSS/LibXML
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML-RSS-LibXML
 @dirrmtry %%SITE_PERL%%/XML/RSS
 @dirrmtry %%SITE_PERL%%/XML
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list