Upgrade to version 2.2.0.
This commit is contained in:
parent
6783a25858
commit
8dc07f30a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392641
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lager
|
||||
PORTVERSION= 2.1.1
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (basho-lager-2.1.1_GH0.tar.gz) = ec6a039e11ecab6550eb699a05b0d3570b111864d45cd91c2b21fd75388a94d6
|
||||
SIZE (basho-lager-2.1.1_GH0.tar.gz) = 226262
|
||||
SHA256 (basho-lager-2.2.0_GH0.tar.gz) = 168a8e48646b04bcee1ab0c97c1ff63563bd7fd25638f1504b8d8f674d2ddd1b
|
||||
SIZE (basho-lager-2.2.0_GH0.tar.gz) = 227605
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
--- rebar.config.orig 2015-05-19 19:21:58 UTC
|
||||
--- rebar.config.orig 2015-07-21 15:55:16 UTC
|
||||
+++ rebar.config
|
||||
@@ -1,8 +1,6 @@
|
||||
{erl_opts, [debug_info, warn_untyped_record]}.
|
||||
{erl_first_files, ["src/lager_util.erl"]}.
|
||||
@@ -26,7 +26,6 @@
|
||||
warn_untyped_record
|
||||
]}.
|
||||
{deps, [
|
||||
- {goldrush, "0\.1\.6",
|
||||
- {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
|
||||
]}.
|
||||
- {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.7"}}}
|
||||
]}.
|
||||
|
||||
{xref_checks, []}.
|
||||
|
|
Loading…
Reference in a new issue