From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 15 08:20:04 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 4B47437B405 for ; Thu, 15 May 2003 08:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319B43F3F for ; Thu, 15 May 2003 08:20:01 -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 h4FFK0Up083632 for ; Thu, 15 May 2003 08:20:00 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4FFK06O083631; Thu, 15 May 2003 08:20:00 -0700 (PDT) Resent-Date: Thu, 15 May 2003 08:20:00 -0700 (PDT) Resent-Message-Id: <200305151520.h4FFK06O083631@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 E937E37B401 for ; Thu, 15 May 2003 08:10:43 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C0043F75 for ; Thu, 15 May 2003 08:10:42 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id 92FB42A2E; Thu, 15 May 2003 17:10:41 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 3BF1F2A15; Thu, 15 May 2003 17:10:41 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 7ECFA81FE; Thu, 15 May 2003 17:10:40 +0200 (CEST) Message-Id: <20030515151040.7ECFA81FE@aragorn.reaumur.absolight.net> Date: Thu, 15 May 2003 17:10:40 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net cc: shell@shellhung.org Subject: ports/52286: (update) math/p5-Date-Handler to 1.1 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: Thu, 15 May 2003 15:20:04 -0000 >Number: 52286 >Category: ports >Synopsis: (update) math/p5-Date-Handler to 1.1 >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 May 15 08:20:00 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.1 Add a small patch so that locales in doc reflects those present in FreeBSD. >How-To-Repeat: >Fix: --- p5-Date-Handler-1.1.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/p5-Date-Handler/Makefile,v retrieving revision 1.7 diff -u -b -w -r1.7 Makefile --- Makefile 2003/02/21 12:44:01 1.7 +++ Makefile 2003/05/15 15:08:53 @@ -8,7 +8,7 @@ # I putted it into 'math' and not 'devel' or other PORTNAME= Date-Handler -PORTVERSION= 0.19 +PORTVERSION= 1.1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Date @@ -21,6 +21,9 @@ MAN3= Date::Handler.3 Date::Handler::Delta.3 \ Date::Handler::Range.3 Date::Handler::Test.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-patch: + @${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \ + ${WRKSRC}/Handler.* ${WRKSRC}/README* .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/p5-Date-Handler/distinfo,v retrieving revision 1.6 diff -u -b -w -r1.6 distinfo --- distinfo 2002/04/04 17:52:15 1.6 +++ distinfo 2003/05/15 15:08:53 @@ -1 +1 @@ -MD5 (Date-Handler-0.19.tar.gz) = d369254ab61fabac3460e2ce6a2c96a9 +MD5 (Date-Handler-1.1.tar.gz) = d1629e45042cff71960c570ad81f2ac1 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/p5-Date-Handler/pkg-plist,v retrieving revision 1.1 diff -u -b -w -r1.1 pkg-plist --- pkg-plist 2001/08/25 20:30:03 1.1 +++ pkg-plist 2003/05/15 15:08:53 @@ -1,11 +1,11 @@ -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler.pod -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Constants.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Delta.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Range.pm -lib/perl5/site_perl/%%PERL_VER%%/Date/Handler/Test.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true +%%SITE_PERL%%/Date/Handler.pm +%%SITE_PERL%%/Date/Handler.pod +%%SITE_PERL%%/Date/Handler/Constants.pm +%%SITE_PERL%%/Date/Handler/Delta.pm +%%SITE_PERL%%/Date/Handler/Range.pm +%%SITE_PERL%%/Date/Handler/Test.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler +@dirrm %%SITE_PERL%%/Date/Handler +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true --- p5-Date-Handler-1.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: