svn commit: r428430 - head/math/p5-Math-BigInt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 12 20:57:28 UTC 2016


Author: sunpoet
Date: Mon Dec 12 20:57:26 2016
New Revision: 428430
URL: https://svnweb.freebsd.org/changeset/ports/428430

Log:
  - Remove *_DEPENDS: Math::Complex 1.39+ is already in all supported Perl releases
  - Bump PORTREVISION for dependency change

Modified:
  head/math/p5-Math-BigInt/Makefile

Modified: head/math/p5-Math-BigInt/Makefile
==============================================================================
--- head/math/p5-Math-BigInt/Makefile	Mon Dec 12 20:53:11 2016	(r428429)
+++ head/math/p5-Math-BigInt/Makefile	Mon Dec 12 20:57:26 2016	(r428430)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Math-BigInt
 PORTVERSION=	1.999801
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PJACKLAM
@@ -14,9 +15,6 @@ COMMENT=	Arbitrary size integer math per
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Math-Complex>=1.39:math/p5-Math-Complex
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	yes


More information about the svn-ports-all mailing list