aboutsummaryrefslogtreecommitdiffstats
path: root/security/apache-xml-security-c/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-17 05:16:04 +0800
committermiwi <miwi@FreeBSD.org>2008-10-17 05:16:04 +0800
commitda0aeaceddf58234518bbfb936d8444970d76b87 (patch)
tree7303e3ecfb14a71867fbd917f1a8f9712c9059bd /security/apache-xml-security-c/Makefile
parent9cf51e98d16244ea89b93acc7df758b55aaf870a (diff)
downloadfreebsd-ports-gnome-da0aeaceddf58234518bbfb936d8444970d76b87.tar.gz
freebsd-ports-gnome-da0aeaceddf58234518bbfb936d8444970d76b87.tar.zst
freebsd-ports-gnome-da0aeaceddf58234518bbfb936d8444970d76b87.zip
- Update to 1.4.0
- Pass maintainership to submitter PR: 127324 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'security/apache-xml-security-c/Makefile')
-rw-r--r--security/apache-xml-security-c/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile
index f0d2bd6024de..a184f730566c 100644
--- a/security/apache-xml-security-c/Makefile
+++ b/security/apache-xml-security-c/Makefile
@@ -6,15 +6,23 @@
#
PORTNAME= xml-security-c
-PORTVERSION= 1.3.1
+PORTVERSION= 1.4.0
CATEGORIES= security
MASTER_SITES= http://xml.apache.org/security/dist/c-library/
PKGNAMEPREFIX= apache-
-MAINTAINER= tonymaher@optusnet.com.au
+MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Apache XML security libraries C version
-LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
+OPTIONS= XERCES_DEVEL "With Xerces vesion 2.8 (shibboleth2 requires)" on
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_XERCES_DEVEL)
+LIB_DEPENDS+= xerces-c.28:${PORTSDIR}/textproc/xerces-c2-devel
+.else
+LIB_DEPENDS+= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
+.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-xerces=${LOCALBASE}
@@ -22,4 +30,4 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>