Date: Sat, 27 Feb 2016 04:44:01 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409649 - head/textproc/p5-YAML-Tiny Message-ID: <201602270444.u1R4i18h047796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Feb 27 04:44:01 2016 New Revision: 409649 URL: https://svnweb.freebsd.org/changeset/ports/409649 Log: Update to 1.69. The Test::More requirements have been lowered with this release, so remove the conditional dependency on p5-Test-Simple from ports. Also, add NO_ARCH. PR: 207524 Approved by: maintainer Modified: head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML-Tiny/distinfo Modified: head/textproc/p5-YAML-Tiny/Makefile ============================================================================== --- head/textproc/p5-YAML-Tiny/Makefile Sat Feb 27 04:41:34 2016 (r409648) +++ head/textproc/p5-YAML-Tiny/Makefile Sat Feb 27 04:44:01 2016 (r409649) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.67 +PORTVERSION= 1.69 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501905 -TEST_DEPENDS+= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/textproc/p5-YAML-Tiny/distinfo ============================================================================== --- head/textproc/p5-YAML-Tiny/distinfo Sat Feb 27 04:41:34 2016 (r409648) +++ head/textproc/p5-YAML-Tiny/distinfo Sat Feb 27 04:44:01 2016 (r409649) @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.67.tar.gz) = 4f54e6e5ae08f0765801e3c3edc44d29a21e54c1789d12b44250cda19aba8d4b -SIZE (YAML-Tiny-1.67.tar.gz) = 70902 +SHA256 (YAML-Tiny-1.69.tar.gz) = bc8cb059492b9e4f7be1bcefd99dfa834b13438d48fd465c1e312223f584f592 +SIZE (YAML-Tiny-1.69.tar.gz) = 71513
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602270444.u1R4i18h047796>