svn commit: r310356 - head/devel/p5-Thread-Queue
Steve Wills
swills at FreeBSD.org
Mon Jan 14 02:05:05 UTC 2013
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 at 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 at FreeBSD.org
+MAINTAINER= linpc at 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
More information about the svn-ports-head
mailing list