From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 23 19:40:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62E04106564A for ; Fri, 23 Sep 2011 19:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD1B8FC17 for ; Fri, 23 Sep 2011 19:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8NJe858097737 for ; Fri, 23 Sep 2011 19:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8NJe87u097736; Fri, 23 Sep 2011 19:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 23 Sep 2011 19:40:08 GMT Resent-Message-Id: <201109231940.p8NJe87u097736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: tobez@FreeBSD.org Subject: ports/160951: [PATCH] math/p5-Math-BigInt: remove conditional ExtUtils::MakeMaker dependency and bump PORTREVISION X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 19:40:08 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 23 19:40:07 UTC 2011 >Closed-Date: >Last-Modified: >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 - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include --- p5-Math-BigInt-1.997_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: