svn commit: r371678 - head/devel/p5-threads-shared
Frederic Culot
culot at FreeBSD.org
Wed Oct 29 15:20:12 UTC 2014
Author: culot
Date: Wed Oct 29 15:20:11 2014
New Revision: 371678
URL: https://svnweb.freebsd.org/changeset/ports/371678
QAT: https://qat.redports.org/buildarchive/r371678/
Log:
- Update to 1.46
- Remove obsolete dependencies
- Shorten COMMENT
- Take maintainership
Changes: http://search.cpan.org/dist/threads-shared/Changes
Modified:
head/devel/p5-threads-shared/Makefile
head/devel/p5-threads-shared/distinfo
Modified: head/devel/p5-threads-shared/Makefile
==============================================================================
--- head/devel/p5-threads-shared/Makefile Wed Oct 29 15:15:26 2014 (r371677)
+++ head/devel/p5-threads-shared/Makefile Wed Oct 29 15:20:11 2014 (r371678)
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= threads-shared
-PORTVERSION= 1.43
+PORTVERSION= 1.46
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JDHEDDEN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Perl extension for sharing data structures between threads
+MAINTAINER= culot at FreeBSD.org
+COMMENT= Share data structures between threads
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
@@ -17,11 +17,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.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.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-threads-shared/distinfo
==============================================================================
--- head/devel/p5-threads-shared/distinfo Wed Oct 29 15:15:26 2014 (r371677)
+++ head/devel/p5-threads-shared/distinfo Wed Oct 29 15:20:11 2014 (r371678)
@@ -1,2 +1,2 @@
-SHA256 (threads-shared-1.43.tar.gz) = 159e5407f7beb6727d15eab4fb6c809d1a13f63b8c97a6da8901035d0ea8f7f8
-SIZE (threads-shared-1.43.tar.gz) = 97427
+SHA256 (threads-shared-1.46.tar.gz) = 31e306c37d58a556ed9845851ca80a867495d0c321343025ae200f32e21491f1
+SIZE (threads-shared-1.46.tar.gz) = 97993
More information about the svn-ports-head
mailing list