svn commit: r426499 - head/math/p5-Math-GMP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:12:34 UTC 2016


Author: sunpoet
Date: Sat Nov 19 17:11:06 2016
New Revision: 426499
URL: https://svnweb.freebsd.org/changeset/ports/426499

Log:
  - Update to 2.13
  - Update LICENSE
  - Use USES=localbase
  
  Changes:	http://search.cpan.org/dist/Math-GMP/Changes

Modified:
  head/math/p5-Math-GMP/Makefile
  head/math/p5-Math-GMP/distinfo

Modified: head/math/p5-Math-GMP/Makefile
==============================================================================
--- head/math/p5-Math-GMP/Makefile	Sat Nov 19 17:11:01 2016	(r426498)
+++ head/math/p5-Math-GMP/Makefile	Sat Nov 19 17:11:06 2016	(r426499)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-GMP
-PORTVERSION=	2.11
+PORTVERSION=	2.13
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,15 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module that provides an interface to the GMP library
 
-LICENSE=	LGPL20 LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL20+
 
 BUILD_DEPENDS=	p5-Devel-CheckLib>=0.9:devel/p5-Devel-CheckLib
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-CONFIGURE_ARGS=	INC=-I${LOCALBASE}/include LIBS="-L${LOCALBASE}/lib -lgmp"
-USES=		perl5
 USE_PERL5=	configure
+USES=		localbase perl5
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GMP/GMP.so

Modified: head/math/p5-Math-GMP/distinfo
==============================================================================
--- head/math/p5-Math-GMP/distinfo	Sat Nov 19 17:11:01 2016	(r426498)
+++ head/math/p5-Math-GMP/distinfo	Sat Nov 19 17:11:06 2016	(r426499)
@@ -1,2 +1,3 @@
-SHA256 (Math-GMP-2.11.tar.gz) = 4d535c110bf443638fc2f83da7cb120ea5da91cbf9e3e476584b02c81ac82cda
-SIZE (Math-GMP-2.11.tar.gz) = 31178
+TIMESTAMP = 1479554344
+SHA256 (Math-GMP-2.13.tar.gz) = d44b782b41ca275991b057a778fb102a8e0c10d882ab4832028701995df0429c
+SIZE (Math-GMP-2.13.tar.gz) = 32642


More information about the svn-ports-all mailing list