ports/52288: (update) math/p5-Math-Base85 to 0.2

Mathieu Arnold m at absolight.net
Thu May 15 15:30:10 UTC 2003


>Number:         52288
>Category:       ports
>Synopsis:       (update) math/p5-Math-Base85 to 0.2
>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:30:07 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 0.2
	
>How-To-Repeat:
	
>Fix:
I don't know if I was right, but I made the post-patch command not
echoed (as it is in most ports).
	

--- p5-Math-Base85-0.2.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-Base85/Makefile,v
retrieving revision 1.2
diff -u -b -w -r1.2 Makefile
--- Makefile	2003/03/07 06:06:05	1.2
+++ Makefile	2003/05/15 15:19:39
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Math-Base85
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	math perl5 converters net
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Math
@@ -18,10 +18,9 @@
 PERL_CONFIGURE=	yes
 
 MAN3=		Math::Base85.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 # workaround the bug in 5.005_03 and 5.6.0  :-(
 post-patch:
-	${PERL} -pi -e 's|^use constant\s*(.*?)\s*=>.s*(.*)$$|sub $$1 { $$2 }|' ${WRKSRC}/Base85.pm
+	@${PERL} -pi -e 's|^use constant\s*(.*?)\s*=>.s*(.*)$$|sub $$1 { $$2 }|' ${WRKSRC}/Base85.pm
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-Base85/distinfo,v
retrieving revision 1.1
diff -u -b -w -r1.1 distinfo
--- distinfo	2001/09/17 21:47:14	1.1
+++ distinfo	2003/05/15 15:19:39
@@ -1 +1 @@
-MD5 (Math-Base85-0.1.tar.gz) = b5354a29f8272b8d57b7e54f0d6204da
+MD5 (Math-Base85-0.2.tar.gz) = 3a2914651dc680fd22661f35213211d3
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-Base85/pkg-plist,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-plist
--- pkg-plist	2001/09/17 21:47:14	1.1
+++ pkg-plist	2003/05/15 15:19:39
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Base85/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Math/Base85.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Base85
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
+%%SITE_PERL%%/Math/Base85.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base85/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base85
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true
--- p5-Math-Base85-0.2.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list