Bug 189926 - [PATCH] devel/p5-Dist-CheckConflicts: update to 0.11
Summary: [PATCH] devel/p5-Dist-CheckConflicts: update to 0.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jonathan Chu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-18 22:10 UTC by Bartek Rutkowski
Modified: 2014-05-22 05:01 UTC (History)
1 user (show)

See Also:


Attachments
p5-Dist-CheckConflicts-0.11.patch (790 bytes, patch)
2014-05-18 22:10 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-18 22:10:00 UTC
- Update to 0.11

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/p5-Dist-CheckConflicts/0.11/

Port maintainer (milki@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-18 22:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->milki

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-22 04:52:08 UTC
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@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
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 @dirrmtry %%SITE_PERL%%/Dist
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jonathan Chu freebsd_committer freebsd_triage 2014-05-22 05:00:56 UTC
State Changed
From-To: open->closed

Thanks! Committed with minor changes.