From leeym@cn1.leeym.com  Thu Apr 23 04:49:16 2009
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BBC88106566B;
	Thu, 23 Apr 2009 04:49:16 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 7278B8FC15;
	Thu, 23 Apr 2009 04:49:16 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n3N4nFe9074408;
	Wed, 22 Apr 2009 21:49:15 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id n3N4nFMW074407;
	Wed, 22 Apr 2009 21:49:15 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200904230449.n3N4nFMW074407@cn1.leeym.com>
Date: Wed, 22 Apr 2009 21:49:15 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] textproc/p5-XML-RSS: update to 1.44
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         133939
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-RSS: update to 1.44
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 23 04:50:04 UTC 2009
>Closed-Date:    Fri Apr 24 06:49:48 UTC 2009
>Last-Modified:  Fri Apr 24 06:50:05 UTC 2009
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.44

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

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

--- p5-XML-RSS-1.44.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-RSS/Makefile,v
retrieving revision 1.31
diff -u -d -b -w -u -r1.31 Makefile
--- Makefile	27 Jan 2009 04:49:40 -0000	1.31
+++ Makefile	23 Apr 2009 04:49:12 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-RSS
-PORTVERSION=	1.43
+PORTVERSION=	1.44
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,13 @@
 MAINTAINER=	clsung@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}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
-    		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
-    		${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+		p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+		p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
+		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	p5-Test-Manifest>=0.9:${PORTSDIR}/devel/p5-Test-Manifest
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-RSS/distinfo,v
retrieving revision 1.21
diff -u -d -b -w -u -r1.21 distinfo
--- distinfo	27 Jan 2009 04:49:40 -0000	1.21
+++ distinfo	23 Apr 2009 04:49:12 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-RSS-1.43.tar.gz) = dce2dd92ad4cfb34aa8e928a35b73648
-SHA256 (XML-RSS-1.43.tar.gz) = 66842805d4896e29d1a50cbd9ab387c64e37b179a856f9059a7c43b756d6a65c
-SIZE (XML-RSS-1.43.tar.gz) = 101245
+MD5 (XML-RSS-1.44.tar.gz) = c70c285142e45f7a9cbd4b0a9ba428cf
+SHA256 (XML-RSS-1.44.tar.gz) = 3fe97782ba1eb01aa4a2ffd1ced79a9c6ee7aa1313e84b0c5ca40cc20eff804e
+SIZE (XML-RSS-1.44.tar.gz) = 102317
--- p5-XML-RSS-1.44.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 23 04:50:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133939 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Fri Apr 24 06:49:47 UTC 2009 
State-Changed-Why:  
Committed. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133939 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133939: commit references a PR
Date: Fri, 24 Apr 2009 06:49:52 +0000 (UTC)

 clsung      2009-04-24 06:49:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/p5-XML-RSS  Makefile distinfo 
   Log:
   - Update to 1.44
   
   Changes:        http://search.cpan.org/dist/XML-RSS/Changes
   PR:             ports/133939
   Submitted by:   leeym
   
   Revision  Changes    Path
   1.32      +8 -6      ports/textproc/p5-XML-RSS/Makefile
   1.22      +3 -3      ports/textproc/p5-XML-RSS/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
