svn commit: r343692 - head/math/p5-Math-Cephes

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 10 22:45:32 UTC 2014


Author: ehaupt
Date: Mon Feb 10 22:45:31 2014
New Revision: 343692
URL: http://svnweb.freebsd.org/changeset/ports/343692
QAT: https://qat.redports.org/buildarchive/r343692/

Log:
  - Update to 0.5304
  - Strip shared object

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

Modified: head/math/p5-Math-Cephes/Makefile
==============================================================================
--- head/math/p5-Math-Cephes/Makefile	Mon Feb 10 22:42:34 2014	(r343691)
+++ head/math/p5-Math-Cephes/Makefile	Mon Feb 10 22:45:31 2014	(r343692)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Math-Cephes
-PORTVERSION=	0.5303
+PORTVERSION=	0.5304
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,4 +14,7 @@ MAKE_JOBS_UNSAFE=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Cephes/Cephes.so
+
 .include <bsd.port.mk>

Modified: head/math/p5-Math-Cephes/distinfo
==============================================================================
--- head/math/p5-Math-Cephes/distinfo	Mon Feb 10 22:42:34 2014	(r343691)
+++ head/math/p5-Math-Cephes/distinfo	Mon Feb 10 22:45:31 2014	(r343692)
@@ -1,2 +1,2 @@
-SHA256 (Math-Cephes-0.5303.tar.gz) = 0d17ff7d186965dcdc983e7b3c3dfb64af06377c689686295abb9f02c4db459f
-SIZE (Math-Cephes-0.5303.tar.gz) = 304931
+SHA256 (Math-Cephes-0.5304.tar.gz) = 5d2cc55965505eee4fc8da870cb4754c0eeff144afb6254848d8c3b24b30a981
+SIZE (Math-Cephes-0.5304.tar.gz) = 312867


More information about the svn-ports-all mailing list