svn commit: r318369 - head/math/p5-bignum

Lars Thegler lth at FreeBSD.org
Fri May 17 09:38:56 UTC 2013


Author: lth
Date: Fri May 17 09:38:55 2013
New Revision: 318369
URL: http://svnweb.freebsd.org/changeset/ports/318369

Log:
  - update to 0.32
  - relinquish maintainership

Modified:
  head/math/p5-bignum/Makefile
  head/math/p5-bignum/distinfo

Modified: head/math/p5-bignum/Makefile
==============================================================================
--- head/math/p5-bignum/Makefile	Fri May 17 09:36:04 2013	(r318368)
+++ head/math/p5-bignum/Makefile	Fri May 17 09:38:55 2013	(r318369)
@@ -1,18 +1,13 @@
-# New ports collection makefile for:	math/p5-bignum
-# Date created:				25 May 2007
-# Whom:					Lars Thegler <lth at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	bignum
-PORTVERSION=	0.30
+PORTVERSION=	0.32
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FLORA
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	lth at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Transparent BigNumber/BigRational support for Perl
 
 PERL_CONFIGURE=	yes
@@ -21,13 +16,4 @@ MAN3=		bigint.3 \
 		bignum.3 \
 		bigrat.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \
-		p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
-RUN_DEPENDS+=	p5-Math-BigInt>=1.880:${PORTSDIR}/math/p5-Math-BigInt \
-		p5-Math-BigRat>=0.21:${PORTSDIR}/math/p5-Math-BigRat
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/math/p5-bignum/distinfo
==============================================================================
--- head/math/p5-bignum/distinfo	Fri May 17 09:36:04 2013	(r318368)
+++ head/math/p5-bignum/distinfo	Fri May 17 09:38:55 2013	(r318369)
@@ -1,2 +1,2 @@
-SHA256 (bignum-0.30.tar.gz) = 46141012e676ea833043623104077d6a3c785e230660d3c67810d6f8eb8607d1
-SIZE (bignum-0.30.tar.gz) = 38172
+SHA256 (bignum-0.32.tar.gz) = 412b8775d0fb423510379265c66601b5787b12a99bd0f8202145d7a4ab67f4f6
+SIZE (bignum-0.32.tar.gz) = 39272


More information about the svn-ports-head mailing list