Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 03:55:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394692 - head/math/p5-Math-BigInt-GMP
Message-ID:  <201508190355.t7J3t0Pk005061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 19 03:54:59 2015
New Revision: 394692
URL: https://svnweb.freebsd.org/changeset/ports/394692

Log:
  - Update to 1.39
  - Strip shared library
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES

Modified:
  head/math/p5-Math-BigInt-GMP/Makefile
  head/math/p5-Math-BigInt-GMP/distinfo
  head/math/p5-Math-BigInt-GMP/pkg-plist

Modified: head/math/p5-Math-BigInt-GMP/Makefile
==============================================================================
--- head/math/p5-Math-BigInt-GMP/Makefile	Wed Aug 19 03:54:54 2015	(r394691)
+++ head/math/p5-Math-BigInt-GMP/Makefile	Wed Aug 19 03:54:59 2015	(r394692)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-BigInt-GMP
-PORTVERSION=	1.38
-PORTREVISION=	1
+PORTVERSION=	1.39
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -27,4 +26,7 @@ post-patch:
 		     -e "if (/'LIBS'/) { print qq!'INC' => '-I${LOCALBASE}/include',!; }" \
 		${WRKSRC}/Makefile.PL
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/BigInt/GMP/GMP.so
+
 .include <bsd.port.mk>

Modified: head/math/p5-Math-BigInt-GMP/distinfo
==============================================================================
--- head/math/p5-Math-BigInt-GMP/distinfo	Wed Aug 19 03:54:54 2015	(r394691)
+++ head/math/p5-Math-BigInt-GMP/distinfo	Wed Aug 19 03:54:59 2015	(r394692)
@@ -1,2 +1,2 @@
-SHA256 (Math-BigInt-GMP-1.38.tar.gz) = 1ad0cac911a08f150c5e5a8286aec20de21c863bd27b8f002456cff11e086f15
-SIZE (Math-BigInt-GMP-1.38.tar.gz) = 55585
+SHA256 (Math-BigInt-GMP-1.39.tar.gz) = d3d7ce4cfdd21ad829b069bf102a872555075b4f02ee4c28b468c11364cfa0b3
+SIZE (Math-BigInt-GMP-1.39.tar.gz) = 55689

Modified: head/math/p5-Math-BigInt-GMP/pkg-plist
==============================================================================
--- head/math/p5-Math-BigInt-GMP/pkg-plist	Wed Aug 19 03:54:54 2015	(r394691)
+++ head/math/p5-Math-BigInt-GMP/pkg-plist	Wed Aug 19 03:54:59 2015	(r394692)
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Math::BigInt::GMP.3.gz
 %%SITE_ARCH%%/Math/BigInt/GMP.pm
 %%SITE_ARCH%%/auto/Math/BigInt/GMP/GMP.so
+%%PERL5_MAN3%%/Math::BigInt::GMP.3.gz



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