From sunpoet@sunpoet.net  Fri Sep 23 19:33:39 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4F569106564A;
	Fri, 23 Sep 2011 19:33:39 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F6CA8FC14;
	Fri, 23 Sep 2011 19:33:39 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 2EA433049; Sat, 24 Sep 2011 03:32:38 +0800 (CST)
Message-Id: <20110923193239.2EA433049@sunpoet.net>
Date: Sat, 24 Sep 2011 03:32:38 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tobez@FreeBSD.org
Subject: [PATCH] math/p5-Math-BigInt: remove conditional ExtUtils::MakeMaker dependency and bump PORTREVISION
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160951
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-BigInt: remove conditional ExtUtils::MakeMaker dependency and bump PORTREVISION
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 19:40:07 UTC 2011
>Closed-Date:    Thu Oct 27 07:35:03 UTC 2011
>Last-Modified:  Thu Oct 27 07:40:10 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Remove conditional ExtUtils::MakeMaker dependency
- Bump PORTREVISION for dependency change

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

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

--- p5-Math-BigInt-1.997_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/p5-Math-BigInt/Makefile,v
retrieving revision 1.31
diff -u -u -r1.31 Makefile
--- Makefile	5 Sep 2011 09:40:16 -0000	1.31
+++ Makefile	23 Sep 2011 19:32:01 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Math-BigInt
 PORTVERSION=	1.997
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
@@ -22,10 +23,4 @@
 		Math::BigInt::Calc.3 \
 		Math::BigInt::CalcEmu.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- p5-Math-BigInt-1.997_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tobez 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 23 19:40:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160951 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Oct 27 07:34:17 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 


Responsible-Changed-From-To: tobez->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Oct 27 07:34:17 UTC 2011 
Responsible-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160951: commit references a PR
Date: Thu, 27 Oct 2011 07:34:22 +0000 (UTC)

 sunpoet     2011-10-27 07:34:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/p5-Math-BigInt  Makefile 
   Log:
   - Remove conditional ExtUtils::MakeMaker dependency which is already in all supported Perl releases
   
   PR:             ports/160951
   Submitted by:   sunpoet (myself)
   Approved by:    maintainer (timeout, 1 month)
   
   Revision  Changes    Path
   1.32      +1 -7      ports/math/p5-Math-BigInt/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
