svn commit: r465979 - head/security/shibboleth2-sp

Bernard Spil brnrd at FreeBSD.org
Fri Mar 30 15:15:11 UTC 2018


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 "


More information about the svn-ports-all mailing list