diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-02 22:23:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-02 22:23:38 +0800 |
commit | da074647297b4a4b80f957eae57311da2e099a2f (patch) | |
tree | 573b4b0b6a91a0aece52fd6c116dc196d6c25312 /security | |
parent | 8feafee67e3c7c74519fba6a11ed5c677478e7b1 (diff) | |
download | freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.tar.gz freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.tar.zst freebsd-ports-gnome-da074647297b4a4b80f957eae57311da2e099a2f.zip |
Update to 3.2.0
Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
Diffstat (limited to 'security')
-rw-r--r-- | security/shibboleth2-sp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index f40c4aa54e51..845190b2f980 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libsaml.so:security/opensaml2 \ libxmltooling-lite.so:devel/xmltooling \ liblog4shib.so:devel/log4shib \ - libxerces-c-3.1.so:textproc/xerces-c3 \ + libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c USES= gmake tar:bzip2 ssl |