Date: Tue, 7 Jul 2015 16:22:55 +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: 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... Message-ID: <201507071622.t67GMt3x076409@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507071622.t67GMt3x076409>