svn commit: r354766 - head/devel/p5-Dist-CheckConflicts

Jonathan Chu milki at FreeBSD.org
Thu May 22 03:52:05 UTC 2014


Author: milki
Date: Thu May 22 03:52:04 2014
New Revision: 354766
URL: http://svnweb.freebsd.org/changeset/ports/354766
QAT: https://qat.redports.org/buildarchive/r354766/

Log:
  Update to 0.11
  
  - New RUN_DEPENDS
  - Fix plist
  
  PR:		189926
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
  Approved by:	swills (mentor)

Modified:
  head/devel/p5-Dist-CheckConflicts/Makefile
  head/devel/p5-Dist-CheckConflicts/distinfo
  head/devel/p5-Dist-CheckConflicts/pkg-plist

Modified: head/devel/p5-Dist-CheckConflicts/Makefile
==============================================================================
--- head/devel/p5-Dist-CheckConflicts/Makefile	Thu May 22 03:27:03 2014	(r354765)
+++ head/devel/p5-Dist-CheckConflicts/Makefile	Thu May 22 03:52:04 2014	(r354766)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dist-CheckConflicts
-PORTVERSION=	0.09
+PORTVERSION=	0.11
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DOY
@@ -13,10 +13,10 @@ COMMENT=	Declare version conflicts for y
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS=	p5-Module-Runtime>=0.009:${PORTSDIR}/devel/p5-Module-Runtime
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	configure run
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Dist-CheckConflicts/distinfo
==============================================================================
--- head/devel/p5-Dist-CheckConflicts/distinfo	Thu May 22 03:27:03 2014	(r354765)
+++ head/devel/p5-Dist-CheckConflicts/distinfo	Thu May 22 03:52:04 2014	(r354766)
@@ -1,2 +1,2 @@
-SHA256 (Dist-CheckConflicts-0.09.tar.gz) = a0a238746b4f4605e96fd9852d55cf3b8dbbde01981b49a08e3b3858c2cc02ed
-SIZE (Dist-CheckConflicts-0.09.tar.gz) = 18958
+SHA256 (Dist-CheckConflicts-0.11.tar.gz) = ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4
+SIZE (Dist-CheckConflicts-0.11.tar.gz) = 19964

Modified: head/devel/p5-Dist-CheckConflicts/pkg-plist
==============================================================================
--- head/devel/p5-Dist-CheckConflicts/pkg-plist	Thu May 22 03:27:03 2014	(r354765)
+++ head/devel/p5-Dist-CheckConflicts/pkg-plist	Thu May 22 03:52:04 2014	(r354766)
@@ -3,5 +3,4 @@
 %%PERL5_MAN3%%/Dist::CheckConflicts.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/CheckConflicts
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 @dirrmtry %%SITE_PERL%%/Dist


More information about the svn-ports-all mailing list