ports/58233: Update port: textproc/p5-XML-Writer

Cheng-Lung Sung clsung at dragon2.net
Sun Oct 19 02:40:18 UTC 2003


>Number:         58233
>Category:       ports
>Synopsis:       Update port: textproc/p5-XML-Writer
>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:   Sat Oct 18 19:40:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
Update port, from 0.4 to 0.41, remove BUILD_DEPENDS with XML-Parser
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/textproc/p5-XML-Writer/Makefile ./p5-XML-Writer/Makefile
--- /usr/ports/textproc/p5-XML-Writer/Makefile	Fri Feb 21 03:11:22 2003
+++ ./p5-XML-Writer/Makefile	Sun Oct 19 10:27:25 2003
@@ -6,22 +6,18 @@
 #
 
 PORTNAME=	XML-Writer
-PORTVERSION=	0.4
-PORTREVISION=	1
+PORTVERSION=	0.4.1
+PORTREVISION=	0
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	clsung at dragon2.net
 COMMENT=	A simple Perl module for writing XML documents
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
 MAN3=		XML::Writer.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/textproc/p5-XML-Writer/distinfo ./p5-XML-Writer/distinfo
--- /usr/ports/textproc/p5-XML-Writer/distinfo	Tue Dec 26 12:16:04 2000
+++ ./p5-XML-Writer/distinfo	Sun Oct 19 10:26:27 2003
@@ -1 +1 @@
-MD5 (XML-Writer-0.4.tar.gz) = d07811beb3329ef6bbe7f50b52d242dd
+MD5 (XML-Writer-0.4.1.tar.gz) = ed7c1282ac3e011a5214cf4b1f56f7ac
diff -ruN /usr/ports/textproc/p5-XML-Writer/pkg-plist ./p5-XML-Writer/pkg-plist
--- /usr/ports/textproc/p5-XML-Writer/pkg-plist	Sun Apr 15 06:31:52 2001
+++ ./p5-XML-Writer/pkg-plist	Sun Oct 19 10:28:35 2003
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/XML/Writer.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Writer
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
+%%SITE_PERL%%/XML/Writer.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Writer/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Writer
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true

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



More information about the freebsd-ports-bugs mailing list