Date: Tue, 5 May 2015 20:55:24 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385492 - in head: databases/epgsql devel/erlang-msgpack devel/poolboy Message-ID: <201505052055.t45KtOe5007495@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Tue May 5 20:55:23 2015 New Revision: 385492 URL: https://svnweb.freebsd.org/changeset/ports/385492 Log: Remove rebar dependency - these ports have their own copy. Modified: head/databases/epgsql/Makefile head/devel/erlang-msgpack/Makefile head/devel/poolboy/Makefile Modified: head/databases/epgsql/Makefile ============================================================================== --- head/databases/epgsql/Makefile Tue May 5 20:53:15 2015 (r385491) +++ head/databases/epgsql/Makefile Tue May 5 20:55:23 2015 (r385492) @@ -2,6 +2,7 @@ PORTNAME= epgsql PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= olgeni@FreeBSD.org @@ -9,8 +10,7 @@ COMMENT= Erlang PostgreSQL Database Clie LICENSE= BSD3CLAUSE -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Tue May 5 20:53:15 2015 (r385491) +++ head/devel/erlang-msgpack/Makefile Tue May 5 20:55:23 2015 (r385492) @@ -2,7 +2,7 @@ PORTNAME= msgpack PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -11,8 +11,7 @@ COMMENT= MessagePack (de)serializer for LICENSE= APACHE20 -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" Modified: head/devel/poolboy/Makefile ============================================================================== --- head/devel/poolboy/Makefile Tue May 5 20:53:15 2015 (r385491) +++ head/devel/poolboy/Makefile Tue May 5 20:55:23 2015 (r385492) @@ -2,6 +2,7 @@ PORTNAME= poolboy PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= olgeni@FreeBSD.org @@ -9,8 +10,7 @@ COMMENT= Pooling library for Erlang LICENSE= ISCL -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang \ - rebar:${PORTSDIR}/devel/rebar +BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505052055.t45KtOe5007495>