Skip site navigation (1)Skip section navigation (2)
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:   ports/160951: [PATCH] math/p5-Math-BigInt: remove conditional ExtUtils::MakeMaker dependency and bump PORTREVISION
Message-ID:  <20110923193239.2EA433049@sunpoet.net>
Resent-Message-ID: <201109231940.p8NJe87u097736@freefall.freebsd.org>

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

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110923193239.2EA433049>