svn commit: r329413 - head/devel/p5-System-Command
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 5 06:05:40 UTC 2013
Author: sunpoet
Date: Sat Oct 5 06:05:37 2013
New Revision: 329413
URL: http://svnweb.freebsd.org/changeset/ports/329413
Log:
- Update to 1.105
- Add TEST_DEPENDS
- Support STAGEDIR
Changes: http://search.cpan.org/dist/System-Command/Changes
Modified:
head/devel/p5-System-Command/Makefile
head/devel/p5-System-Command/distinfo
head/devel/p5-System-Command/pkg-plist (contents, props changed)
Modified: head/devel/p5-System-Command/Makefile
==============================================================================
--- head/devel/p5-System-Command/Makefile Sat Oct 5 06:05:31 2013 (r329412)
+++ head/devel/p5-System-Command/Makefile Sat Oct 5 06:05:37 2013 (r329413)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= System-Command
-PORTVERSION= 1.104
+PORTVERSION= 1.105
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,10 +13,10 @@ COMMENT= Object for running system comma
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+TEST_DEPENDS= p5-Test-Command>=0:${PORTSDIR}/devel/p5-Test-Command \
+ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
+
USES= perl5
USE_PERL5= configure
-MAN3= System::Command.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/p5-System-Command/distinfo
==============================================================================
--- head/devel/p5-System-Command/distinfo Sat Oct 5 06:05:31 2013 (r329412)
+++ head/devel/p5-System-Command/distinfo Sat Oct 5 06:05:37 2013 (r329413)
@@ -1,2 +1,2 @@
-SHA256 (System-Command-1.104.tar.gz) = 325c74d1a4914b3262d6731cca8e9f13453b96b022d5881f92edf4d211ce5e0b
-SIZE (System-Command-1.104.tar.gz) = 21584
+SHA256 (System-Command-1.105.tar.gz) = f6d97e05db470bbc1b730c13b609601dffcefc5e1a1d81ac90edc4e67961817d
+SIZE (System-Command-1.105.tar.gz) = 21970
Modified: head/devel/p5-System-Command/pkg-plist
==============================================================================
--- head/devel/p5-System-Command/pkg-plist Sat Oct 5 06:05:31 2013 (r329412)
+++ head/devel/p5-System-Command/pkg-plist Sat Oct 5 06:05:37 2013 (r329413)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command/.packlist
%%SITE_PERL%%/System/Command.pm
+%%PERL5_MAN3%%/System::Command.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/System/Command
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/System
@dirrmtry %%SITE_PERL%%/System
More information about the svn-ports-all
mailing list