From owner-freebsd-perl@FreeBSD.ORG Sat Jul 28 04:28:21 2007 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A3216A417; Sat, 28 Jul 2007 04:28:21 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id DDBA113C46C; Sat, 28 Jul 2007 04:28:20 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id DA7F85C35; Sat, 28 Jul 2007 12:28:19 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070728042819.DA7F85C35@ccreader.NCTU.edu.tw> Date: Sat, 28 Jul 2007 12:28:19 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] math/p5-Math-BigInt-GMP: update to 1.23 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2007 04:28:21 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] math/p5-Math-BigInt-GMP: update to 1.23 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >Description: - Update to 1.23 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Math-BigInt-GMP-1.23.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/p5-Math-BigInt-GMP/Makefile /home/staff/gslin/work/ports/p5-Math-BigInt-GMP/Makefile --- /usr/ports/math/p5-Math-BigInt-GMP/Makefile Wed Jun 6 03:15:27 2007 +++ /home/staff/gslin/work/ports/p5-Math-BigInt-GMP/Makefile Sat Jul 28 12:25:57 2007 @@ -6,21 +6,21 @@ # PORTNAME= Math-BigInt-GMP -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines -LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 -BUILD_DEPENDS= p5-Math-BigInt>=1.78:${PORTSDIR}/math/p5-Math-BigInt -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 +RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt +BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes CONFIGURE_ARGS+= INC="-I${LOCALBASE}/include" +PERL_CONFIGURE= yes MAN3= Math::BigInt::GMP.3 diff -ruN --exclude=CVS /usr/ports/math/p5-Math-BigInt-GMP/distinfo /home/staff/gslin/work/ports/p5-Math-BigInt-GMP/distinfo --- /usr/ports/math/p5-Math-BigInt-GMP/distinfo Wed Jun 6 03:15:27 2007 +++ /home/staff/gslin/work/ports/p5-Math-BigInt-GMP/distinfo Sat Jul 28 12:25:34 2007 @@ -1,3 +1,3 @@ -MD5 (Math-BigInt-GMP-1.22.tar.gz) = 45daaccbacc257c9b863975165b1d90a -SHA256 (Math-BigInt-GMP-1.22.tar.gz) = 1ba5031b298c81ad1498786ec219639f5c9e8f7896192540b7191fbe928ed346 -SIZE (Math-BigInt-GMP-1.22.tar.gz) = 42863 +MD5 (Math-BigInt-GMP-1.23.tar.gz) = 0a0f0e861e7188780643915fdd0029e7 +SHA256 (Math-BigInt-GMP-1.23.tar.gz) = 5b58fe2fbaf59b5a2c1046ba9ddf75528f901c6d34c4062fae0b5491dc688d92 +SIZE (Math-BigInt-GMP-1.23.tar.gz) = 42945 --- p5-Math-BigInt-GMP-1.23.patch ends here ---