aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-13 15:31:57 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-13 15:31:57 +0000
commit0ef44efb9cd6daf632ac5b2474dbf6d44720f4ab (patch)
tree1f5eaa97b72b27d049433ff86021b3297d244013
parent68739caa74a72c864b15f4bb3fec59651c909c4b (diff)
downloadports-0ef44efb9cd6daf632ac5b2474dbf6d44720f4ab.tar.gz
ports-0ef44efb9cd6daf632ac5b2474dbf6d44720f4ab.zip
- Use xerces-c 3 [1]
- Pass maintainership back to Janos Mohacsi <janos.mohacsi@bsd.hu> [2] PR: ports/159715 [1] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [1] Approved by: maintainer (me) [2]
Notes
Notes: svn path=/head/; revision=279609
-rw-r--r--security/opensaml2/Makefile5
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