diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-18 21:42:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-18 21:42:20 +0800 |
commit | 53ef4f20b4d236539ed6ddfd14bf46fb38c64622 (patch) | |
tree | 3b464b65f97b1e5764cf42200453c4e53c79ebb6 /security | |
parent | 84d52489899298b5f771cf7741bfdc274cc5a4d7 (diff) | |
download | freebsd-ports-gnome-53ef4f20b4d236539ed6ddfd14bf46fb38c64622.tar.gz freebsd-ports-gnome-53ef4f20b4d236539ed6ddfd14bf46fb38c64622.tar.zst freebsd-ports-gnome-53ef4f20b4d236539ed6ddfd14bf46fb38c64622.zip |
- Chase security/apache-xml-security-c shlib bump
Reported by: erwinbot
Diffstat (limited to 'security')
-rw-r--r-- | security/opensaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index d812315d5685..a58c9c5f74aa 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensaml DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${DISTVERSION}/ @@ -16,7 +17,7 @@ COMMENT= Open source implentation of SAML LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ - xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c + xml-security-c.14:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 |