From owner-svn-ports-all@FreeBSD.ORG Thu Dec 12 07:50:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D30DDE95; Thu, 12 Dec 2013 07:50:32 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4E5B15F3; Thu, 12 Dec 2013 07:50:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBC7oWK5089071; Thu, 12 Dec 2013 07:50:32 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBC7oWBB089068; Thu, 12 Dec 2013 07:50:32 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201312120750.rBC7oWBB089068@svn.freebsd.org> From: Frederic Culot Date: Thu, 12 Dec 2013 07:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336249 - head/devel/p5-ExtUtils-Depends 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.17 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: Thu, 12 Dec 2013 07:50:32 -0000 Author: culot Date: Thu Dec 12 07:50:31 2013 New Revision: 336249 URL: http://svnweb.freebsd.org/changeset/ports/336249 Log: - Update to 0.306 - Add LICENSE (Artistic 1 & GPL 1) - Support staging Changes: http://search.cpan.org/dist/ExtUtils-Depends/Changes PR: ports/184701 Submitted by: sunpoet@ Modified: head/devel/p5-ExtUtils-Depends/Makefile head/devel/p5-ExtUtils-Depends/distinfo head/devel/p5-ExtUtils-Depends/pkg-plist Modified: head/devel/p5-ExtUtils-Depends/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Depends/Makefile Thu Dec 12 07:28:17 2013 (r336248) +++ head/devel/p5-ExtUtils-Depends/Makefile Thu Dec 12 07:50:31 2013 (r336249) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= ExtUtils-Depends -PORTVERSION= 0.304 +PORTVERSION= 0.306 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FLORA +MASTER_SITE_SUBDIR= CPAN:XAOC PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org COMMENT= Easily build XS extensions that depend on XS extensions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= ExtUtils::Depends.3 - -NO_STAGE= yes .include Modified: head/devel/p5-ExtUtils-Depends/distinfo ============================================================================== --- head/devel/p5-ExtUtils-Depends/distinfo Thu Dec 12 07:28:17 2013 (r336248) +++ head/devel/p5-ExtUtils-Depends/distinfo Thu Dec 12 07:50:31 2013 (r336249) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-Depends-0.304.tar.gz) = 0307651e1ac2059f0b244466add694f7529c4e7b9287c821144086183e9b543a -SIZE (ExtUtils-Depends-0.304.tar.gz) = 11445 +SHA256 (ExtUtils-Depends-0.306.tar.gz) = 45258bcb83cd130e90a5f8ff19c1b69063f894634b01140f69d550d92b2c2369 +SIZE (ExtUtils-Depends-0.306.tar.gz) = 13180 Modified: head/devel/p5-ExtUtils-Depends/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-Depends/pkg-plist Thu Dec 12 07:28:17 2013 (r336248) +++ head/devel/p5-ExtUtils-Depends/pkg-plist Thu Dec 12 07:50:31 2013 (r336249) @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends/.packlist %%SITE_PERL%%/ExtUtils/Depends.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends/.packlist +%%PERL5_MAN3%%/ExtUtils::Depends.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends -@dirrmtry %%SITE_PERL%%/ExtUtils @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils +@dirrmtry %%SITE_PERL%%/ExtUtils