Date: Thu, 30 Mar 2017 15:13:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437311 - head/devel/p5-Test-Output Message-ID: <201703301513.v2UFDcko027697@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 30 15:13:38 2017 New Revision: 437311 URL: https://svnweb.freebsd.org/changeset/ports/437311 Log: Update to 1.031 - Add NO_ARCH Changes: http://search.cpan.org/dist/Test-Output/Changes Modified: head/devel/p5-Test-Output/Makefile head/devel/p5-Test-Output/distinfo Modified: head/devel/p5-Test-Output/Makefile ============================================================================== --- head/devel/p5-Test-Output/Makefile Thu Mar 30 15:13:33 2017 (r437310) +++ head/devel/p5-Test-Output/Makefile Thu Mar 30 15:13:38 2017 (r437311) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= Test-Output -PORTVERSION= 1.03 -PORTREVISION= 1 +PORTVERSION= 1.03.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Utilities to test STDOUT and STDERR messages @@ -14,17 +14,11 @@ COMMENT= Utilities to test STDOUT and ST LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny \ - p5-Sub-Exporter>=0:devel/p5-Sub-Exporter +BUILD_DEPENDS= p5-Capture-Tiny>=0.17:devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/p5-Test-Output/distinfo ============================================================================== --- head/devel/p5-Test-Output/distinfo Thu Mar 30 15:13:33 2017 (r437310) +++ head/devel/p5-Test-Output/distinfo Thu Mar 30 15:13:38 2017 (r437311) @@ -1,2 +1,3 @@ -SHA256 (Test-Output-1.03.tar.gz) = 3110af65c6fc59b9fa46b08a47508c5e85f6edc6355f0879e28b11f9ad0c2989 -SIZE (Test-Output-1.03.tar.gz) = 12346 +TIMESTAMP = 1490878075 +SHA256 (Test-Output-1.031.tar.gz) = f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4 +SIZE (Test-Output-1.031.tar.gz) = 16821
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301513.v2UFDcko027697>