From leeym@utopia.leeym.com  Fri Apr 28 05:48:49 2006
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8D34416A409
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Apr 2006 05:48:49 +0000 (UTC)
	(envelope-from leeym@utopia.leeym.com)
Received: from msr30.hinet.net (msr30.hinet.net [168.95.4.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 807F343D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Apr 2006 05:48:48 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by msr30.hinet.net (8.9.3/8.9.3) with ESMTP id NAA05118;
	Fri, 28 Apr 2006 13:48:44 +0800 (CST)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 23232B29CDC;
	Fri, 28 Apr 2006 13:48:44 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
	by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id okdLaDZTUdVz; Fri, 28 Apr 2006 13:48:38 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 671D3B29CE8; Fri, 28 Apr 2006 13:48:38 +0800 (CST)
Message-Id: <20060428054838.671D3B29CE8@utopia.leeym.com>
Date: Fri, 28 Apr 2006 13:48:38 +0800 (CST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: apeiron@comcast.net
Subject: [PATCH] devel/p5-Module-Pluggable-Ordered: update dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: apeiron@comcast.net

>Number:         96446
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Pluggable-Ordered: update dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 05:50:16 GMT 2006
>Closed-Date:    Fri Apr 28 10:29:41 GMT 2006
>Last-Modified:  Fri Apr 28 10:29:41 GMT 2006
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- replace p5-UNIVERSAL-exports with p5-UNIVERSAL-require
- update dependency

Port maintainer (apeiron@comcast.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Module-Pluggable-Ordered-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Pluggable-Ordered/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	1 Nov 2004 19:24:12 -0000	1.4
+++ Makefile	28 Apr 2006 05:48:07 -0000
@@ -15,12 +15,21 @@
 MAINTAINER=	apeiron@comcast.net
 COMMENT=	Call module plugins in a specified order
 
-BUILD_DEPENDS=	${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
-		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
+		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Module::Pluggable::Ordered.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+post-configure:
+	${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Module-Pluggable-Ordered-1.4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Apr 28 05:52:17 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96446 

From: Christopher Nehren <apeiron@comcast.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/96446: [PATCH] devel/p5-Module-Pluggable-Ordered: update dependency
Date: Fri, 28 Apr 2006 05:40:26 -0400

 --nFreZHaLTZJo0R7j
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Fri, Apr 28, 2006 at 01:52:13 EDT, Edwin Groothuis scribbled these
 curious markings:
 > Maintainer of devel/p5-Module-Pluggable-Ordered,
 >=20
 > Please note that PR ports/96446 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 The proposed patch looks good to me.
 
 Best regards,
 Christopher Nehren
 
 --=20
 I abhor a system designed for the "user", if that word is a coded
 pejorative meaning "stupid and unsophisticated". -- Ken Thompson
 If you ask questions of idiots, you get "Joel on Software".
 Unix is user friendly. However, it isn't idiot friendly.
 
 --nFreZHaLTZJo0R7j
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iD8DBQFEUeMKk/lo7zvzJioRAhRqAJ9raQariyjS17l3ds7+DZ01LL3EvQCcCpQv
 +H0MWHYvatzFvmK+5ZOxi/o=
 =DO6Z
 -----END PGP SIGNATURE-----
 
 --nFreZHaLTZJo0R7j--
State-Changed-From-To: feedback->closed 
State-Changed-By: erwin 
State-Changed-When: Fri Apr 28 10:29:36 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=96446 
>Unformatted:
