svn commit: r373953 - in head/devel: . p5-Module-Runtime-Conflicts

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 4 15:25:46 UTC 2014


Author: sunpoet
Date: Thu Dec  4 15:25:44 2014
New Revision: 373953
URL: https://svnweb.freebsd.org/changeset/ports/373953
QAT: https://qat.redports.org/buildarchive/r373953/

Log:
  - Add p5-Module-Runtime-Conflicts 0.001
  
  Module::Runtime::Conflicts provides conflicts checking for Module::Runtime,
  which had a recent release that broke some versions of Moose. It is called from
  Moose::Conflicts and moose-outdated.
  
  WWW: http://search.cpan.org/dist/Module-Runtime-Conflicts/

Added:
  head/devel/p5-Module-Runtime-Conflicts/
  head/devel/p5-Module-Runtime-Conflicts/Makefile   (contents, props changed)
  head/devel/p5-Module-Runtime-Conflicts/distinfo   (contents, props changed)
  head/devel/p5-Module-Runtime-Conflicts/pkg-descr   (contents, props changed)
  head/devel/p5-Module-Runtime-Conflicts/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec  4 15:24:57 2014	(r373952)
+++ head/devel/Makefile	Thu Dec  4 15:25:44 2014	(r373953)
@@ -2400,6 +2400,7 @@
     SUBDIR += p5-Module-Reload
     SUBDIR += p5-Module-Reload-Sel
     SUBDIR += p5-Module-Runtime
+    SUBDIR += p5-Module-Runtime-Conflicts
     SUBDIR += p5-Module-ScanDeps
     SUBDIR += p5-Module-Setup
     SUBDIR += p5-Module-Starter

Added: head/devel/p5-Module-Runtime-Conflicts/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Runtime-Conflicts/Makefile	Thu Dec  4 15:25:44 2014	(r373953)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Module-Runtime-Conflicts
+PORTVERSION=	0.001
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Provide information on conflicts for Module::Runtime
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Module-Runtime-Conflicts/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Runtime-Conflicts/distinfo	Thu Dec  4 15:25:44 2014	(r373953)
@@ -0,0 +1,2 @@
+SHA256 (Module-Runtime-Conflicts-0.001.tar.gz) = 0f73d03846575dd1492d3760deeb9627afaa1f8b04d4d526b1775174201be25f
+SIZE (Module-Runtime-Conflicts-0.001.tar.gz) = 23538

Added: head/devel/p5-Module-Runtime-Conflicts/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Runtime-Conflicts/pkg-descr	Thu Dec  4 15:25:44 2014	(r373953)
@@ -0,0 +1,5 @@
+Module::Runtime::Conflicts provides conflicts checking for Module::Runtime,
+which had a recent release that broke some versions of Moose. It is called from
+Moose::Conflicts and moose-outdated.
+
+WWW: http://search.cpan.org/dist/Module-Runtime-Conflicts/

Added: head/devel/p5-Module-Runtime-Conflicts/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Module-Runtime-Conflicts/pkg-plist	Thu Dec  4 15:25:44 2014	(r373953)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Module/Runtime/Conflicts.pm
+%%PERL5_MAN3%%/Module::Runtime::Conflicts.3.gz


More information about the svn-ports-head mailing list