Date: Wed, 2 Oct 2013 17:50:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329085 - head/devel/p5-threads Message-ID: <201310021750.r92HodWf060011@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 2 17:50:39 2013 New Revision: 329085 URL: http://svnweb.freebsd.org/changeset/ports/329085 Log: - Update to 1.89 Changes: http://search.cpan.org/dist/threads/Changes Modified: head/devel/p5-threads/Makefile head/devel/p5-threads/distinfo (contents, props changed) head/devel/p5-threads/pkg-plist (contents, props changed) Modified: head/devel/p5-threads/Makefile ============================================================================== --- head/devel/p5-threads/Makefile Wed Oct 2 17:47:51 2013 (r329084) +++ head/devel/p5-threads/Makefile Wed Oct 2 17:50:39 2013 (r329085) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 1.87 +PORTVERSION= 1.89 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN @@ -14,7 +14,4 @@ COMMENT= Perl interpreter-based threads USES= perl5 USE_PERL5= configure -MAN3= threads.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/p5-threads/distinfo ============================================================================== --- head/devel/p5-threads/distinfo Wed Oct 2 17:47:51 2013 (r329084) +++ head/devel/p5-threads/distinfo Wed Oct 2 17:50:39 2013 (r329085) @@ -1,2 +1,2 @@ -SHA256 (threads-1.87.tar.gz) = cd266206a9e920ed50997096ea0f4f05856b48182690c52c2c65b9b8ad9332e8 -SIZE (threads-1.87.tar.gz) = 102965 +SHA256 (threads-1.89.tar.gz) = 0523af67437e2bb319848596b14ae4e0670f746ae1e44be2ff564e79e8484f57 +SIZE (threads-1.89.tar.gz) = 103344 Modified: head/devel/p5-threads/pkg-plist ============================================================================== --- head/devel/p5-threads/pkg-plist Wed Oct 2 17:47:51 2013 (r329084) +++ head/devel/p5-threads/pkg-plist Wed Oct 2 17:50:39 2013 (r329085) @@ -2,4 +2,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/threads.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/threads.so %%SITE_PERL%%/%%PERL_ARCH%%/threads.pm +%%PERL5_MAN3%%/threads.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310021750.r92HodWf060011>