Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 22:24:03 +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: r395318 - in head/devel/erlang-clique: . files
Message-ID:  <201508252224.t7PMO3wu092016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Tue Aug 25 22:24:02 2015
New Revision: 395318
URL: https://svnweb.freebsd.org/changeset/ports/395318

Log:
  Upgrade to version 0.3.3.

Added:
  head/devel/erlang-clique/files/patch-src_clique.app.src   (contents, props changed)
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	Tue Aug 25 21:59:19 2015	(r395317)
+++ head/devel/erlang-clique/Makefile	Tue Aug 25 22:24:02 2015	(r395318)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	clique
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-clique/distinfo
==============================================================================
--- head/devel/erlang-clique/distinfo	Tue Aug 25 21:59:19 2015	(r395317)
+++ head/devel/erlang-clique/distinfo	Tue Aug 25 22:24:02 2015	(r395318)
@@ -1,2 +1,2 @@
-SHA256 (basho-clique-0.3.2_GH0.tar.gz) = 526eb8325c717dbe3b1a9f15450b3d8fd4bdede8a1900d904cf74fe99f9809fc
-SIZE (basho-clique-0.3.2_GH0.tar.gz) = 179153
+SHA256 (basho-clique-0.3.3_GH0.tar.gz) = ddb3143c9af81a1db2d9b25db296ebdfa6407787dd36a5b3b590b5f3829cd123
+SIZE (basho-clique-0.3.3_GH0.tar.gz) = 179260

Modified: head/devel/erlang-clique/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-clique/files/patch-rebar.config	Tue Aug 25 21:59:19 2015	(r395317)
+++ head/devel/erlang-clique/files/patch-rebar.config	Tue Aug 25 22:24:02 2015	(r395318)
@@ -1,8 +1,9 @@
---- rebar.config.orig	2015-07-10 11:37:24 UTC
+--- rebar.config.orig	2015-08-25 22:18:46 UTC
 +++ rebar.config
-@@ -12,5 +12,4 @@
+@@ -12,6 +12,4 @@
  ]}.
  
  {deps, [
--  {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
+-  {cuttlefish, "2.0.4", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.4"}}},
+-  {webmachine, "1.10.8", {git, "git://github.com/basho/webmachine.git", {tag, "1.10.8"}}}
  ]}.

Added: head/devel/erlang-clique/files/patch-src_clique.app.src
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/erlang-clique/files/patch-src_clique.app.src	Tue Aug 25 22:24:02 2015	(r395318)
@@ -0,0 +1,12 @@
+--- src/clique.app.src.orig	2015-08-25 22:19:10 UTC
++++ src/clique.app.src
+@@ -7,8 +7,7 @@
+   {applications, [
+                   kernel,
+                   stdlib,
+-                  cuttlefish,
+-                  webmachine
++                  cuttlefish
+                  ]},
+   {mod, {clique_app, []}},
+   {env, []}



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