From owner-svn-ports-head@freebsd.org Sat Nov 23 20:09:36 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E57FA1BDC62; Sat, 23 Nov 2019 20:09:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47L4C45n8Jz4PkQ; Sat, 23 Nov 2019 20:09:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A63DA19186; Sat, 23 Nov 2019 20:09:36 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xANK9ae8068149; Sat, 23 Nov 2019 20:09:36 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xANK9Y4I068140; Sat, 23 Nov 2019 20:09:34 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201911232009.xANK9Y4I068140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 23 Nov 2019 20:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518268 - in head/textproc: libxml2 libxml2/files py-libxml2 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/textproc: libxml2 libxml2/files py-libxml2 X-SVN-Commit-Revision: 518268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2019 20:09:37 -0000 Author: tcberner Date: Sat Nov 23 20:09:34 2019 New Revision: 518268 URL: https://svnweb.freebsd.org/changeset/ports/518268 Log: textproc/libxml2: update to 2.9.10 PR: 24004 Exp-run by: antoine Reviewed by: madpilot Differential Revision: https://reviews.freebsd.org/D22410 Modified: head/textproc/libxml2/Makefile head/textproc/libxml2/distinfo head/textproc/libxml2/files/patch-Makefile.in head/textproc/libxml2/files/patch-configure head/textproc/libxml2/files/patch-python_Makefile.in head/textproc/libxml2/files/patch-python_tests_Makefile.in head/textproc/libxml2/files/patch-uri.c head/textproc/libxml2/files/patch-xml2Conf.sh.in head/textproc/py-libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/Makefile Sat Nov 23 20:09:34 2019 (r518268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.9 +DISTVERSION= 2.9.10 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= http://xmlsoft.org/sources/ Modified: head/textproc/libxml2/distinfo ============================================================================== --- head/textproc/libxml2/distinfo Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/distinfo Sat Nov 23 20:09:34 2019 (r518268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559577911 -SHA256 (gnome2/libxml2-2.9.9.tar.gz) = 94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871 -SIZE (gnome2/libxml2-2.9.9.tar.gz) = 5476717 +TIMESTAMP = 1573915139 +SHA256 (gnome2/libxml2-2.9.10.tar.gz) = aafee193ffb8fe0c82d4afef6ef91972cbaf5feea100edc2f262750611b4be1f +SIZE (gnome2/libxml2-2.9.10.tar.gz) = 5624761 Modified: head/textproc/libxml2/files/patch-Makefile.in ============================================================================== --- head/textproc/libxml2/files/patch-Makefile.in Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-Makefile.in Sat Nov 23 20:09:34 2019 (r518268) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2017-09-20 18:23:56 UTC +--- Makefile.in.orig 2019-11-16 14:42:34 UTC +++ Makefile.in -@@ -1245,7 +1245,7 @@ distclean-compile: +@@ -1284,7 +1284,7 @@ am--depfiles: $(am__depfiles_remade) @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @@ -9,16 +9,16 @@ @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@@ -1730,7 +1730,7 @@ distcleancheck: distclean - check-am: all-am +@@ -1773,7 +1773,7 @@ check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ +-all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ config.h install-binPROGRAMS: install-libLTLIBRARIES -@@ -1798,7 +1798,7 @@ info: info-recursive +@@ -1910,7 +1910,7 @@ info: info-recursive info-am: Modified: head/textproc/libxml2/files/patch-configure ============================================================================== --- head/textproc/libxml2/files/patch-configure Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-configure Sat Nov 23 20:09:34 2019 (r518268) @@ -1,6 +1,6 @@ ---- configure.orig 2016-05-23 08:00:35 UTC +--- configure.orig 2019-10-30 19:14:22 UTC +++ configure -@@ -15639,6 +15639,8 @@ fi +@@ -15525,6 +15525,8 @@ fi fi fi ;; Modified: head/textproc/libxml2/files/patch-python_Makefile.in ============================================================================== --- head/textproc/libxml2/files/patch-python_Makefile.in Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-python_Makefile.in Sat Nov 23 20:09:34 2019 (r518268) @@ -1,6 +1,6 @@ ---- python/Makefile.in.orig 2017-09-20 18:23:56 UTC +--- python/Makefile.in.orig 2019-11-16 14:42:34 UTC +++ python/Makefile.in -@@ -489,7 +489,7 @@ top_srcdir = @top_srcdir@ +@@ -493,7 +493,7 @@ top_srcdir = @top_srcdir@ # Makefile for libxml2 python library AUTOMAKE_OPTIONS = 1.4 foreign @@ -9,7 +9,7 @@ docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) dist_docs_DATA = TODO EXTRA_DIST = \ -@@ -509,7 +509,7 @@ EXTRA_DIST = \ +@@ -513,7 +513,7 @@ EXTRA_DIST = \ @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c libxml_wrap.h libxml2-py.h libxml2-py.c types.c @WITH_PYTHON_TRUE@libxml2mod_la_LDFLAGS = $(CYGWIN_EXTRA_LDFLAGS) $(WIN32_EXTRA_LDFLAGS) -module -avoid-version \ Modified: head/textproc/libxml2/files/patch-python_tests_Makefile.in ============================================================================== --- head/textproc/libxml2/files/patch-python_tests_Makefile.in Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-python_tests_Makefile.in Sat Nov 23 20:09:34 2019 (r518268) @@ -1,6 +1,6 @@ ---- python/tests/Makefile.in.orig 2017-09-20 18:23:56 UTC +--- python/tests/Makefile.in.orig 2019-11-16 14:42:34 UTC +++ python/tests/Makefile.in -@@ -385,7 +385,7 @@ target_alias = @target_alias@ +@@ -387,7 +387,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ Modified: head/textproc/libxml2/files/patch-uri.c ============================================================================== --- head/textproc/libxml2/files/patch-uri.c Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-uri.c Sat Nov 23 20:09:34 2019 (r518268) @@ -12,9 +12,9 @@ bogus values when called with URIs that have rootless (e.g. "urx:b:b" becomes "urx://b%3Ab" where "urx:b%3Ab" would be correct) ---- uri.c.orig 2016-05-22 01:49:02 UTC +--- uri.c.orig 2019-10-22 18:46:01 UTC +++ uri.c -@@ -1199,6 +1199,8 @@ xmlSaveUri(xmlURIPtr uri) { +@@ -1201,6 +1201,8 @@ xmlSaveUri(xmlURIPtr uri) { if (temp == NULL) goto mem_error; ret = temp; } Modified: head/textproc/libxml2/files/patch-xml2Conf.sh.in ============================================================================== --- head/textproc/libxml2/files/patch-xml2Conf.sh.in Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/libxml2/files/patch-xml2Conf.sh.in Sat Nov 23 20:09:34 2019 (r518268) @@ -1,4 +1,4 @@ ---- xml2Conf.sh.in.orig 2009-07-30 15:24:35 UTC +--- xml2Conf.sh.in.orig 2019-10-22 18:28:43 UTC +++ xml2Conf.sh.in @@ -1,6 +1,12 @@ # @@ -11,5 +11,5 @@ +libdir=@libdir@ + XML2_LIBDIR="@XML_LIBDIR@" - XML2_LIBS="@XML_LIBS@" + XML2_LIBS="@XML_LIBS@ @XML_PRIVATE_LIBS@" XML2_INCLUDEDIR="@XML_INCLUDEDIR@" Modified: head/textproc/py-libxml2/Makefile ============================================================================== --- head/textproc/py-libxml2/Makefile Sat Nov 23 20:07:37 2019 (r518267) +++ head/textproc/py-libxml2/Makefile Sat Nov 23 20:09:34 2019 (r518268) @@ -4,7 +4,7 @@ CATEGORIES= textproc gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Python interface for XML parser library for GNOME MASTERDIR= ${.CURDIR}/../libxml2