From owner-svn-ports-all@freebsd.org Wed Sep 30 14:51:42 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7795A429D69; Wed, 30 Sep 2020 14:51:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1fNG2ch0z4N1F; Wed, 30 Sep 2020 14:51:42 +0000 (UTC) (envelope-from bapt@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 3CD8C21569; Wed, 30 Sep 2020 14:51:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08UEpgAo067862; Wed, 30 Sep 2020 14:51:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08UEpfHG067831; Wed, 30 Sep 2020 14:51:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009301451.08UEpfHG067831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 30 Sep 2020 14:51:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550709 - in head: . net net/libproxy net/libproxy-gnome2 X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: . net net/libproxy net/libproxy-gnome2 X-SVN-Commit-Revision: 550709 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 14:51:42 -0000 Author: bapt Date: Wed Sep 30 14:51:41 2020 New Revision: 550709 URL: https://svnweb.freebsd.org/changeset/ports/550709 Log: Remove libproxy-gnome2 It is used by no ports and gnome2 is not supported anymore Deleted: head/net/libproxy-gnome2/ Modified: head/MOVED head/net/Makefile head/net/libproxy/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Sep 30 14:46:54 2020 (r550708) +++ head/MOVED Wed Sep 30 14:51:41 2020 (r550709) @@ -15629,3 +15629,4 @@ net-im/libnice-gst010|net-im/libnice-gst1|2020-09-25|N graphics/evince-lite|graphics/evince@lite|2020-09-26|Has been replaced by a flavor x11/gnome3-lite|x11/gnome3@lite|2020-09-29|Has been replaced by a flavor graphics/py-gimp||2020-09-29|Has expired: Uses deprecated version of python +net/libproxy-gnome2||2020-09-30|Removed gnome2 port not depended on Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Sep 30 14:46:54 2020 (r550708) +++ head/net/Makefile Wed Sep 30 14:51:41 2020 (r550709) @@ -378,7 +378,6 @@ SUBDIR += libpcap SUBDIR += libpcapnav SUBDIR += libproxy - SUBDIR += libproxy-gnome2 SUBDIR += libproxy-gnome3 SUBDIR += libproxy-kde SUBDIR += libproxy-mozjs Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Wed Sep 30 14:46:54 2020 (r550708) +++ head/net/libproxy/Makefile Wed Sep 30 14:51:41 2020 (r550709) @@ -21,7 +21,7 @@ CMAKE_ON+= WITH_VALA CMAKE_OFF+= BIPR WITH_DOTNET WITH_NATUS WITH_NM WITH_NMold # Slave ports. -LIBPROXY_SLAVES= library gnome2 gnome3 kde mozjs python perl webkit3 +LIBPROXY_SLAVES= library gnome3 kde mozjs python perl webkit3 # If nothing is set, we're building the library, i.e. this port. LIBPROXY_SLAVE?= library