From owner-svn-ports-head@freebsd.org Tue May 22 09:48:48 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 EC532EEF57D; Tue, 22 May 2018 09:48:47 +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 99F416C2F3; Tue, 22 May 2018 09:48:47 +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 76FD512604; Tue, 22 May 2018 09:48:47 +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 w4M9mlTb091919; Tue, 22 May 2018 09:48:47 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4M9mlif091917; Tue, 22 May 2018 09:48:47 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201805220948.w4M9mlif091917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 22 May 2018 09:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470602 - in head: . www www/mod_proxy_uwsgi X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head: . www www/mod_proxy_uwsgi X-SVN-Commit-Revision: 470602 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.26 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: Tue, 22 May 2018 09:48:48 -0000 Author: brnrd Date: Tue May 22 09:48:46 2018 New Revision: 470602 URL: https://svnweb.freebsd.org/changeset/ports/470602 Log: www/mod_proxy_uwsgi: Delete after www/apache24 merge - Remove conflict on libexec/apache24/mod_proxy_uwsgi.so - Module is part of www/apache24 as of 2.4.30 see https://github.com/unbit/uwsgi/issues/1636 and https://svn.apache.org/viewvc?view=revision&revision=1810358 PR: 228391 Approved by: maintainer MFH: 2018Q2 Deleted: head/www/mod_proxy_uwsgi/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 22 09:34:12 2018 (r470601) +++ head/MOVED Tue May 22 09:48:46 2018 (r470602) @@ -10190,3 +10190,4 @@ net-im/rubygem-earthquake||2018-05-15|Broken and unmai security/rubygem-jugyo-twitter_oauth||2018-05-15|The only consumer of this port (net-im/rubygem-earthquake) has been removed sysutils/bareos-bat||2018-05-18|Removed, use sysutils/bareos-webui or install bareos16 ports www/p5-CGI_Lite|www/p5-CGI-Lite|2018-05-20|Rename to match upstream naming +www/mod_proxy_uwsgi|www/apache24|2018-05-22|Module has been merged into Apache 2.4 Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue May 22 09:34:12 2018 (r470601) +++ head/www/Makefile Tue May 22 09:48:46 2018 (r470602) @@ -464,7 +464,6 @@ SUBDIR += mod_php71 SUBDIR += mod_php72 SUBDIR += mod_proctitle - SUBDIR += mod_proxy_uwsgi SUBDIR += mod_proxy_xml SUBDIR += mod_python35 SUBDIR += mod_qos