Index: head/textproc/erlang-fast_xml/Makefile =================================================================== --- head/textproc/erlang-fast_xml/Makefile (revision 436601) +++ head/textproc/erlang-fast_xml/Makefile (revision 436602) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= fast_xml -PORTVERSION= 1.1.21 +PORTVERSION= 1.1.22 CATEGORIES= textproc PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang XML parsing and manipulation library LICENSE= APACHE20 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 436601) +++ head/textproc/erlang-fast_xml/distinfo (revision 436602) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487081297 -SHA256 (processone-fast_xml-1.1.21_GH0.tar.gz) = d913bc93a00d3bf9e977c0124fdb3288b4942f36a5a74631db40e12cb28bb48f -SIZE (processone-fast_xml-1.1.21_GH0.tar.gz) = 92257 +TIMESTAMP = 1490096112 +SHA256 (processone-fast_xml-1.1.22_GH0.tar.gz) = 0163e7bd11b6705732fd7281209925e39534c9ea123887574218422c34762d7c +SIZE (processone-fast_xml-1.1.22_GH0.tar.gz) = 92408 Index: head/textproc/erlang-fast_xml/files/patch-rebar.config =================================================================== --- head/textproc/erlang-fast_xml/files/patch-rebar.config (revision 436601) +++ head/textproc/erlang-fast_xml/files/patch-rebar.config (revision 436602) @@ -1,11 +1,11 @@ ---- rebar.config.orig 2016-08-23 10:16:49 UTC +--- rebar.config.orig 2017-03-21 13:20:24 UTC +++ rebar.config -@@ -25,7 +25,7 @@ +@@ -31,7 +31,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.6"}}}]}. +-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.7"}}}]}. +{deps, []}. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.