svn commit: r450805 - in head/textproc/erlang-fast_xml: . files

Jimmy Olgeni olgeni at FreeBSD.org
Thu Sep 28 08:12:09 UTC 2017


Author: olgeni
Date: Thu Sep 28 08:12:07 2017
New Revision: 450805
URL: https://svnweb.freebsd.org/changeset/ports/450805

Log:
  Update textproc/erlang-fast_xml to version 1.1.24.

Modified:
  head/textproc/erlang-fast_xml/Makefile
  head/textproc/erlang-fast_xml/distinfo
  head/textproc/erlang-fast_xml/files/patch-rebar.config

Modified: head/textproc/erlang-fast_xml/Makefile
==============================================================================
--- head/textproc/erlang-fast_xml/Makefile	Thu Sep 28 08:01:04 2017	(r450804)
+++ head/textproc/erlang-fast_xml/Makefile	Thu Sep 28 08:12:07 2017	(r450805)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fast_xml
-PORTVERSION=	1.1.23
+PORTVERSION=	1.1.24
 CATEGORIES=	textproc
 PKGNAMEPREFIX=	erlang-
 

Modified: head/textproc/erlang-fast_xml/distinfo
==============================================================================
--- head/textproc/erlang-fast_xml/distinfo	Thu Sep 28 08:01:04 2017	(r450804)
+++ head/textproc/erlang-fast_xml/distinfo	Thu Sep 28 08:12:07 2017	(r450805)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497004422
-SHA256 (processone-fast_xml-1.1.23_GH0.tar.gz) = 7f2b153e1f5f47ad70e8b0143f97c79e855a1d56e597588ed86f87a7335bdf8c
-SIZE (processone-fast_xml-1.1.23_GH0.tar.gz) = 92419
+TIMESTAMP = 1506585835
+SHA256 (processone-fast_xml-1.1.24_GH0.tar.gz) = d22d2411aae16f57a11a2a479556fd0fda01a63f6292351e3cdf4fd88c8ee669
+SIZE (processone-fast_xml-1.1.24_GH0.tar.gz) = 92596

Modified: head/textproc/erlang-fast_xml/files/patch-rebar.config
==============================================================================
--- head/textproc/erlang-fast_xml/files/patch-rebar.config	Thu Sep 28 08:01:04 2017	(r450804)
+++ head/textproc/erlang-fast_xml/files/patch-rebar.config	Thu Sep 28 08:12:07 2017	(r450805)
@@ -1,10 +1,10 @@
---- rebar.config.orig	2017-06-09 10:39:21 UTC
+--- rebar.config.orig	2017-09-28 08:06:10 UTC
 +++ rebar.config
-@@ -31,7 +31,7 @@
+@@ -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.9"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}.
 +{deps, []}.
  
  {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.


More information about the svn-ports-all mailing list