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
This commit is contained in:
Palle Girgensohn 2020-12-18 08:51:57 +00:00
parent f94d039e23
commit 5af7bb51a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558359
5 changed files with 11 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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) for Apache
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