svn commit: r379936 - head/devel/p5-Check-ISA
Adam Weinberger
adamw at FreeBSD.org
Wed Feb 25 18:34:37 UTC 2015
Author: adamw
Date: Wed Feb 25 18:34:36 2015
New Revision: 379936
URL: https://svnweb.freebsd.org/changeset/ports/379936
QAT: https://qat.redports.org/buildarchive/r379936/
Log:
p5-Test-use-ok is a TEST depend, not BUILD/RUN.
Modified:
head/devel/p5-Check-ISA/Makefile
Modified: head/devel/p5-Check-ISA/Makefile
==============================================================================
--- head/devel/p5-Check-ISA/Makefile Wed Feb 25 18:32:36 2015 (r379935)
+++ head/devel/p5-Check-ISA/Makefile Wed Feb 25 18:34:36 2015 (r379936)
@@ -3,7 +3,7 @@
PORTNAME= Check-ISA
PORTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NUFFIN
@@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= DWIM, correct checking of an object's class
-RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
- p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
BUILD_DEPENDS:= ${RUN_DEPENDS}
+TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list