diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-28 11:50:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-28 11:50:51 +0000 |
commit | 8cd684c3367020e8eba136e14ecb8412944243b8 (patch) | |
tree | 237a97cff0b10be108fd8db00fa5b8f52e7cc349 /security/opensaml2 | |
parent | e0225c28cd5a486fb518e2451fcdcbe41d96ad99 (diff) | |
download | ports-8cd684c3367020e8eba136e14ecb8412944243b8.tar.gz ports-8cd684c3367020e8eba136e14ecb8412944243b8.zip |
Notes
Diffstat (limited to 'security/opensaml2')
-rw-r--r-- | security/opensaml2/Makefile | 6 | ||||
-rw-r--r-- | security/opensaml2/distinfo | 4 | ||||
-rw-r--r-- | security/opensaml2/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index d7a63e26253c..1c685e1bbbcb 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= opensaml2 -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.3 CATEGORIES= security -MASTER_SITES= http://shibboleth.internet2.edu/downloads/opensaml/cpp/${PORTVERSION}/ +MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} -MAINTAINER= janos.mohacsi@bsd.hu +MAINTAINER= swills@FreeBSD.org COMMENT= Open source implentation of SAML2 LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ diff --git a/security/opensaml2/distinfo b/security/opensaml2/distinfo index 61d887aa3eb8..72152db89615 100644 --- a/security/opensaml2/distinfo +++ b/security/opensaml2/distinfo @@ -1,2 +1,2 @@ -SHA256 (opensaml-2.4.1.tar.gz) = 89289f882da19bab5d1476943d75c2f7fa97776980bfa86c7395b573603a2ecb -SIZE (opensaml-2.4.1.tar.gz) = 870509 +SHA256 (opensaml-2.4.3.tar.gz) = 850187c7dd664f9216a387bcc9e08f36643f04ddc08d11551e33a46dd15d2539 +SIZE (opensaml-2.4.3.tar.gz) = 871693 diff --git a/security/opensaml2/pkg-descr b/security/opensaml2/pkg-descr index 2533ac033abe..9673c4147508 100644 --- a/security/opensaml2/pkg-descr +++ b/security/opensaml2/pkg-descr @@ -1,4 +1,4 @@ OpenSAML 2, a re-rewrite of OpenSAML 1, supports SAML 1.0, 1.1, 2.0 but is not backwards compatible with OpenSAML 1. -WWW: https://spaces.internet2.edu/display/OpenSAML/Home +WWW: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home |