svn commit: r381549 - head/devel/p5-Test-Warn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 18 13:17:03 UTC 2015


Author: sunpoet
Date: Wed Mar 18 13:17:01 2015
New Revision: 381549
URL: https://svnweb.freebsd.org/changeset/ports/381549
QAT: https://qat.redports.org/buildarchive/r381549/

Log:
  - Fix *_DEPENDS: Carp 1.22+ is already in all supported Perl releases
  - Sort PLIST
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Test-Warn/Makefile
  head/devel/p5-Test-Warn/pkg-plist

Modified: head/devel/p5-Test-Warn/Makefile
==============================================================================
--- head/devel/p5-Test-Warn/Makefile	Wed Mar 18 13:07:40 2015	(r381548)
+++ head/devel/p5-Test-Warn/Makefile	Wed Mar 18 13:17:01 2015	(r381549)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Test-Warn
 PORTVERSION=	0.30
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,7 @@ COMMENT=	Perl extension to test methods 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Carp>=1.22:${PORTSDIR}/devel/p5-Carp \
-		p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel
+BUILD_DEPENDS=	p5-Sub-Uplevel>=0.12:${PORTSDIR}/devel/p5-Sub-Uplevel
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/devel/p5-Test-Warn/pkg-plist
==============================================================================
--- head/devel/p5-Test-Warn/pkg-plist	Wed Mar 18 13:07:40 2015	(r381548)
+++ head/devel/p5-Test-Warn/pkg-plist	Wed Mar 18 13:17:01 2015	(r381549)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Test::Warn.3.gz
 %%SITE_PERL%%/Test/Warn.pm
+%%PERL5_MAN3%%/Test::Warn.3.gz


More information about the svn-ports-head mailing list