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

Olli Hauer ohauer at FreeBSD.org
Fri Mar 30 18:21:02 UTC 2018


Author: ohauer
Date: Fri Mar 30 18:21:01 2018
New Revision: 465990
URL: https://svnweb.freebsd.org/changeset/ports/465990

Log:
  - unbreak INDEX building
     => USES s/=/:/

Modified:
  head/security/shibboleth2-sp/Makefile

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Fri Mar 30 18:18:55 2018	(r465989)
+++ head/security/shibboleth2-sp/Makefile	Fri Mar 30 18:21:01 2018	(r465990)
@@ -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_USES=	apache=2.2+
+APACHE_USES=	apache:2.2+
 
 ODBC_CONFIGURE_ENABLE=	odbc
 ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC


More information about the svn-ports-all mailing list