Update devel/erlang-parse_trans to version 3.0.0.
This commit is contained in:
parent
4af1d02937
commit
f6adae709d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417728
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= parse_trans
|
||||
PORTVERSION= 2.9.2
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (uwiger-parse_trans-2.9.2_GH0.tar.gz) = 25cc9af551f88827b8e502c39a6768b23b48ecee925a0d598b136a2c376e5959
|
||||
SIZE (uwiger-parse_trans-2.9.2_GH0.tar.gz) = 203862
|
||||
TIMESTAMP = 1467127196
|
||||
SHA256 (uwiger-parse_trans-3.0.0_GH0.tar.gz) = a51d2914f5b59879b229b9cdc9240a7be45eeea67334415121245fb3ffaa9d13
|
||||
SIZE (uwiger-parse_trans-3.0.0_GH0.tar.gz) = 207918
|
||||
|
@ -1,11 +1,12 @@
|
||||
--- rebar.config.orig 2015-06-30 20:31:56 UTC
|
||||
--- rebar.config.orig 2016-06-25 09:59:41 UTC
|
||||
+++ rebar.config
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
{erl_opts, [debug_info]}.
|
||||
{xref_checks, [undefined_function_calls]}.
|
||||
-{deps, [{edown, ".*", {git, "git://github.com/uwiger/edown.git", {tag, "0.7"}}}]}.
|
||||
+{deps, []}.
|
||||
{edoc_opts, [{doclet, edown_doclet},
|
||||
{top_level_readme,
|
||||
{"./README.md",
|
||||
@@ -26,8 +26,7 @@
|
||||
[{docs,
|
||||
[
|
||||
{deps,
|
||||
- [{edown, ".*",
|
||||
- {git, "git://github.com/uwiger/edown.git", {tag, "0.8"}}}]},
|
||||
+ []},
|
||||
{edoc_opts, [{doclet, edown_doclet},
|
||||
{top_level_readme,
|
||||
{"./README.md",
|
||||
|
Loading…
Reference in New Issue
Block a user