diff options
author | swills <swills@FreeBSD.org> | 2011-08-13 23:31:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-13 23:31:57 +0800 |
commit | 9acbf00564b751077df41d3befa05c523013b4e4 (patch) | |
tree | 72f48d28df2216b758c1f9a3233a56dd8d1cdba8 /security/opensaml2 | |
parent | 3aea5b3216a3865b8136e05158f8f4df5585c8e9 (diff) | |
download | freebsd-ports-gnome-9acbf00564b751077df41d3befa05c523013b4e4.tar.gz freebsd-ports-gnome-9acbf00564b751077df41d3befa05c523013b4e4.tar.zst freebsd-ports-gnome-9acbf00564b751077df41d3befa05c523013b4e4.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]
Diffstat (limited to 'security/opensaml2')
-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 |