Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 15:15:11 +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: r465979 - head/security/shibboleth2-sp
Message-ID:  <201803301515.w2UFFBtA076049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Fri Mar 30 15:15:10 2018
New Revision: 465979
URL: https://svnweb.freebsd.org/changeset/ports/465979

Log:
  security/shibboleth-sp: Chase Mk/Uses/apache.mk migration
  
  PR:             226958
  With hat:	apache
  Submitted by:   David Sieborger <drs-freebsd sieborger nom za>

Modified:
  head/security/shibboleth2-sp/Makefile

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Fri Mar 30 15:04:37 2018	(r465978)
+++ head/security/shibboleth2-sp/Makefile	Fri Mar 30 15:15:10 2018	(r465979)
@@ -45,7 +45,7 @@ MEMCACHED_DESC=	Store sessions in memcached
 FASTCGI_DESC=	FastCGI protocol support, e.g. for NGINX
 APACHE_DESC=	Build Apache module
 
-APACHE_USE=	apache=22+
+APACHE_USES=	apache=2.2+
 
 ODBC_CONFIGURE_ENABLE=	odbc
 ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
@@ -73,7 +73,7 @@ CONFIGURE_ARGS+=	--disable-doxygen-doc
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
-.if "${APACHE_VERSION}" == 22
+.if "${APACHE_VERSION}" == 2.2
 CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS}
 PLIST_SUB+=	WITH_APACHE_22=""
 PLIST_SUB+=	WITH_APACHE_24="@comment "



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