From owner-svn-ports-all@freebsd.org Sun Dec 6 17:52:48 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75B629A0A67; Sun, 6 Dec 2015 17:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4BF186C; Sun, 6 Dec 2015 17:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB6Hqlt8077525; Sun, 6 Dec 2015 17:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6Hql7V077523; Sun, 6 Dec 2015 17:52:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512061752.tB6Hql7V077523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Dec 2015 17:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403147 - head/devel/p5-Test-YAML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 17:52:48 -0000 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 (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 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