ports/120912: [UPDATE] converters/p5-WAP-wbxml

Felippe de Meirelles Motta lippemail at gmail.com
Wed Feb 20 19:20:05 UTC 2008


>Number:         120912
>Category:       ports
>Synopsis:       [UPDATE] converters/p5-WAP-wbxml
>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:   Wed Feb 20 19:20:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe at shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 1.11
- Use CPAN macro
- Add USE_DOS2UNIX
- Remove unnecessary patch
- Update pkg-plist
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/converters/p5-WAP-wbxml/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	15 Jun 2007 15:08:00 -0000	1.2
+++ Makefile	20 Feb 2008 15:16:40 -0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	WAP-wbxml
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	converters perl5
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	WAP/PERRAD
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	timur at FreeBSD.org
@@ -20,14 +19,15 @@
 		${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
+USE_DOS2UNIX=	yes
 PERL_CONFIGURE=	yes
 
-MAN1=		wbxmlc.pl.1
-MAN3=		WAP::wbxml.3
+MAN3=		WAP::wbxml.3 WAP::wbxml::WbRules.3
+MAN1=		wbxmlc.1
 
 post-patch:
-.for file in syncml.wbrules.xml wap.wbrules.xml wbxmlc.pl wbxml.pm wv.wbrules.xml
-		@${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/${file}
+.for file in syncml.wbrules.xml wap.wbrules.xml wv.wbrules.xml
+		@${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/WAP/wbxml/${file}
 .endfor
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/converters/p5-WAP-wbxml/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	17 Aug 2006 21:00:40 -0000	1.1
+++ distinfo	20 Feb 2008 15:16:40 -0000
@@ -1,3 +1,3 @@
-MD5 (WAP-wbxml-1.10.tar.gz) = 4951247b08a4781d7d5e510cbc5fade8
-SHA256 (WAP-wbxml-1.10.tar.gz) = 1e113ef6114466132e886d92fbc6a079ef2bfa9aed056b12606196bfb6984d10
-SIZE (WAP-wbxml-1.10.tar.gz) = 29153
+MD5 (WAP-wbxml-1.11.tar.gz) = 1b69f57e2bf090ecb5ab4de5cc0521dc
+SHA256 (WAP-wbxml-1.11.tar.gz) = 16d56ee15b1b18b92b51db9491ac8467a2e925e3017c1cbcab503fc94e25d085
+SIZE (WAP-wbxml-1.11.tar.gz) = 29674
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/converters/p5-WAP-wbxml/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	17 Aug 2006 21:00:40 -0000	1.1
+++ pkg-plist	20 Feb 2008 15:16:40 -0000
@@ -1,9 +1,11 @@
-bin/wbxmlc.pl
-%%SITE_PERL%%/WAP/wbxml.pm
-%%SITE_PERL%%/WAP/wap.wbrules.xml
-%%SITE_PERL%%/WAP/syncml.wbrules.xml
-%%SITE_PERL%%/WAP/wv.wbrules.xml
+bin/wbxmlc
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/WAP/wbxml/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WAP/wbxml
+%%SITE_PERL%%/WAP/wbxml.pm
+%%SITE_PERL%%/WAP/wbxml/wv.wbrules.xml
+%%SITE_PERL%%/WAP/wbxml/syncml.wbrules.xml
+%%SITE_PERL%%/WAP/wbxml/wap.wbrules.xml
+%%SITE_PERL%%/WAP/wbxml/WbRules.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WAP/wbxml
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WAP
+ at dirrmtry %%SITE_PERL%%/WAP/wbxml
 @dirrmtry %%SITE_PERL%%/WAP
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	17 Aug 2006 21:00:40 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
---- wbxml.pm.orig	Thu Aug 10 14:50:54 2006
-+++ wbxml.pm	Thu Aug 10 14:51:56 2006
-@@ -9,7 +9,9 @@
- 
- use vars qw($VERSION);
- $VERSION = '1.10';
--
-+## Create global package version
-+$WAP::wbxml::VERSION = $VERSION;
-+
- =head1 NAME
- 
- WAP::wbxml - Binarization of XML file


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



More information about the freebsd-ports-bugs mailing list