Date: Thu, 31 Jan 2013 06:37:25 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311292 - head/devel/p5-Test-Spelling Message-ID: <201301310637.r0V6bPnY060943@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Jan 31 06:37:24 2013 New Revision: 311292 URL: http://svnweb.freebsd.org/changeset/ports/311292 Log: Update to 0.17 Modified: head/devel/p5-Test-Spelling/Makefile head/devel/p5-Test-Spelling/distinfo Modified: head/devel/p5-Test-Spelling/Makefile ============================================================================== --- head/devel/p5-Test-Spelling/Makefile Thu Jan 31 06:00:49 2013 (r311291) +++ head/devel/p5-Test-Spelling/Makefile Thu Jan 31 06:37:24 2013 (r311292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Spelling -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Check for spelling errors in POD files -BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell -RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell +BUILD_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ + p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 +RUN_DEPENDS= p5-Pod-Spell>=0:${PORTSDIR}/textproc/p5-Pod-Spell \ + p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 TEST_DEPENDS= p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester PERL_CONFIGURE= yes Modified: head/devel/p5-Test-Spelling/distinfo ============================================================================== --- head/devel/p5-Test-Spelling/distinfo Thu Jan 31 06:00:49 2013 (r311291) +++ head/devel/p5-Test-Spelling/distinfo Thu Jan 31 06:37:24 2013 (r311292) @@ -1,2 +1,2 @@ -SHA256 (Test-Spelling-0.16.tar.gz) = b7a75a0625369af58262c82093f2aaa4a2db51ec12586b26df0fe56f75d13a8f -SIZE (Test-Spelling-0.16.tar.gz) = 25852 +SHA256 (Test-Spelling-0.17.tar.gz) = 206f3ead9a1bb428580812946f7be92a1378fd4e825626d32e4184363ba3e5fd +SIZE (Test-Spelling-0.17.tar.gz) = 26067
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301310637.r0V6bPnY060943>