svn commit: r414627 - head/devel/p5-threads

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 5 00:01:04 UTC 2016


Author: sunpoet
Date: Thu May  5 00:01:02 2016
New Revision: 414627
URL: https://svnweb.freebsd.org/changeset/ports/414627

Log:
  - Update to 2.07
  - Strip shared library
  
  Changes:	http://search.cpan.org/dist/threads/Changes

Modified:
  head/devel/p5-threads/Makefile
  head/devel/p5-threads/distinfo

Modified: head/devel/p5-threads/Makefile
==============================================================================
--- head/devel/p5-threads/Makefile	Thu May  5 00:00:57 2016	(r414626)
+++ head/devel/p5-threads/Makefile	Thu May  5 00:01:02 2016	(r414627)
@@ -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>

Modified: head/devel/p5-threads/distinfo
==============================================================================
--- head/devel/p5-threads/distinfo	Thu May  5 00:00:57 2016	(r414626)
+++ head/devel/p5-threads/distinfo	Thu May  5 00:01:02 2016	(r414627)
@@ -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


More information about the svn-ports-head mailing list