Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 15:01:33 +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: r396099 - in head/devel/erlang-rebar3_hex: . files
Message-ID:  <201509041501.t84F1XSs002971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509041501.t84F1XSs002971>