Index: head/textproc/erlang-fast_xml/Makefile =================================================================== --- head/textproc/erlang-fast_xml/Makefile (revision 465888) +++ head/textproc/erlang-fast_xml/Makefile (revision 465889) @@ -1,30 +1,28 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.28 +PORTVERSION= 1.1.29 CATEGORIES= textproc PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang XML parsing and manipulation library LICENSE= APACHE20 - -BROKEN= checksum and size mismatch LIB_DEPENDS= libexpat.so:textproc/expat2 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= processone ERL_BUILD_DEPS= textproc/erlang-p1_utils ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -l expat pre-install: ${STRIP_CMD} ${WRKSRC}/priv/lib/*.so .include Index: head/textproc/erlang-fast_xml/distinfo =================================================================== --- head/textproc/erlang-fast_xml/distinfo (revision 465888) +++ head/textproc/erlang-fast_xml/distinfo (revision 465889) @@ -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 Index: head/textproc/erlang-fast_xml/files/patch-rebar.config =================================================================== --- head/textproc/erlang-fast_xml/files/patch-rebar.config (revision 465888) +++ head/textproc/erlang-fast_xml/files/patch-rebar.config (revision 465889) @@ -1,11 +1,11 @@ ---- 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"]}.