diff options
Diffstat (limited to 'security/opensaml2/Makefile')
-rw-r--r-- | security/opensaml2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 1c685e1bbbcb..effc4470d4d1 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -7,16 +7,17 @@ PORTNAME= opensaml2 PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} -MAINTAINER= swills@FreeBSD.org +MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Open source implentation of SAML2 LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ log4shib.1:${PORTSDIR}/devel/log4shib \ - xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel \ + xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ xmltooling.5:${PORTSDIR}/devel/xmltooling GNU_CONFIGURE= yes |