Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 20:33:17 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        snowfly@yuntech.edu.tw
Subject:   ports/99521: [PATCH] devel/p5-Module-Compile: update to 0.16
Message-ID:  <200606270233.k5R2XHtF051329@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606270240.k5R2eLr7011903@freefall.freebsd.org>

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

>Number:         99521
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Compile: update to 0.16
>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:   Tue Jun 27 02:40:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 0.16

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

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

--- p5-Module-Compile-0.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Compile/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	25 Jun 2006 11:08:05 -0000	1.4
+++ Makefile	27 Jun 2006 02:33:56 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Module-Compile
-PORTVERSION=	0.15
-PORTREVISION=	3
+PORTVERSION=	0.16
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Module
@@ -27,8 +26,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=		requires perl 5.6 or above
+.if ${PERL_LEVEL} < 500800 # inherited from dependency upon Filter/Util/Call.pm
+IGNORE=		requires perl 5.8 or above
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Compile/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	1 Jun 2006 01:14:22 -0000	1.1
+++ distinfo	27 Jun 2006 02:33:56 -0000
@@ -1,3 +1,3 @@
-MD5 (Module-Compile-0.15.tar.gz) = dbe9327c2ec73fa37264e035da8f836b
-SHA256 (Module-Compile-0.15.tar.gz) = e4ebaf1d8bd9051121cdbcf08de6d35259d7cec440548538cf0df4b18ac7e84a
-SIZE (Module-Compile-0.15.tar.gz) = 42449
+MD5 (Module-Compile-0.16.tar.gz) = 39301d7fe77954609fb506c24d718c0b
+SHA256 (Module-Compile-0.16.tar.gz) = 1e22afef4dc0f18101828e8b56b51b2f4b452853a551698d6f5c628e3fd06e73
+SIZE (Module-Compile-0.16.tar.gz) = 43561
--- p5-Module-Compile-0.16.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?200606270233.k5R2XHtF051329>