From owner-svn-ports-head@freebsd.org Mon Jan 14 00:54:45 2019 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 54BB2148E6F9; Mon, 14 Jan 2019 00:54:45 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from xse.com (xse.com [IPv6:2607:f2f8:abb8::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "xse.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE25169E80; Mon, 14 Jan 2019 00:54:44 +0000 (UTC) (envelope-from leres@freebsd.org) Received-SPF: pass (dot.xse.com: authenticated connection) receiver=dot.xse.com; client-ip=2001:558:6045:10:9084:9e0:4b6d:eb99; helo=[IPv6:fd:1965::50]; envelope-from=leres@freebsd.org; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from [IPv6:fd:1965::50] (ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (authenticated bits=0) by dot.xse.com (8.15.2/8.15.2) with ESMTPSA id x0E0sdpF005584 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 13 Jan 2019 16:54:40 -0800 (PST) (envelope-from leres@freebsd.org) X-Authentication-Warning: dot.xse.com: Host ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99] claimed to be [IPv6:fd:1965::50] Subject: Re: svn commit: r490213 - in head: devel/geoip-java dns/dsc dns/go-geodns dns/p5-pgeodns ftp/proftpd-mod_geoip net-p2p/qbittorrent net-p2p/verlihub net-p2p/verlihub-plugins net/go-geoip net/p5-Geo-IP n... To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201901132122.x0DLM7kw047701@repo.freebsd.org> From: Craig Leres Message-ID: <5d077f90-25c6-c988-2aa0-c94313d95e6b@freebsd.org> Date: Sun, 13 Jan 2019 19:54:37 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <201901132122.x0DLM7kw047701@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.100.2 at dot.xse.com X-Virus-Status: Clean X-Rspamd-Queue-Id: CE25169E80 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.963,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 14 Jan 2019 00:54:45 -0000 On 1/13/2019 4:22 PM, Adam Weinberger wrote: > Author: adamw > Date: Sun Jan 13 21:22:06 2019 > New Revision: 490213 > URL: https://svnweb.freebsd.org/changeset/ports/490213 > > Log: > Deprecate everything that depends on net/GeoIP and everything that depends > on those ports. > > Modified: > head/devel/geoip-java/Makefile > head/dns/dsc/Makefile > head/dns/go-geodns/Makefile > head/dns/p5-pgeodns/Makefile > head/ftp/proftpd-mod_geoip/Makefile > head/net-p2p/qbittorrent/Makefile > head/net-p2p/verlihub-plugins/Makefile > head/net-p2p/verlihub-plugins/Makefile.plugins > head/net-p2p/verlihub/Makefile > head/net/go-geoip/Makefile > head/net/p5-Geo-IP/Makefile > head/net/pecl-geoip/Makefile > head/net/pen/Makefile > head/net/py-GeoIP/Makefile > head/net/rubygem-geoip/Makefile > head/net/subnetcalc/Makefile > head/security/barnyard2/Makefile > head/security/bro/Makefile > head/security/broccoli/Makefile > head/security/modsecurity3/Makefile > head/security/sguil/Makefile > head/security/snort/Makefile > head/security/snortreport/Makefile > head/www/mod_geoip2/Makefile security/bro, security/broccoli and dns/dsc all build fine without net/GeoIP; could we please not deprecate these ports? What about www/webalizer which depends on it via the GEOIP option? Craig