Date: Fri, 21 Sep 2012 13:00:30 +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: r304629 - head/devel/p5-File-chdir Message-ID: <201209211300.q8LD0UMq037967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Fri Sep 21 13:00:30 2012 New Revision: 304629 URL: http://svn.freebsd.org/changeset/ports/304629 Log: - Update to 0.1007 - Remove dependency on p5-PathTools (already in core) - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/File-chdir/Changes Modified: head/devel/p5-File-chdir/Makefile head/devel/p5-File-chdir/distinfo Modified: head/devel/p5-File-chdir/Makefile ============================================================================== --- head/devel/p5-File-chdir/Makefile Fri Sep 21 12:57:07 2012 (r304628) +++ head/devel/p5-File-chdir/Makefile Fri Sep 21 13:00:30 2012 (r304629) @@ -6,7 +6,7 @@ # PORTNAME= File-chdir -PORTVERSION= 0.1006 +PORTVERSION= 0.1007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A more sensible way to change directories -BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes Modified: head/devel/p5-File-chdir/distinfo ============================================================================== --- head/devel/p5-File-chdir/distinfo Fri Sep 21 12:57:07 2012 (r304628) +++ head/devel/p5-File-chdir/distinfo Fri Sep 21 13:00:30 2012 (r304629) @@ -1,2 +1,2 @@ -SHA256 (File-chdir-0.1006.tar.gz) = b26e91f8b5480544da599412612ff9287007be9703d41c35251f09c5ff19879a -SIZE (File-chdir-0.1006.tar.gz) = 21188 +SHA256 (File-chdir-0.1007.tar.gz) = 908b8ac5696292e047de3370bb653eb222cb0002fce5abed4f029c1e48925b5f +SIZE (File-chdir-0.1007.tar.gz) = 21516
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209211300.q8LD0UMq037967>