From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 16 07:00:33 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38C337B401 for ; Fri, 16 May 2003 07:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D9443F93 for ; Fri, 16 May 2003 07:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4GE0VUp057231 for ; Fri, 16 May 2003 07:00:31 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4GE0VSJ057230; Fri, 16 May 2003 07:00:31 -0700 (PDT) Resent-Date: Fri, 16 May 2003 07:00:31 -0700 (PDT) Resent-Message-Id: <200305161400.h4GE0VSJ057230@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, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F18837B401 for ; Fri, 16 May 2003 06:55:17 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 946C843FBD for ; Fri, 16 May 2003 06:55:15 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id CD6492A34; Fri, 16 May 2003 15:55:14 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 2CD4B29F6; Fri, 16 May 2003 15:55:14 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id CB3E586C5; Fri, 16 May 2003 15:55:12 +0200 (CEST) Message-Id: <20030516135512.CB3E586C5@aragorn.reaumur.absolight.net> Date: Fri, 16 May 2003 15:55:12 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: demon@FreeBSD.org Subject: ports/52328: (update) misc/p5-I18N-Charset to 1.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 14:00:33 -0000 >Number: 52328 >Category: ports >Synopsis: (update) misc/p5-I18N-Charset to 1.24 >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: Fri May 16 07:00:31 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 1.24 Add missing depend Add WWW site >How-To-Repeat: >Fix: --- p5-I18N-Charset-1.24.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/Makefile,v retrieving revision 1.13 diff -u -b -w -r1.13 Makefile --- Makefile 2003/03/07 06:07:14 1.13 +++ Makefile 2003/05/16 13:52:34 @@ -6,7 +6,7 @@ # PORTNAME= I18N-Charset -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= I18N @@ -15,13 +15,13 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Module which maps CharSet names to the names registered with IANA -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which +BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ + ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \ + ${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= I18N::Charset.3 .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/distinfo,v retrieving revision 1.9 diff -u -b -w -r1.9 distinfo --- distinfo 2002/12/28 12:04:46 1.9 +++ distinfo 2003/05/16 13:52:34 @@ -1 +1 @@ -MD5 (I18N-Charset-1.23.tar.gz) = 63e91fbe5564092ccc5542701ba530c2 +MD5 (I18N-Charset-1.24.tar.gz) = 4e370038e7b025df89e5e673de23e3ff Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/pkg-descr,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-descr --- pkg-descr 2000/01/29 03:01:23 1.1 +++ pkg-descr 2003/05/16 13:52:34 @@ -7,5 +7,7 @@ names (if Unicode::Map8 is installed). For example, the Unicode::Map8 scheme name for 'windows-1251' is 'cp1251'. +WWW: http://search.cpan.org/dist/I18N-Charset/ + --dima dima@Chg.RU Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/pkg-plist,v retrieving revision 1.3 diff -u -b -w -r1.3 pkg-plist --- pkg-plist 2001/05/10 09:34:22 1.3 +++ pkg-plist 2003/05/16 13:52:34 @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/I18N 2>/dev/null || true +%%SITE_PERL%%/I18N/Charset.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/I18N 2>/dev/null || true --- p5-I18N-Charset-1.24.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: