Date: Thu, 21 Feb 2008 10:45:41 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120930: [UPDATE] misc/p5-I18N-Charset Message-ID: <200802211045.m1LAjfFA024705@www.freebsd.org> Resent-Message-ID: <200802211050.m1LAo2bX033698@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120930 >Category: ports >Synopsis: [UPDATE] misc/p5-I18N-Charset >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: Thu Feb 21 10:50:02 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@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.38.7 - Use CPAN macro - Fix and update pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 16 Aug 2006 08:58:25 -0000 1.22 +++ Makefile 21 Feb 2008 10:47:43 -0000 @@ -6,10 +6,9 @@ # PORTNAME= I18N-Charset -PORTVERSION= 1.37.9 +PORTVERSION= 1.38.7 CATEGORIES= misc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= I18N +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} @@ -18,16 +17,20 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \ - ${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info + ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture \ + ${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + ${SITE_PERL}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map \ + ${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 RUN_DEPENDS= ${BUILD_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture PERL_CONFIGURE= YES +USE_DOS2UNIX= YES MAN3= I18N::Charset.3 post-patch: @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset.pm - @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset/character-sets .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 1 Jul 2006 15:57:17 -0000 1.14 +++ distinfo 21 Feb 2008 10:47:43 -0000 @@ -1,3 +1,3 @@ -MD5 (I18N-Charset-1.379.tar.gz) = eec7de0bf3eaa8cc6d7882b57091350d -SHA256 (I18N-Charset-1.379.tar.gz) = a684f8ebe04b77c0ecae4443bd11dd525a309911ed939fdf811b1f9633f8b144 -SIZE (I18N-Charset-1.379.tar.gz) = 45196 +MD5 (I18N-Charset-1.387.tar.gz) = b2595a73858755f367d2b3dec972e837 +SHA256 (I18N-Charset-1.387.tar.gz) = 164f3824aa51581dd7a6e2f0fb2f40408d29b09347f4bba75194434f97c4513a +SIZE (I18N-Charset-1.387.tar.gz) = 38862 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- pkg-plist 16 Aug 2006 08:58:25 -0000 1.7 +++ pkg-plist 21 Feb 2008 10:47:43 -0000 @@ -1,7 +1,5 @@ -%%SITE_PERL%%/I18N/Charset.pm -%%SITE_PERL%%/I18N/Charset/character-sets %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N -@dirrmtry %%SITE_PERL%%/I18N/Charset +%%SITE_PERL%%/I18N/Charset.pm @dirrmtry %%SITE_PERL%%/I18N +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802211045.m1LAjfFA024705>