ports/52286: (update) math/p5-Date-Handler to 1.1

Mathieu Arnold m at absolight.net
Thu May 15 15:20:04 UTC 2003


>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 at 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 <bsd.port.mk>
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
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Handler
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/Handler
- at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler
+ at dirrm %%SITE_PERL%%/Date/Handler
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true
--- p5-Date-Handler-1.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list