svn commit: r344486 - head/devel/p5-Data-Dumper-Concise

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 15 21:46:36 UTC 2014


Author: sunpoet
Date: Sat Feb 15 21:46:36 2014
New Revision: 344486
URL: http://svnweb.freebsd.org/changeset/ports/344486
QAT: https://qat.redports.org/buildarchive/r344486/

Log:
  - Fix *_DEPENDS:
    - p5-Data-Dumper is already in all supported Perl releases
    - p5-Error is not required
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Data-Dumper-Concise/Makefile

Modified: head/devel/p5-Data-Dumper-Concise/Makefile
==============================================================================
--- head/devel/p5-Data-Dumper-Concise/Makefile	Sat Feb 15 21:40:31 2014	(r344485)
+++ head/devel/p5-Data-Dumper-Concise/Makefile	Sat Feb 15 21:46:36 2014	(r344486)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Data-Dumper-Concise
 PORTVERSION=	2.021
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FREW
@@ -14,10 +15,6 @@ COMMENT=	Less indentation and newlines p
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS =	p5-Error>=0:${PORTSDIR}/lang/p5-Error
-
 OPTIONS_DEFINE=	ARGNAMES
 OPTIONS_DEFAULT=ARGNAMES
 ARGNAMES_DESC=	Enable DwarnN subroutine


More information about the svn-ports-all mailing list