1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update devel/erlang-cuttlefish to version 2.0.10.

This commit is contained in:
Jimmy Olgeni 2016-10-12 13:14:00 +00:00
parent 9d2deee9e6
commit ce444053e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423863
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cuttlefish
PORTVERSION= 2.0.9
PORTVERSION= 2.0.10
CATEGORIES= devel
PKGNAMEPREFIX= erlang-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1475447815
SHA256 (basho-cuttlefish-2.0.9_GH0.tar.gz) = f9b2f75a7049c7be0e114aad53b7aa451c38c3a100f36c49de8af74e04480a6f
SIZE (basho-cuttlefish-2.0.9_GH0.tar.gz) = 232039
TIMESTAMP = 1476266915
SHA256 (basho-cuttlefish-2.0.10_GH0.tar.gz) = ec8b2e9180b519f9ccd2f1b493e01a1bd3e529471f58bbc4a9c640f503ab340b
SIZE (basho-cuttlefish-2.0.10_GH0.tar.gz) = 232033

View File

@ -1,4 +1,4 @@
--- rebar.config.orig 2016-10-02 22:39:17 UTC
--- rebar.config.orig 2016-10-12 10:09:04 UTC
+++ rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R16|17|18"}.
@ -11,7 +11,7 @@
{deps, [
- {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}},
- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.3"}}},
- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
- {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}}
]}.