From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 21 10:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8D6E16A401 for ; Thu, 21 Feb 2008 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8F07A13C4CC for ; Thu, 21 Feb 2008 10:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LAo2t7033699 for ; Thu, 21 Feb 2008 10:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1LAo2bX033698; Thu, 21 Feb 2008 10:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 21 Feb 2008 10:50:02 GMT Resent-Message-Id: <200802211050.m1LAo2bX033698@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC02F16A409 for ; Thu, 21 Feb 2008 10:48:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AF26913C4D1 for ; Thu, 21 Feb 2008 10:48:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LAjfmP024706 for ; Thu, 21 Feb 2008 10:45:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1LAjfFA024705; Thu, 21 Feb 2008 10:45:41 GMT (envelope-from nobody) Message-Id: <200802211045.m1LAjfFA024705@www.freebsd.org> Date: Thu, 21 Feb 2008 10:45:41 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120930: [UPDATE] misc/p5-I18N-Charset X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 10:50:02 -0000 >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 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: