diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-05 08:01:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-05 08:01:02 +0800 |
commit | af7bf5b7b71ba75ac917b916f345d2aa858c98ed (patch) | |
tree | b3e86c931e8aad2ff2cb4650a56a9268fcfc94c5 | |
parent | 89d9acbd5857194088fb27294a63acf6972b14ae (diff) | |
download | freebsd-ports-gnome-af7bf5b7b71ba75ac917b916f345d2aa858c98ed.tar.gz freebsd-ports-gnome-af7bf5b7b71ba75ac917b916f345d2aa858c98ed.tar.zst freebsd-ports-gnome-af7bf5b7b71ba75ac917b916f345d2aa858c98ed.zip |
- Update to 2.07
- Strip shared library
Changes: http://search.cpan.org/dist/threads/Changes
-rw-r--r-- | devel/p5-threads/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-threads/distinfo | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-threads/Makefile b/devel/p5-threads/Makefile index a735e23b30b7..937e7c35ba1d 100644 --- a/devel/p5-threads/Makefile +++ b/devel/p5-threads/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 2.02 +PORTVERSION= 2.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN @@ -17,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/threads/threads.so + .include <bsd.port.mk> diff --git a/devel/p5-threads/distinfo b/devel/p5-threads/distinfo index d1dcd5a73aa1..d0a5efd2767b 100644 --- a/devel/p5-threads/distinfo +++ b/devel/p5-threads/distinfo @@ -1,2 +1,2 @@ -SHA256 (threads-2.02.tar.gz) = cec5398dbc57c0c854cf5ce8efbd2b1ac4d3e410efa58ed07ea613fc1445326e -SIZE (threads-2.02.tar.gz) = 110095 +SHA256 (threads-2.07.tar.gz) = 35d220ecfa842e76029888564c895b2e062af55dc9835cbbcf0166f8c4cdf739 +SIZE (threads-2.07.tar.gz) = 111505 |