Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 23:26:42 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/92174: [PATCH] devel/p5-Module-Info: update to 0.30
Message-ID:  <20060122234838.943EEB29FD9@utopia.leeym.com>
Resent-Message-ID: <200601230010.k0N0A6TS039956@freefall.freebsd.org>

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

>Number:         92174
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Info: update to 0.30
>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:   Mon Jan 23 00:10:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 22 07:54:24 CST 2006
>Description:
- Update to 0.30

Port maintainer (demon@FreeBSD.org) is cc'd.

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

--- p5-Module-Info-0.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Info/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	19 Jul 2005 08:39:16 -0000	1.7
+++ Makefile	22 Jan 2006 15:26:21 -0000
@@ -6,21 +6,29 @@
 #
 
 PORTNAME=	Module-Info
-PORTVERSION=	0.28
+PORTVERSION=	0.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	Module
+MASTER_SITE_SUBDIR=	../by-authors/id/M/MB/MBARBON
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Provides information about Perl modules
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
 
 PERL_CONFIGURE=	yes
 
 MAN1=		module_info.1 pfunc.1
-MAN3=		B::Utils.3 Module::Info.3
+MAN3=		B::BUtils.3 Module::Info.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+post-configure:
+	${PERL} -pi -e 's/-I\S+PERL\S+ //g' ${WRKSRC}/Makefile
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Info/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	22 Jan 2006 08:29:15 -0000	1.6
+++ distinfo	22 Jan 2006 15:26:21 -0000
@@ -1,3 +1,3 @@
-MD5 (Module-Info-0.28.tar.gz) = 5cc412c88c5509015e355cf5a102ee07
-SHA256 (Module-Info-0.28.tar.gz) = df155c25afbcdcfc6a98cc76b7da30612c2d37da9478f2adf8ee788e91968712
-SIZE (Module-Info-0.28.tar.gz) = 52082
+MD5 (Module-Info-0.30.tar.gz) = a1e4e39cceda93dc0ab2d296b5075d76
+SHA256 (Module-Info-0.30.tar.gz) = b6218c257063eda3aa7ac9b1c7e750dd6431d39f86ecff84032e8e53a747e034
+SIZE (Module-Info-0.30.tar.gz) = 44654
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Info/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:58 -0000	1.3
+++ pkg-plist	22 Jan 2006 15:26:21 -0000
@@ -1,7 +1,7 @@
 bin/module_info
 bin/pfunc
+%%SITE_PERL%%/B/BUtils.pm
 %%SITE_PERL%%/B/Module/Info.pm
-%%SITE_PERL%%/B/Utils.pm
 %%SITE_PERL%%/Module/Info.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Info/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Info
--- p5-Module-Info-0.30.patch ends here ---

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



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