diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-13 15:31:12 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-13 15:31:12 +0000 |
commit | 68739caa74a72c864b15f4bb3fec59651c909c4b (patch) | |
tree | cfd4c7f3b3a387d18c51af584701255f0e90a05d /devel/xmltooling | |
parent | abec10d6c445bc694f3589253c98894244c29ef1 (diff) | |
download | ports-68739caa74a72c864b15f4bb3fec59651c909c4b.tar.gz ports-68739caa74a72c864b15f4bb3fec59651c909c4b.zip |
Notes
Diffstat (limited to 'devel/xmltooling')
-rw-r--r-- | devel/xmltooling/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index c5c7ca11144e..0da8517c678d 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -7,15 +7,16 @@ PORTNAME= xmltooling PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/2.4.3/ -MAINTAINER= swills@FreeBSD.org +MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Low level XML support for SAML 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 \ xml-security-c.16:${PORTSDIR}/security/apache-xml-security-c GNU_CONFIGURE= yes |