Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 21:49:17 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perl@FreeBSD.org, gslin@gslin.org
Subject:   ports/102234: [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94
Message-ID:  <20060818134917.1830B1FD@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608181350.k7IDoIJP047708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102234
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Atom-Syndication: update to 0.94
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 13:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.94
- ${RM} will ask override permission when post-patch, so use ${FIND} -delete

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

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

--- p5-XML-Atom-Syndication-0.94,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom-Syndication/Makefile /home/staff/gslin/work/p5-XML-Atom-Syndication/Makefile
--- /usr/ports/textproc/p5-XML-Atom-Syndication/Makefile	Mon Jun 19 19:10:26 2006
+++ /home/staff/gslin/work/p5-XML-Atom-Syndication/Makefile	Fri Aug 18 21:46:31 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/textproc/p5-XML-Atom-Syndication/Makefile,v 1.8 2006/06/19 11:10:26 mat Exp $
 
 PORTNAME=	XML-Atom-Syndication
-PORTVERSION=	0.92
+PORTVERSION=	0.94
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@@ -38,9 +38,7 @@
 	XML::Atom::Syndication::Writer.3
 
 post-patch:
-	@${RM} ${WRKSRC}/._*
-	@${RM} ${WRKSRC}/lib/XML/Atom/._*
-	@${RM} ${WRKSRC}/lib/XML/Atom/Syndication/._*
+	${FIND} ${WRKSRC} -name '._*' -delete
 
 .include <bsd.port.pre.mk>
 
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom-Syndication/distinfo /home/staff/gslin/work/p5-XML-Atom-Syndication/distinfo
--- /usr/ports/textproc/p5-XML-Atom-Syndication/distinfo	Mon Jun 19 19:10:26 2006
+++ /home/staff/gslin/work/p5-XML-Atom-Syndication/distinfo	Fri Aug 18 21:45:45 2006
@@ -1,3 +1,3 @@
-MD5 (XML-Atom-Syndication-0.92.tar.gz) = d29e630f5357c4379bd40e593eedacca
-SHA256 (XML-Atom-Syndication-0.92.tar.gz) = 2fc22dabcd08ccbcc6636046612e3eb641f79718f18bbb77f4f59e596b7897c8
-SIZE (XML-Atom-Syndication-0.92.tar.gz) = 33656
+MD5 (XML-Atom-Syndication-0.94.tar.gz) = 4f4de6812243931d5fdf3e46e75ae644
+SHA256 (XML-Atom-Syndication-0.94.tar.gz) = a2bacd906688917e72136457b8cf265a70f66125189ef0f7e228a6b5a3cd8db9
+SIZE (XML-Atom-Syndication-0.94.tar.gz) = 35171
--- p5-XML-Atom-Syndication-0.94,1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060818134917.1830B1FD>