Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Jan 2013 21:20:35 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175132: [PATCH] devel/p5-threads-shared: update to 1.42, take maintainership
Message-ID:  <20130108132035.55E3A4863B@dev.linpc.org>
Resent-Message-ID: <201301081330.r08DU5xq078495@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175132
>Category:       ports
>Synopsis:       [PATCH] devel/p5-threads-shared: update to 1.42, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 08 13:30:04 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan  5 22:32:49 CST
>Description:
- Update to 1.42
- Take maintainership
- Cleanup pkg-descr to make portlint(1) happier

>How-To-Repeat:
>Fix:

--- p5-threads-shared-1.42.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-threads-shared/Makefile ./Makefile
--- /usr/ports/devel/p5-threads-shared/Makefile	2013-01-06 05:25:00.695650008 +0800
+++ ./Makefile	2013-01-08 21:10:36.554922435 +0800
@@ -2,20 +2,24 @@
 # $FreeBSD: head/devel/p5-threads-shared/Makefile 305162 2012-10-02 14:53:46Z tabthorpe $
 
 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>
diff -ruN --exclude=CVS /usr/ports/devel/p5-threads-shared/distinfo ./distinfo
--- /usr/ports/devel/p5-threads-shared/distinfo	2013-01-06 05:25:00.695650008 +0800
+++ ./distinfo	2013-01-08 21:03:34.899566972 +0800
@@ -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
diff -ruN --exclude=CVS /usr/ports/devel/p5-threads-shared/pkg-descr ./pkg-descr
--- /usr/ports/devel/p5-threads-shared/pkg-descr	2013-01-06 05:25:00.695650008 +0800
+++ ./pkg-descr	2013-01-08 21:09:29.899555640 +0800
@@ -4,4 +4,4 @@
 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/
--- p5-threads-shared-1.42.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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