[PATCH] textproc/p5-XML-Atom-Syndication: update to 0.910

Aaron Dalton aaron at freebsd.org
Sun Jun 18 22:31:03 UTC 2006


>Submitter-Id:	current-users
>Originator:	Aaron Dalton
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] textproc/p5-XML-Atom-Syndication: update to 0.910
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 5.4-RELEASE i386
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 0.910
- Restrict to Perl 5.6+ due to dependencies

Port maintainer (perl at FreeBSD.org) is cc'd.

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

--- p5-XML-Atom-Syndication-0.910.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Atom-Syndication/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	21 Apr 2006 02:00:27 -0000	1.6
+++ Makefile	18 Jun 2006 22:29:40 -0000
@@ -5,11 +5,12 @@
 # $FreeBSD: ports/textproc/p5-XML-Atom-Syndication/Makefile,v 1.6 2006/04/21 02:00:27 leeym Exp $
 
 PORTNAME=	XML-Atom-Syndication
-PORTVERSION=	0.901
+PORTVERSION=	0.910
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-0.91
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Simple lightweight client for consuming Atom syndication feeds
@@ -34,6 +35,17 @@
 	XML::Atom::Syndication::Person.3 \
 	XML::Atom::Syndication::Source.3 \
 	XML::Atom::Syndication::Text.3 \
-	XML::Atom::Syndication::Writer.3 \
+	XML::Atom::Syndication::Writer.3
 
-.include <bsd.port.mk>
+post-patch:
+	@${RM} ${WRKSRC}/._*
+	@${RM} ${WRKSRC}/lib/XML/Atom/._*
+	@${RM} ${WRKSRC}/lib/XML/Atom/Syndication/._*
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 # inherited from p5-XML-Elemental
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Atom-Syndication/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	21 Apr 2006 02:00:27 -0000	1.6
+++ distinfo	18 Jun 2006 22:29:40 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Atom-Syndication-0.901.tar.gz) = cb6814dca28a6d368f1a18a5be4a4418
-SHA256 (XML-Atom-Syndication-0.901.tar.gz) = fcf62325db5d4f1906020db6eaa73c341b3197871d03d1e347f2ee3f4a0d6d41
-SIZE (XML-Atom-Syndication-0.901.tar.gz) = 33758
+MD5 (XML-Atom-Syndication-0.91.tar.gz) = 4325adcd5e9e897e4a32e334488bf3f7
+SHA256 (XML-Atom-Syndication-0.91.tar.gz) = 5aba043d76f7237edb543f81c81ec07eeac16c9f878f5446ec2bb7d6bf3a56b4
+SIZE (XML-Atom-Syndication-0.91.tar.gz) = 32476
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Atom-Syndication/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	21 Apr 2006 02:00:27 -0000	1.3
+++ pkg-plist	18 Jun 2006 22:29:40 -0000
@@ -13,9 +13,9 @@
 %%SITE_PERL%%/XML/Atom/Syndication/Util.pm
 %%SITE_PERL%%/XML/Atom/Syndication/Writer.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/Syndication/.packlist
- at dirrm %%SITE_PERL%%/XML/Atom/Syndication
- at dirrmtry %%SITE_PERL%%/XML/Atom
- at dirrmtry %%SITE_PERL%%/XML
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/Syndication
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom/Syndication
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Atom
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
+ at dirrmtry %%SITE_PERL%%/XML/Atom/Syndication
+ at dirrmtry %%SITE_PERL%%/XML/Atom
+ at dirrmtry %%SITE_PERL%%/XML
--- p5-XML-Atom-Syndication-0.910.patch ends here ---



More information about the freebsd-perl mailing list