svn commit: r462496 - head/devel/p5-threads-shared

Frederic Culot culot at FreeBSD.org
Wed Feb 21 12:37:36 UTC 2018


Author: culot
Date: Wed Feb 21 12:37:35 2018
New Revision: 462496
URL: https://svnweb.freebsd.org/changeset/ports/462496

Log:
  - Update to 1.58
  
  Changes:	http://search.cpan.org/dist/threads-shared/Changes

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

Modified: head/devel/p5-threads-shared/Makefile
==============================================================================
--- head/devel/p5-threads-shared/Makefile	Wed Feb 21 12:33:59 2018	(r462495)
+++ head/devel/p5-threads-shared/Makefile	Wed Feb 21 12:37:35 2018	(r462496)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	threads-shared
-PORTVERSION=	1.57
+PORTVERSION=	1.58
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
@@ -16,5 +16,8 @@ LICENSE_COMB=	dual
 
 USES=		perl5
 USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/threads/shared/shared.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-threads-shared/distinfo
==============================================================================
--- head/devel/p5-threads-shared/distinfo	Wed Feb 21 12:33:59 2018	(r462495)
+++ head/devel/p5-threads-shared/distinfo	Wed Feb 21 12:37:35 2018	(r462496)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503053491
-SHA256 (threads-shared-1.57.tar.gz) = 7cacb5a0b5303453b08ded47a848ce31fb660309173cbfdd155502a9c6ccd6f8
-SIZE (threads-shared-1.57.tar.gz) = 100896
+TIMESTAMP = 1519216225
+SHA256 (threads-shared-1.58.tar.gz) = ad1710fc411ffbdb32bd5cc88ed805db395a520537ce8279c03a91fbfef50b13
+SIZE (threads-shared-1.58.tar.gz) = 100991


More information about the svn-ports-head mailing list