Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 01:57:00 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310354 - head/devel/p5-threads-shared
Message-ID:  <201301140157.r0E1v0fS081370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan 14 01:56:59 2013
New Revision: 310354
URL: http://svnweb.freebsd.org/changeset/ports/310354

Log:
  - Update to 1.42
  - Give maintainership to submitter
  - Cleanup pkg-descr to make portlint(1) happier
  
  PR:		ports/175132
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/devel/p5-threads-shared/Makefile
  head/devel/p5-threads-shared/distinfo   (contents, props changed)
  head/devel/p5-threads-shared/pkg-descr   (contents, props changed)

Modified: head/devel/p5-threads-shared/Makefile
==============================================================================
--- head/devel/p5-threads-shared/Makefile	Mon Jan 14 01:29:51 2013	(r310353)
+++ head/devel/p5-threads-shared/Makefile	Mon Jan 14 01:56:59 2013	(r310354)
@@ -2,20 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	threads-shared
-PORTVERSION=	1.40
+PORTVERSION=	1.42
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	Perl extension for sharing data structures between threads
 
-BUILD_DEPENDS=	p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
-RUN_DEPENDS=	p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
-
 PERL_CONFIGURE=	yes
 
-MAN3=		threads::shared.3
+MAN3=	threads::shared.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501100
+BUILD_DEPENDS+=	p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
+RUN_DEPENDS+=	p5-threads>=1.73:${PORTSDIR}/devel/p5-threads
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/devel/p5-threads-shared/distinfo
==============================================================================
--- head/devel/p5-threads-shared/distinfo	Mon Jan 14 01:29:51 2013	(r310353)
+++ head/devel/p5-threads-shared/distinfo	Mon Jan 14 01:56:59 2013	(r310354)
@@ -1,2 +1,2 @@
-SHA256 (threads-shared-1.40.tar.gz) = 13018be285760f92e4595163a7b26e00de92c10de12659d7b74f14d605fd4c7a
-SIZE (threads-shared-1.40.tar.gz) = 93792
+SHA256 (threads-shared-1.42.tar.gz) = a31bcb984baf140a28739f39db2ff5a78bdce6b8374e4dbded8eb84af7169023
+SIZE (threads-shared-1.42.tar.gz) = 96864

Modified: head/devel/p5-threads-shared/pkg-descr
==============================================================================
--- head/devel/p5-threads-shared/pkg-descr	Mon Jan 14 01:29:51 2013	(r310353)
+++ head/devel/p5-threads-shared/pkg-descr	Mon Jan 14 01:56:59 2013	(r310354)
@@ -4,4 +4,4 @@ gets a private copy of each existing var
 This module allows you to share variables across different threads (and
 pseudoforks on Win32). It is used together with the threads module.
 
-WWW:	http://search.cpan.org/dist/threads-shared/	
+WWW: http://search.cpan.org/dist/threads-shared/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301140157.r0E1v0fS081370>