From owner-svn-ports-head@freebsd.org Fri Sep 4 15:01:34 2015 Return-Path: Delivered-To: svn-ports-head@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 A13E89CAB44; Fri, 4 Sep 2015 15:01:34 +0000 (UTC) (envelope-from olgeni@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 8E49B1924; Fri, 4 Sep 2015 15:01:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t84F1YWC002975; Fri, 4 Sep 2015 15:01:34 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t84F1XSs002971; Fri, 4 Sep 2015 15:01:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201509041501.t84F1XSs002971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 4 Sep 2015 15:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396099 - in head/devel/erlang-rebar3_hex: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 15:01:34 -0000 Author: olgeni Date: Fri Sep 4 15:01:32 2015 New Revision: 396099 URL: https://svnweb.freebsd.org/changeset/ports/396099 Log: Upgrade to version 1.3.0. Modified: head/devel/erlang-rebar3_hex/Makefile head/devel/erlang-rebar3_hex/distinfo head/devel/erlang-rebar3_hex/files/patch-rebar.config head/devel/erlang-rebar3_hex/pkg-plist Modified: head/devel/erlang-rebar3_hex/Makefile ============================================================================== --- head/devel/erlang-rebar3_hex/Makefile Fri Sep 4 14:54:02 2015 (r396098) +++ head/devel/erlang-rebar3_hex/Makefile Fri Sep 4 15:01:32 2015 (r396099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rebar3_hex -PORTVERSION= 0.1.0 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- @@ -15,10 +15,7 @@ USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= hexpm -ERL_BUILD_DEPS= devel/erlang-erlware_commons \ - devel/erlang-jsx \ - devel/erlang-providers \ - devel/erlang-ssl_verify_hostname +ERL_BUILD_DEPS= devel/erlang-jsx ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Modified: head/devel/erlang-rebar3_hex/distinfo ============================================================================== --- head/devel/erlang-rebar3_hex/distinfo Fri Sep 4 14:54:02 2015 (r396098) +++ head/devel/erlang-rebar3_hex/distinfo Fri Sep 4 15:01:32 2015 (r396099) @@ -1,2 +1,2 @@ -SHA256 (hexpm-rebar3_hex-v0.1.0_GH0.tar.gz) = 5cab98de1301b445c9986eb1ecac95ba581276cd23b7f9b6622f5f6f5700a9e9 -SIZE (hexpm-rebar3_hex-v0.1.0_GH0.tar.gz) = 290539 +SHA256 (hexpm-rebar3_hex-v1.3.0_GH0.tar.gz) = 238dc14553b8ad1b1576b634b665bbf75bf44355603671d4fc8075dbfc83fde0 +SIZE (hexpm-rebar3_hex-v1.3.0_GH0.tar.gz) = 10393 Modified: head/devel/erlang-rebar3_hex/files/patch-rebar.config ============================================================================== --- head/devel/erlang-rebar3_hex/files/patch-rebar.config Fri Sep 4 14:54:02 2015 (r396098) +++ head/devel/erlang-rebar3_hex/files/patch-rebar.config Fri Sep 4 15:01:32 2015 (r396099) @@ -1,12 +1,8 @@ ---- rebar.config.orig 2015-06-29 12:59:06 UTC +--- rebar.config.orig 2015-09-04 13:46:35 UTC +++ rebar.config -@@ -1,9 +1,5 @@ +@@ -1,5 +1,4 @@ {erl_opts, [debug_info]}. {deps, [ -- {erlware_commons, "0.12.0"}, -- {ssl_verify_hostname, "1.0.4"}, -- {jsx, "2.6.1"}, -- {providers, "1.3.1"} +- {jsx, "2.6.1"} ]}. - {overrides, [{override, erlware_commons, [{plugins, []}]}]}. Modified: head/devel/erlang-rebar3_hex/pkg-plist ============================================================================== --- head/devel/erlang-rebar3_hex/pkg-plist Fri Sep 4 14:54:02 2015 (r396098) +++ head/devel/erlang-rebar3_hex/pkg-plist Fri Sep 4 15:01:32 2015 (r396099) @@ -1,7 +1,7 @@ lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex.app lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex.beam -lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_cacerts.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_config.beam +lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_cut.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_docs.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_http.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_info.beam @@ -12,12 +12,11 @@ lib/erlang/lib/rebar3_hex-%%VERSION%%/eb lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_tar.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_user.beam lib/erlang/lib/rebar3_hex-%%VERSION%%/ebin/rebar3_hex_utils.beam -lib/erlang/lib/rebar3_hex-%%VERSION%%/priv/ca-bundle.crt lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.app.src lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.erl lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex.hrl -lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_cacerts.erl lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_config.erl +lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_cut.erl lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_docs.erl lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_http.erl lib/erlang/lib/rebar3_hex-%%VERSION%%/src/rebar3_hex_info.erl