From aaron@moondance.itsy-bitsy.net  Mon Jun 19 07:18:28 2006
Return-Path: <aaron@moondance.itsy-bitsy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9CE6D16A474;
	Mon, 19 Jun 2006 07:18:28 +0000 (UTC)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-qmqp-05.inet.qwest.net (mpls-qmqp-05.inet.qwest.net [63.231.195.116])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42F4443D46;
	Mon, 19 Jun 2006 07:18:28 +0000 (GMT)
	(envelope-from aaron@moondance.itsy-bitsy.net)
Received: from mpls-pop-05.inet.qwest.net (mpls-pop-05.inet.qwest.net [63.231.195.5])
	by mpls-qmqp-05.inet.qwest.net (Postfix) with QMQP
	id 9446762D446; Mon, 19 Jun 2006 07:18:27 +0000 (UTC)
Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246)
  by mpls-pop-05.inet.qwest.net with SMTP; 19 Jun 2006 07:18:27 -0000
Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net)
	by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD))
	(envelope-from <aaron@moondance.itsy-bitsy.net>)
	id 1FsE0w-000Has-1z; Mon, 19 Jun 2006 01:17:38 -0600
Received: (from aaron@localhost)
	by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k5J7Hb7i067614;
	Mon, 19 Jun 2006 01:17:37 -0600 (MDT)
	(envelope-from aaron)
Message-Id: <200606190717.k5J7Hb7i067614@moondance.itsy-bitsy.net>
Date: Mon, 19 Jun 2006 01:17:37 -0600 (MDT)
From: "Aaron Dalton" <aaron@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] devel/p5-Module-Build-Convert: update to 0.30
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99170
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Module-Build-Convert: update to 0.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 07:20:17 GMT 2006
>Closed-Date:    Sun Jun 25 15:01:09 GMT 2006
>Last-Modified:  Sun Jun 25 15:01:09 GMT 2006
>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.30

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

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

--- p5-Module-Build-Convert-0.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Build-Convert/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	4 May 2006 23:02:29 -0000	1.4
+++ Makefile	19 Jun 2006 07:18:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Module-Build-Convert
-PORTVERSION=	0.29
+PORTVERSION=	0.30
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Module
@@ -29,4 +29,10 @@
 MAN3=		Module::Build::Convert.3
 MAN1=		make2build.1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Module-Build-Convert/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	4 May 2006 23:02:29 -0000	1.2
+++ distinfo	19 Jun 2006 07:18:23 -0000
@@ -1,3 +1,3 @@
-MD5 (Module-Build-Convert-0.29.tar.gz) = bcba60109c3311cf4dc61d5009da2a4f
-SHA256 (Module-Build-Convert-0.29.tar.gz) = a5efe52504426f15bb82e1025528504147ae2ff4acfb3f294c6f7eb9cec59992
-SIZE (Module-Build-Convert-0.29.tar.gz) = 14905
+MD5 (Module-Build-Convert-0.30.tar.gz) = f72afc6795fa40eab18bc30021810897
+SHA256 (Module-Build-Convert-0.30.tar.gz) = b7e1ce0ba6425d508c2f8a5274f84cb59108fd95e2a0bbd4bdceefbc71f441e3
+SIZE (Module-Build-Convert-0.30.tar.gz) = 14981
--- p5-Module-Build-Convert-0.30.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 19 07:24:23 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99170 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Sun Jun 25 15:01:06 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

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