Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 19:19:29 +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: r400005 - in head/devel/erlang-clique: . files
Message-ID:  <201510221919.t9MJJTsM005986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Oct 22 19:19:29 2015
New Revision: 400005
URL: https://svnweb.freebsd.org/changeset/ports/400005

Log:
  Upgrade devel/erlang-clique to version 0.3.5.

Modified:
  head/devel/erlang-clique/Makefile
  head/devel/erlang-clique/distinfo
  head/devel/erlang-clique/files/patch-rebar.config

Modified: head/devel/erlang-clique/Makefile
==============================================================================
--- head/devel/erlang-clique/Makefile	Thu Oct 22 17:27:17 2015	(r400004)
+++ head/devel/erlang-clique/Makefile	Thu Oct 22 19:19:29 2015	(r400005)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	clique
-PORTVERSION=	0.3.4
+PORTVERSION=	0.3.5
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-clique/distinfo
==============================================================================
--- head/devel/erlang-clique/distinfo	Thu Oct 22 17:27:17 2015	(r400004)
+++ head/devel/erlang-clique/distinfo	Thu Oct 22 19:19:29 2015	(r400005)
@@ -1,2 +1,2 @@
-SHA256 (basho-clique-0.3.4_GH0.tar.gz) = 8c85bcf443a8b0770b0ff9e5041c54e08e1e51e5e277fcf349e5bf201e863e40
-SIZE (basho-clique-0.3.4_GH0.tar.gz) = 179474
+SHA256 (basho-clique-0.3.5_GH0.tar.gz) = 11ec104f2410485c9710781ee307a68f4849cf89be88bc8de172902502080cd6
+SIZE (basho-clique-0.3.5_GH0.tar.gz) = 179470

Modified: head/devel/erlang-clique/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-clique/files/patch-rebar.config	Thu Oct 22 17:27:17 2015	(r400004)
+++ head/devel/erlang-clique/files/patch-rebar.config	Thu Oct 22 19:19:29 2015	(r400005)
@@ -1,8 +1,8 @@
---- rebar.config.orig	2015-09-24 19:06:45 UTC
+--- rebar.config.orig	2015-10-22 18:25:14 UTC
 +++ rebar.config
 @@ -12,5 +12,4 @@
  ]}.
  
  {deps, [
--  {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
+-  {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.5"}}}
  ]}.



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