Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2004 16:37:33 -0400 (EDT)
From:      Christopher Nehren <apeiron@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72770: MAINTAINER UPDATE: devel/p5-Module-Pluggable-Ordered to 1.4
Message-ID:  <200410162037.i9GKbWdi077423@prophecy.dyndns.org>
Resent-Message-ID: <200410162040.i9GKeT9O042130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         72770
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: devel/p5-Module-Pluggable-Ordered to 1.4
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 16 20:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Sun Oct 10 13:50:39 EDT 2004 root@prophecy.dyndns.org:/usr/src/sys/i386/compile/PROPHECY i386


	
>Description:
I uploaded version 1.4 of Module::Pluggable::Ordered to CPAN earlier today, and
it's now fetchable from the main CPAN mirror. It'll be mirrored to other sites
within 24 hours. This PR updates the port to version 1.4. This new version
includes most of Lars Thegler's original patches to the module, with a
compromise for the "use warnings" line. It also fixes some nasty ugliness in the
POD which crept in at version 1.3 (entirely my fault).
>How-To-Repeat:
>Fix:

diff -burN p5-Module-Pluggable-Ordered/Makefile new.p5-Module-Pluggable-Ordered/Makefile
--- p5-Module-Pluggable-Ordered/Makefile	Sat Oct 16 13:41:51 2004
+++ new.p5-Module-Pluggable-Ordered/Makefile	Sat Oct 16 16:28:25 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-Pluggable-Ordered
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Module
@@ -23,15 +23,4 @@
 
 MAN3=		Module::Pluggable::Ordered.3
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-post-patch:
-	${PERL} -pi -e '$$_ = "" if /use 5.006;/;' \
-		${WRKSRC}/Makefile.PL
-	${PERL} -pi -e '$$_ = "" if /use 5.006;/;' \
-		    -e '$$_ = "" if /use warnings/;' \
-		    -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' \
-		    -e 's/(->\$$order_name) /$$1\(\) /g;' \
-                ${WRKSRC}/Ordered.pm
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -burN p5-Module-Pluggable-Ordered/distinfo new.p5-Module-Pluggable-Ordered/distinfo
--- p5-Module-Pluggable-Ordered/distinfo	Sat Oct 16 12:54:22 2004
+++ new.p5-Module-Pluggable-Ordered/distinfo	Sat Oct 16 16:25:44 2004
@@ -1,2 +1,2 @@
-MD5 (Module-Pluggable-Ordered-1.3.tar.gz) = 808c43c9407badd7d00d2738a5367294
-SIZE (Module-Pluggable-Ordered-1.3.tar.gz) = 3450
+MD5 (Module-Pluggable-Ordered-1.4.tar.gz) = a63e0c325b9690680d7ee6ac34e178d0
+SIZE (Module-Pluggable-Ordered-1.4.tar.gz) = 4150
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410162037.i9GKbWdi077423>