Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2017 18:27:28 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451470 - head/security/shibboleth2-sp
Message-ID:  <201710071827.v97IRSM8015961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sat Oct  7 18:27:28 2017
New Revision: 451470
URL: https://svnweb.freebsd.org/changeset/ports/451470

Log:
  security/shibboleth-sp: Fix wrongly placed USE_APACHE=
  
  PR:		222411
  Approved by:	maintainter timeout
  Differential Revision:	https://reviews.freebsd.org/D12308

Modified:
  head/security/shibboleth2-sp/Makefile

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Sat Oct  7 18:25:20 2017	(r451469)
+++ head/security/shibboleth2-sp/Makefile	Sat Oct  7 18:27:28 2017	(r451470)
@@ -45,6 +45,8 @@ MEMCACHED_DESC=	Store sessions in memcached
 FASTCGI_DESC=	FastCGI protocol support, e.g. for NGINX
 APACHE_DESC=	Build Apache module
 
+APACHE_USE=	apache=22+
+
 ODBC_CONFIGURE_ENABLE=	odbc
 ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
 
@@ -71,7 +73,6 @@ CONFIGURE_ARGS+=	--disable-doxygen-doc
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
-USE_APACHE=	22+
 .if "${APACHE_VERSION}" == 22
 CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS}
 PLIST_SUB+=	WITH_APACHE_22=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710071827.v97IRSM8015961>