ports/128357: [PATCH] devel/p5-Module-ScanDeps: update to 0.86

Yen-Ming Lee leeym at FreeBSD.org
Sat Oct 25 02:30:02 UTC 2008


>Number:         128357
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-ScanDeps: update to 0.86
>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:   Sat Oct 25 02:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 0.86

Port maintainer (rafan at FreeBSD.org) is cc'd.

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

--- p5-Module-ScanDeps-0.86.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-ScanDeps/Makefile,v
retrieving revision 1.36
diff -u -d -b -w -u -r1.36 Makefile
--- Makefile	15 May 2008 09:39:11 -0000	1.36
+++ Makefile	25 Oct 2008 02:28:58 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-ScanDeps
-PORTVERSION=	0.84
+PORTVERSION=	0.86
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,17 +14,27 @@
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Recursively scan Perl code for dependencies
 
-BUILD_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
-RUN_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
-
 PERL_CONFIGURE=	yes
 
 MAN1=		scandeps.pl.1
 MAN3=		Module::ScanDeps.3 Module::ScanDeps::DataFeed.3
 
+post-extract:
+	@${RM} ${WRKSRC}/lib/Module/.ScanDeps.pm.swp
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|/usr/bin/perl|${PERL}|' ${WRKSRC}/script/scandeps.pl \
 		${WRKSRC}/Makefile.PL
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500904
+RUN_DEPENDS+=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+.endif
+
+.if ${PERL_LEVEL} < 500900
+RUN_DEPENDS+=	p5-version>=0:${PORTSDIR}/devel/p5-version
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-ScanDeps/distinfo,v
retrieving revision 1.34
diff -u -d -b -w -u -r1.34 distinfo
--- distinfo	15 May 2008 09:39:11 -0000	1.34
+++ distinfo	25 Oct 2008 02:28:58 -0000
@@ -1,3 +1,3 @@
-MD5 (Module-ScanDeps-0.84.tar.gz) = e8b5515611e6a2480bb96dc1f244c3a2
-SHA256 (Module-ScanDeps-0.84.tar.gz) = eb372bf1fab6c7ebb388c9f90690d708e422de719c940eaccc641be53edcc3f2
-SIZE (Module-ScanDeps-0.84.tar.gz) = 41657
+MD5 (Module-ScanDeps-0.86.tar.gz) = 6d838e66d20dfbd947a6912cea84d6cc
+SHA256 (Module-ScanDeps-0.86.tar.gz) = 634af82bf9f62a27f054e6cb7ff0891a880a7c53463b3e47a4c884c8c84fb6cf
+SIZE (Module-ScanDeps-0.86.tar.gz) = 59719
--- p5-Module-ScanDeps-0.86.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list