Date: Fri, 18 Dec 2020 08:51:57 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558359 - in head: devel/xmltooling security/opensaml security/shibboleth-sp Message-ID: <202012180851.0BI8pvKQ064992@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Fri Dec 18 08:51:57 2020 New Revision: 558359 URL: https://svnweb.freebsd.org/changeset/ports/558359 Log: Update xmltooling to 3.2.0 Bump dependant ports. xmltooling is only used as a dependency for security/shibboleth-sp. Release notes: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes Modified: head/devel/xmltooling/Makefile head/devel/xmltooling/distinfo head/devel/xmltooling/pkg-plist head/security/opensaml/Makefile head/security/shibboleth-sp/Makefile Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Fri Dec 18 08:41:35 2020 (r558358) +++ head/devel/xmltooling/Makefile Fri Dec 18 08:51:57 2020 (r558359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ @@ -14,7 +14,6 @@ LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ - libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c GNU_CONFIGURE= yes Modified: head/devel/xmltooling/distinfo ============================================================================== --- head/devel/xmltooling/distinfo Fri Dec 18 08:41:35 2020 (r558358) +++ head/devel/xmltooling/distinfo Fri Dec 18 08:51:57 2020 (r558359) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586813966 -SHA256 (xmltooling-3.1.0.tar.bz2) = 722723cc2731a25db23c6acc5bc67e25a1554224e7039edd4e9ea5816e525d0e -SIZE (xmltooling-3.1.0.tar.bz2) = 608849 +TIMESTAMP = 1608201344 +SHA256 (xmltooling-3.2.0.tar.bz2) = 635ce0e912d8fbd450103c274237067923efac3e1b3662b4d3040f3ac5eb2e86 +SIZE (xmltooling-3.2.0.tar.bz2) = 608764 Modified: head/devel/xmltooling/pkg-plist ============================================================================== --- head/devel/xmltooling/pkg-plist Fri Dec 18 08:41:35 2020 (r558358) +++ head/devel/xmltooling/pkg-plist Fri Dec 18 08:51:57 2020 (r558359) @@ -86,11 +86,11 @@ include/xmltooling/validation/Validator.h include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so -lib/libxmltooling-lite.so.9 -lib/libxmltooling-lite.so.9.0.0 +lib/libxmltooling-lite.so.10 +lib/libxmltooling-lite.so.10.0.0 lib/libxmltooling.so -lib/libxmltooling.so.9 -lib/libxmltooling.so.9.0.0 +lib/libxmltooling.so.10 +lib/libxmltooling.so.10.0.0 libdata/pkgconfig/xmltooling-lite.pc libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml Modified: head/security/opensaml/Makefile ============================================================================== --- head/security/opensaml/Makefile Fri Dec 18 08:41:35 2020 (r558358) +++ head/security/opensaml/Makefile Fri Dec 18 08:51:57 2020 (r558359) @@ -3,6 +3,7 @@ PORTNAME= opensaml PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ @@ -14,8 +15,6 @@ LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ - libxml-security-c.so:security/apache-xml-security-c \ - libxerces-c.so:textproc/xerces-c3 \ libxmltooling.so:devel/xmltooling GNU_CONFIGURE= yes Modified: head/security/shibboleth-sp/Makefile ============================================================================== --- head/security/shibboleth-sp/Makefile Fri Dec 18 08:41:35 2020 (r558358) +++ head/security/shibboleth-sp/Makefile Fri Dec 18 08:51:57 2020 (r558359) @@ -3,6 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -12,11 +13,7 @@ COMMENT= C++ Shibboleth Service Provider (Internet2) f LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs -LIB_DEPENDS= libsaml.so:security/opensaml \ - libxmltooling-lite.so:devel/xmltooling \ - liblog4shib.so:devel/log4shib \ - libxerces-c.so:textproc/xerces-c3 \ - libxml-security-c.so:security/apache-xml-security-c +LIB_DEPENDS= libsaml.so:security/opensaml USES= gmake tar:bzip2 cpe pkgconfig libtool GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012180851.0BI8pvKQ064992>