Date: Thu, 12 Dec 2013 07:50:32 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336249 - head/devel/p5-ExtUtils-Depends Message-ID: <201312120750.rBC7oWBB089068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312120750.rBC7oWBB089068>