Upgrade devel/erlang-cuttlefish to version 2.0.5
This commit is contained in:
parent
d44b229e2b
commit
192798cfb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399236
3 changed files with 6 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cuttlefish
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (basho-cuttlefish-2.0.4_GH0.tar.gz) = 42175d9aa0bf7dc45271bad61a42f8f5ed41d60fa97872c6503490f35931e9b7
|
||||
SIZE (basho-cuttlefish-2.0.4_GH0.tar.gz) = 231042
|
||||
SHA256 (basho-cuttlefish-2.0.5_GH0.tar.gz) = af809585d998e528a6458df33a5ede7e45ecb03382edbdf08019e1dc910f73f8
|
||||
SIZE (basho-cuttlefish-2.0.5_GH0.tar.gz) = 231033
|
||||
|
|
|
@ -1,18 +1,12 @@
|
|||
--- rebar.config.orig 2015-07-21 08:12:10 UTC
|
||||
--- rebar.config.orig 2015-10-14 03:13:59 UTC
|
||||
+++ rebar.config
|
||||
@@ -1,4 +1,4 @@
|
||||
-{require_otp_vsn, "R16|17"}.
|
||||
+{require_otp_vsn, "R16|17|18"}.
|
||||
|
||||
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}.
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
{xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}.
|
||||
|
||||
{deps, [
|
||||
- {getopt, ".*", {git, "git://github.com/jcomellas/getopt.git", {tag, "v0.8.2"}}},
|
||||
- {lager, "(2.0|2.1).*", {git, "git://github.com/basho/lager.git", {tag, "2.1.1"}}},
|
||||
- {neotoma, "1.7.2", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.2"}}}
|
||||
- {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
|
||||
- {neotoma, "1.7.3", {git, "git://github.com/seancribbs/neotoma.git", {tag, "1.7.3"}}}
|
||||
]}.
|
||||
|
||||
{post_hooks, [
|
||||
|
|
Loading…
Reference in a new issue