aboutsummaryrefslogtreecommitdiff
path: root/security/shibboleth-sp
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-12-18 08:51:57 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-12-18 08:51:57 +0000
commit5af7bb51a9a729792da5f657f8c3ec96c70ac35c (patch)
tree6fe02e3d40ee86e36bfa09c90e35453f9ad437e6 /security/shibboleth-sp
parentf94d039e2373664a571d99230461486a29d0eaa0 (diff)
downloadports-5af7bb51a9a729792da5f657f8c3ec96c70ac35c.tar.gz
ports-5af7bb51a9a729792da5f657f8c3ec96c70ac35c.zip
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
Notes
Notes: svn path=/head/; revision=558359
Diffstat (limited to 'security/shibboleth-sp')
-rw-r--r--security/shibboleth-sp/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile
index 062b3c893566..6cbed73afc84 100644
--- a/security/shibboleth-sp/Makefile
+++ b/security/shibboleth-sp/Makefile
@@ -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