Bug 175135 - [PATCH] devel/p5-Thread-Queue: update to 3.01, take maintainership
Summary: [PATCH] devel/p5-Thread-Queue: update to 3.01, take maintainership
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 14:30 UTC by Po-Chien Lin
Modified: 2013-01-14 02:10 UTC (History)
0 users

See Also:


Attachments
p5-Thread-Queue-3.01.patch (1.46 KB, patch)
2013-01-08 14:30 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-08 14:30:00 UTC
- Update to 3.01
- Take maintainership
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-08 14:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-01-14 02:05:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-14 02:05:17 UTC
Author: swills
Date: Mon Jan 14 02:05:04 2013
New Revision: 310356
URL: http://svnweb.freebsd.org/changeset/ports/310356

Log:
  - Update to 3.01
  - Give maintainership to submitter
  
  PR:		ports/175135
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/devel/p5-Thread-Queue/Makefile
  head/devel/p5-Thread-Queue/distinfo   (contents, props changed)

Modified: head/devel/p5-Thread-Queue/Makefile
==============================================================================
--- head/devel/p5-Thread-Queue/Makefile	Mon Jan 14 02:01:55 2013	(r310355)
+++ head/devel/p5-Thread-Queue/Makefile	Mon Jan 14 02:05:04 2013	(r310356)
@@ -2,19 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	Thread-Queue
-PORTVERSION=	2.12
+PORTVERSION=	3.01
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	Perl5 thread-safe queues
 
-BUILD_DEPENDS=	p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+PERL_CONFIGURE=	yes
+
+MAN3=	Thread::Queue.3
 
-PERL_CONFIGURE=	YES
+.include <bsd.port.pre.mk>
 
-MAN3=		Thread::Queue.3
+.if ${PERL_LEVEL} < 501100
+BUILD_DEPENDS+=	p5-threads-shared>=1.21:${PORTSDIR}/devel/p5-threads-shared
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/devel/p5-Thread-Queue/distinfo
==============================================================================
--- head/devel/p5-Thread-Queue/distinfo	Mon Jan 14 02:01:55 2013	(r310355)
+++ head/devel/p5-Thread-Queue/distinfo	Mon Jan 14 02:05:04 2013	(r310356)
@@ -1,2 +1,2 @@
-SHA256 (Thread-Queue-2.12.tar.gz) = 0f96a3ff648d46294efe826a85e4cba807072b001bf3f386b8f5265f8f0e9f7e
-SIZE (Thread-Queue-2.12.tar.gz) = 11751
+SHA256 (Thread-Queue-3.01.tar.gz) = 0613ceb376c6f46c0cc0e77546bace4ce9d1ef5d51841edcfabc89c46c2af9d2
+SIZE (Thread-Queue-3.01.tar.gz) = 13153
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"