Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 20:31:46 +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: r391597 - head/math/p5-Math-MPFR
Message-ID:  <201507082031.t68KVkVW028533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul  8 20:31:45 2015
New Revision: 391597
URL: https://svnweb.freebsd.org/changeset/ports/391597

Log:
  - Update to 3.25
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/Math-MPFR/CHANGES

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

Modified: head/math/p5-Math-MPFR/Makefile
==============================================================================
--- head/math/p5-Math-MPFR/Makefile	Wed Jul  8 20:31:39 2015	(r391596)
+++ head/math/p5-Math-MPFR/Makefile	Wed Jul  8 20:31:45 2015	(r391597)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-MPFR
-PORTVERSION=	3.24
+PORTVERSION=	3.25
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SISYPHUS
@@ -25,9 +25,10 @@ USES=		perl5
 USE_PERL5=	configure
 MAKE_ENV=	INC="-I${LOCALBASE}/include"
 
-post-stage:
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Prec/Prec.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/Random/Random.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/V/V.so
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/MPFR/MPFR.so
 
 .include <bsd.port.mk>

Modified: head/math/p5-Math-MPFR/distinfo
==============================================================================
--- head/math/p5-Math-MPFR/distinfo	Wed Jul  8 20:31:39 2015	(r391596)
+++ head/math/p5-Math-MPFR/distinfo	Wed Jul  8 20:31:45 2015	(r391597)
@@ -1,2 +1,2 @@
-SHA256 (Math-MPFR-3.24.tar.gz) = ac993bfbf3bbf18f1840b9cc0f60d92a2ce9dc6de5f83836717a8cfbd5211031
-SIZE (Math-MPFR-3.24.tar.gz) = 103694
+SHA256 (Math-MPFR-3.25.tar.gz) = 5f5df3c14ff533de2b763d327b0821a5c6b6cf331deaa930db90a2e031aa755c
+SIZE (Math-MPFR-3.25.tar.gz) = 104028



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