diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-13 00:20:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-13 00:20:49 +0800 |
commit | 29843932eff9ca316c03585371cdc68d396cda46 (patch) | |
tree | 6f0aa2553005856d13252da30a03657f2ff22c0a /math | |
parent | 84aea1255f13a413d992f0f2957e21128d5052b0 (diff) | |
download | freebsd-ports-gnome-29843932eff9ca316c03585371cdc68d396cda46.tar.gz freebsd-ports-gnome-29843932eff9ca316c03585371cdc68d396cda46.tar.zst freebsd-ports-gnome-29843932eff9ca316c03585371cdc68d396cda46.zip |
Update to 2.017, and strip XS modules and the pdl binary.
Changes: https://metacpan.org/changes/distribution/PDL
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 9 | ||||
-rw-r--r-- | math/PDL/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 1be0c1d4cbd0..bdb1e661f425 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= PDL -PORTVERSION= 2.015 -PORTREVISION= 1 +PORTVERSION= 2.017 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CHM MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language @@ -79,8 +77,11 @@ post-patch: @${REINPLACE_CMD} -e "/POSIX_THREADS_LIBS/ s|undef|'-lpthread'|" \ ${WRKSRC}/perldl.conf -# autogen plist post-install: + ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL -name '*.so' \ + | ${XARGS} ${STRIP_CMD} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdl +# autogen plist @(cd ${WRKSRC}; ${PERL} -Iblib/lib -Iblib/arch Doc/scantree.pl) @(cd ${WRKSRC}/blib/man3 ; \ ${FIND} *.3 | ${SED} "s,^,${MAN3PREFIX}/man/man3/,;s/3$$/3.gz/" \ diff --git a/math/PDL/distinfo b/math/PDL/distinfo index 450e4689b899..5105688275f3 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,2 +1,3 @@ -SHA256 (PDL-2.015.tar.gz) = 0b7ef32e443e62c62569b8092f507f1a035d990430c80bdcb263dc7a2e85b684 -SIZE (PDL-2.015.tar.gz) = 2876894 +TIMESTAMP = 1476287925 +SHA256 (PDL-2.017.tar.gz) = 93b3f22454485d92efb2f85d2e622fd584b2df6a252eae672eba3c39d3c3bd10 +SIZE (PDL-2.017.tar.gz) = 2889414 |