From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 16 19:50:06 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 644E31065697 for ; Thu, 16 Oct 2008 19:50:06 +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 407DE8FC1B for ; Thu, 16 Oct 2008 19:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GJo6px076730 for ; Thu, 16 Oct 2008 19:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9GJo6Ru076729; Thu, 16 Oct 2008 19:50:06 GMT (envelope-from gnats) Resent-Date: Thu, 16 Oct 2008 19:50:06 GMT Resent-Message-Id: <200810161950.m9GJo6Ru076729@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, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38690106568A for ; Thu, 16 Oct 2008 19:47:24 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id DD02F8FC0A for ; Thu, 16 Oct 2008 19:47:23 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9GJlNEH013345; Thu, 16 Oct 2008 12:47:23 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9GJlNm8013344; Thu, 16 Oct 2008 12:47:23 -0700 (PDT) (envelope-from leeym) Message-Id: <200810161947.m9GJlNm8013344@cn1.leeym.com> Date: Thu, 16 Oct 2008 12:47:23 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: demon@FreeBSD.org Subject: ports/128157: [PATCH] misc/p5-I18N-Charset: update to 1.39.4 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, 16 Oct 2008 19:50:06 -0000 >Number: 128157 >Category: ports >Synopsis: [PATCH] misc/p5-I18N-Charset: update to 1.39.4 >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 Oct 16 19:50:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.39.4 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-I18N-Charset-1.39.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/misc/p5-I18N-Charset/Makefile,v retrieving revision 1.24 diff -u -d -b -w -u -r1.24 Makefile --- Makefile 7 Jul 2008 08:56:00 -0000 1.24 +++ Makefile 16 Oct 2008 19:47:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= I18N-Charset -PORTVERSION= 1.39.2 +PORTVERSION= 1.39.4 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,17 +15,12 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Module which maps CharSet names to the names registered with IANA -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 -RUN_DEPENDS= ${BUILD_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture +BUILD_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture +RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8 PERL_CONFIGURE= YES MAN3= I18N::Charset.3 -post-patch: - @${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset.pm - .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/misc/p5-I18N-Charset/distinfo,v retrieving revision 1.16 diff -u -d -b -w -u -r1.16 distinfo --- distinfo 7 Jul 2008 08:56:00 -0000 1.16 +++ distinfo 16 Oct 2008 19:47:19 -0000 @@ -1,3 +1,3 @@ -MD5 (I18N-Charset-1.392.tar.gz) = 419d31f6478c1ee81a340f8484a04dd5 -SHA256 (I18N-Charset-1.392.tar.gz) = a7cefa4257fd268949cbde13bd04501fdca115ec7d44293186996490bff6dd33 -SIZE (I18N-Charset-1.392.tar.gz) = 39455 +MD5 (I18N-Charset-1.394.tar.gz) = 7b45d8bdf76f1687223b582d74aa6402 +SHA256 (I18N-Charset-1.394.tar.gz) = 22998311fb14dc7fe79a3aed0d14691a8fe621989b5cbb0aa8108f456c36b15c +SIZE (I18N-Charset-1.394.tar.gz) = 39785 --- p5-I18N-Charset-1.39.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: