svn commit: r318780 - head/devel/p5-Test-CheckDeps
Frederic Culot
culot at FreeBSD.org
Wed May 22 16:10:40 UTC 2013
Author: culot
Date: Wed May 22 16:10:39 2013
New Revision: 318780
URL: http://svnweb.freebsd.org/changeset/ports/318780
Log:
- Update to 0.004
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Test-CheckDeps/Changes
Modified:
head/devel/p5-Test-CheckDeps/Makefile
head/devel/p5-Test-CheckDeps/distinfo
Modified: head/devel/p5-Test-CheckDeps/Makefile
==============================================================================
--- head/devel/p5-Test-CheckDeps/Makefile Wed May 22 15:42:32 2013 (r318779)
+++ head/devel/p5-Test-CheckDeps/Makefile Wed May 22 16:10:39 2013 (r318780)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: devel/p5-Test-CheckDeps
-# Date created: 2012-07-06
-# Whom: Frederic Culot <culot at FreeBSD.org>
-#
+# Created by: Frederic Culot <culot at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Test-CheckDeps
-PORTVERSION= 0.002
+PORTVERSION= 0.004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -26,15 +22,9 @@ MAN3= Test::CheckDeps.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-CPAN-Meta>0:${PORTSDIR}/devel/p5-CPAN-Meta \
- p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata
-RUN_DEPENDS+= p5-CPAN-Meta>0:${PORTSDIR}/devel/p5-CPAN-Meta \
- p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata
+BUILD_DEPENDS+= p5-CPAN-Meta>0:${PORTSDIR}/devel/p5-CPAN-Meta
+RUN_DEPENDS+= p5-CPAN-Meta>0:${PORTSDIR}/devel/p5-CPAN-Meta
.endif
.include <bsd.port.post.mk>
Modified: head/devel/p5-Test-CheckDeps/distinfo
==============================================================================
--- head/devel/p5-Test-CheckDeps/distinfo Wed May 22 15:42:32 2013 (r318779)
+++ head/devel/p5-Test-CheckDeps/distinfo Wed May 22 16:10:39 2013 (r318780)
@@ -1,2 +1,2 @@
-SHA256 (Test-CheckDeps-0.002.tar.gz) = 2696298bbf0720af39ea3b82db583ec280db0dcb2c9b85574a85aaf8744fb53a
-SIZE (Test-CheckDeps-0.002.tar.gz) = 10964
+SHA256 (Test-CheckDeps-0.004.tar.gz) = f4a08e40c282e3f03e3222d4b63c3b0cf3b0e0a7d6d365819112e1d9b1e79b0c
+SIZE (Test-CheckDeps-0.004.tar.gz) = 11356
More information about the svn-ports-all
mailing list