From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 19:31:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00C9E41B; Tue, 3 Sep 2013 19:31:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D37552238; Tue, 3 Sep 2013 19:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83JVYo0062175; Tue, 3 Sep 2013 19:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83JVYl4062172; Tue, 3 Sep 2013 19:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309031931.r83JVYl4062172@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Sep 2013 19:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326206 - head/devel/p5-Module-Build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 19:31:35 -0000 Author: sunpoet Date: Tue Sep 3 19:31:33 2013 New Revision: 326206 URL: http://svnweb.freebsd.org/changeset/ports/326206 Log: - Update to 0.4007 - Add LICENSE - Fix PORTSCOUT Changes: http://search.cpan.org/dist/Module-Build/Changes Modified: head/devel/p5-Module-Build/Makefile head/devel/p5-Module-Build/distinfo head/devel/p5-Module-Build/pkg-plist (contents, props changed) Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/Makefile Tue Sep 3 19:31:33 2013 (r326206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Build -PORTVERSION= 0.4005 +PORTVERSION= 0.4007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Build and install Perl modules +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-PAR-Dist>=0.17:${PORTSDIR}/devel/p5-PAR-Dist OPTIONS_DEFINE= DOCS -PORTSCOUT= skipv:0.31012 +PORTSCOUT= skipv:0.31011,0.31012 USES= perl5 USE_PERL5= modbuild @@ -32,12 +35,8 @@ MAN3= inc::latest.3 \ Module::Build::ModuleInfo.3 \ Module::Build::Notes.3 \ Module::Build::PPMMaker.3 \ - Module::Build::Platform::Amiga.3 \ Module::Build::Platform::Default.3 \ - Module::Build::Platform::EBCDIC.3 \ - Module::Build::Platform::MPEiX.3 \ Module::Build::Platform::MacOS.3 \ - Module::Build::Platform::RiscOS.3 \ Module::Build::Platform::Unix.3 \ Module::Build::Platform::VMS.3 \ Module::Build::Platform::VOS.3 \ Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/distinfo Tue Sep 3 19:31:33 2013 (r326206) @@ -1,2 +1,2 @@ -SHA256 (Module-Build-0.4005.tar.gz) = eb2522507251550f459c11223ea6d86b34f1dee9b3e3928d0d6a0497505cb7ef -SIZE (Module-Build-0.4005.tar.gz) = 307822 +SHA256 (Module-Build-0.4007.tar.gz) = 15ac5eb06628348391645464840af8ad6f545831a814e2ea502dc89b9fd70152 +SIZE (Module-Build-0.4007.tar.gz) = 307248 Modified: head/devel/p5-Module-Build/pkg-plist ============================================================================== --- head/devel/p5-Module-Build/pkg-plist Tue Sep 3 19:31:29 2013 (r326205) +++ head/devel/p5-Module-Build/pkg-plist Tue Sep 3 19:31:33 2013 (r326206) @@ -11,12 +11,8 @@ %%SITE_PERL%%/Module/Build/ModuleInfo.pm %%SITE_PERL%%/Module/Build/Notes.pm %%SITE_PERL%%/Module/Build/PPMMaker.pm -%%SITE_PERL%%/Module/Build/Platform/Amiga.pm %%SITE_PERL%%/Module/Build/Platform/Default.pm -%%SITE_PERL%%/Module/Build/Platform/EBCDIC.pm -%%SITE_PERL%%/Module/Build/Platform/MPEiX.pm %%SITE_PERL%%/Module/Build/Platform/MacOS.pm -%%SITE_PERL%%/Module/Build/Platform/RiscOS.pm %%SITE_PERL%%/Module/Build/Platform/Unix.pm %%SITE_PERL%%/Module/Build/Platform/VMS.pm %%SITE_PERL%%/Module/Build/Platform/VOS.pm