From 9acbf00564b751077df41d3befa05c523013b4e4 Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 13 Aug 2011 15:31:57 +0000 Subject: - Use xerces-c 3 [1] - Pass maintainership back to Janos Mohacsi [2] PR: ports/159715 [1] Submitted by: Janos Mohacsi [1] Approved by: maintainer (me) [2] --- security/opensaml2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/opensaml2') 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 -- cgit