diff options
-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 |