From owner-svn-ports-all@freebsd.org Tue Jul 7 16:22:58 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 ADCAD996B70; Tue, 7 Jul 2015 16:22:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 9170A1EB2; Tue, 7 Jul 2015 16:22:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67GMwNO076420; Tue, 7 Jul 2015 16:22:58 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67GMt3x076409; Tue, 7 Jul 2015 16:22:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201507071622.t67GMt3x076409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 7 Jul 2015 16:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391514 - in head: databases/p5-CDB_File-Generator databases/p5-POE-Component-RRDTool graphics/p5-GraphViz graphics/p5-GraphViz-Data-Structure graphics/p5-Sane lang/parrot math/p5-Stati... 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: Tue, 07 Jul 2015 16:22:58 -0000 Author: adamw Date: Tue Jul 7 16:22:54 2015 New Revision: 391514 URL: https://svnweb.freebsd.org/changeset/ports/391514 Log: Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary, and sort depends where appropriate. Modified: head/databases/p5-CDB_File-Generator/Makefile head/databases/p5-POE-Component-RRDTool/Makefile head/graphics/p5-GraphViz-Data-Structure/Makefile head/graphics/p5-GraphViz/Makefile head/graphics/p5-Sane/Makefile head/lang/parrot/Makefile head/math/p5-Statistics-R/Makefile head/textproc/ack/Makefile Modified: head/databases/p5-CDB_File-Generator/Makefile ============================================================================== --- head/databases/p5-CDB_File-Generator/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/databases/p5-CDB_File-Generator/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate massive sorted CDB files simply -BUILD_DEPENDS= ${LOCALBASE}/bin/cdbmake:${PORTSDIR}/databases/cdb \ +BUILD_DEPENDS= cdbmake:${PORTSDIR}/databases/cdb \ p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-POE-Component-RRDTool/Makefile ============================================================================== --- head/databases/p5-POE-Component-RRDTool/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/databases/p5-POE-Component-RRDTool/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= POE interface to Round Robin Database Tools -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \ + p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/graphics/p5-GraphViz-Data-Structure/Makefile ============================================================================== --- head/graphics/p5-GraphViz-Data-Structure/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-GraphViz-Data-Structure/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures -BUILD_DEPENDS= p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz \ - ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-GraphViz/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -12,7 +12,7 @@ COMMENT= GraphViz - Perl interface to th LICENSE= ART20 -BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ +BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig Modified: head/graphics/p5-Sane/Makefile ============================================================================== --- head/graphics/p5-Sane/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/graphics/p5-Sane/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -13,7 +13,7 @@ COMMENT= Perl extension for the SANE (Sc BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${LOCALBASE}/bin/sane-config:${PORTSDIR}/graphics/sane-backends + sane-config:${PORTSDIR}/graphics/sane-backends USES= perl5 USE_PERL5= configure Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/lang/parrot/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -13,8 +13,8 @@ COMMENT= Parrot - virtual machine for dy LICENSE= ART20 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/bin/gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre + gm4:${PORTSDIR}/devel/m4 \ + pcre-config:${PORTSDIR}/devel/pcre LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libicudata.so:${PORTSDIR}/devel/icu Modified: head/math/p5-Statistics-R/Makefile ============================================================================== --- head/math/p5-Statistics-R/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/math/p5-Statistics-R/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -14,8 +14,8 @@ COMMENT= Controls the R interpreter thro LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R -RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R \ +BUILD_DEPENDS= R:${PORTSDIR}/math/R +RUN_DEPENDS= R:${PORTSDIR}/math/R \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Tue Jul 7 16:12:40 2015 (r391513) +++ head/textproc/ack/Makefile Tue Jul 7 16:22:54 2015 (r391514) @@ -15,7 +15,7 @@ LICENSE= ART20 BUILD_DEPENDS= p5-File-Next>=0.40:${PORTSDIR}/sysutils/p5-File-Next RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ +TEST_DEPENDS= bash:${PORTSDIR}/shells/bash \ p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty CONFLICTS_INSTALL= ja-ack-[0-9]*