Update textproc/erlang-fast_xml to version 1.1.29.
This commit is contained in:
parent
d4af0c10b2
commit
5c1b9d82e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465889
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fast_xml
|
||||
PORTVERSION= 1.1.28
|
||||
PORTVERSION= 1.1.29
|
||||
CATEGORIES= textproc
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
@ -10,8 +10,6 @@ COMMENT= Erlang XML parsing and manipulation library
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BROKEN= checksum and size mismatch
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
|
||||
USES= erlang:rebar
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1515584031
|
||||
SHA256 (processone-fast_xml-1.1.28_GH0.tar.gz) = 5de2725ce994fcef1e151313d227530ad189af8b6411ce05bcb5c8a79cdd8041
|
||||
SIZE (processone-fast_xml-1.1.28_GH0.tar.gz) = 93717
|
||||
TIMESTAMP = 1522327543
|
||||
SHA256 (processone-fast_xml-1.1.29_GH0.tar.gz) = 8328ab233b3acdd3a4745c5174208a84e3e83242a1f1874d67bab1dbee02bc2a
|
||||
SIZE (processone-fast_xml-1.1.29_GH0.tar.gz) = 93463
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- rebar.config.orig 2017-09-28 08:06:10 UTC
|
||||
--- rebar.config.orig 2018-03-29 13:02:03 UTC
|
||||
+++ rebar.config
|
||||
@@ -32,7 +32,7 @@
|
||||
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
|
||||
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
|
||||
|
||||
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}.
|
||||
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.11"}}}]}.
|
||||
+{deps, []}.
|
||||
|
||||
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
|
||||
|
|
Loading…
Reference in a new issue