Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2006 00:01:50 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, clsung@FreeBSD.org
Subject:   ports/102566: [PATCH] textproc/p5-XML-Atom: update to 0.23
Message-ID:  <20060827160150.3E35B164@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608271640.k7RGeDLT067025@freefall.freebsd.org>

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

>Number:         102566
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Atom: update to 0.23
>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:   Sun Aug 27 16:40:12 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.23
- Use BUILD_DEPENDS=${RUN_DEPENDS} while PERL_MODBUILD=yes

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

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

--- p5-XML-Atom-0.23.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom/Makefile /home/staff/gslin/work/p5-XML-Atom/Makefile
--- /usr/ports/textproc/p5-XML-Atom/Makefile	Tue Jul 25 11:03:51 2006
+++ /home/staff/gslin/work/p5-XML-Atom/Makefile	Mon Aug 28 00:00:57 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Atom
-PORTVERSION=	0.22
+PORTVERSION=	0.23
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,7 +15,7 @@
 MAINTAINER=	clsung@FreeBSD.org
 COMMENT=	Perl5 modules for Atom feed and API implementation
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
 		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
     		${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
@@ -24,7 +24,7 @@
 		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
 		p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_MODBUILD=	yes
 
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Atom/distinfo /home/staff/gslin/work/p5-XML-Atom/distinfo
--- /usr/ports/textproc/p5-XML-Atom/distinfo	Tue Jul 25 07:02:29 2006
+++ /home/staff/gslin/work/p5-XML-Atom/distinfo	Sun Aug 27 23:57:54 2006
@@ -1,3 +1,3 @@
-MD5 (XML-Atom-0.22.tar.gz) = 3346616cdbfb837250b9e75c7359eb50
-SHA256 (XML-Atom-0.22.tar.gz) = 59b815c366f479592e6a510ae6c70854b5e1cd889159f7ec912ee753eba8a24f
-SIZE (XML-Atom-0.22.tar.gz) = 66854
+MD5 (XML-Atom-0.23.tar.gz) = c995e02e64712d98b138236d4dace789
+SHA256 (XML-Atom-0.23.tar.gz) = cd221027880b05a7fab8bacac90c848342cd9aac035a9a55add6d564d4302eed
+SIZE (XML-Atom-0.23.tar.gz) = 67407
--- p5-XML-Atom-0.23.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?20060827160150.3E35B164>