From owner-svn-ports-head@FreeBSD.ORG Thu Dec 4 15:25:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70B74A4B; Thu, 4 Dec 2014 15:25:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C4463D3; Thu, 4 Dec 2014 15:25:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4FPkmW078392; Thu, 4 Dec 2014 15:25:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB4FPjf1078384; Thu, 4 Dec 2014 15:25:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412041525.sB4FPjf1078384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Dec 2014 15:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373953 - in head/devel: . p5-Module-Runtime-Conflicts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 15:25:46 -0000 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 +# $FreeBSD$ + +PORTNAME= Module-Runtime-Conflicts +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide information on conflicts for Module::Runtime + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include 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