Date: Sun, 6 Dec 2015 17:52:47 +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: r403147 - head/devel/p5-Test-YAML Message-ID: <201512061752.tB6Hql7V077523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 6 17:52:46 2015 New Revision: 403147 URL: https://svnweb.freebsd.org/changeset/ports/403147 Log: - Update to 1.06 - Update *_DEPENDS: - Fix *_DEPENDS - Remove redundant LOCALBASE/bin - Use CONFLICTS_INSTALL instead of CONFLICTS - While I'm here: - Add BUILD_DEPENDS - Add NO_ARCH - Remove bash_OLD_CMD Changes: http://search.cpan.org/dist/Test-YAML/Changes PR: 205038 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Modified: head/devel/p5-Test-YAML/Makefile head/devel/p5-Test-YAML/distinfo Modified: head/devel/p5-Test-YAML/Makefile ============================================================================== --- head/devel/p5-Test-YAML/Makefile Sun Dec 6 17:52:42 2015 (r403146) +++ head/devel/p5-Test-YAML/Makefile Sun Dec 6 17:52:46 2015 (r403147) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Test-YAML -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,18 +12,16 @@ COMMENT= Testing Module for YAML Impleme LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ - p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \ - p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ - p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ + p5-Test-Base>=0.88:${PORTSDIR}/devel/p5-Test-Base +RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-YAML-0.* +CONFLICTS_INSTALL= p5-YAML-0.* +NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure SHEBANG_FILES= bin/test-yaml -bash_OLD_CMD= /usr/bin/bash .include <bsd.port.mk> Modified: head/devel/p5-Test-YAML/distinfo ============================================================================== --- head/devel/p5-Test-YAML/distinfo Sun Dec 6 17:52:42 2015 (r403146) +++ head/devel/p5-Test-YAML/distinfo Sun Dec 6 17:52:46 2015 (r403147) @@ -1,2 +1,2 @@ -SHA256 (Test-YAML-1.05.tar.gz) = 9309f4b0d8a1df5632a6e31b9992b1d4b9b69201d90b8db6e44e5c079857361d -SIZE (Test-YAML-1.05.tar.gz) = 11500 +SHA256 (Test-YAML-1.06.tar.gz) = 27376103163c12d7d13ae45bf22caf5a0c38478362425bf68613c3748f76b943 +SIZE (Test-YAML-1.06.tar.gz) = 11470
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512061752.tB6Hql7V077523>