From owner-svn-ports-head@freebsd.org Fri Mar 30 15:15:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74F47F74867; Fri, 30 Mar 2018 15:15:11 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 286C46CB21; Fri, 30 Mar 2018 15:15:11 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 235732651; Fri, 30 Mar 2018 15:15:11 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2UFFBQo076050; Fri, 30 Mar 2018 15:15:11 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2UFFBtA076049; Fri, 30 Mar 2018 15:15:11 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201803301515.w2UFFBtA076049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 30 Mar 2018 15:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465979 - head/security/shibboleth2-sp X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/shibboleth2-sp X-SVN-Commit-Revision: 465979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2018 15:15:11 -0000 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 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 .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 "