Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 18:21:01 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465990 - head/security/shibboleth2-sp
Message-ID:  <201803301821.w2UIL1K8067265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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