Received: by mail.netbsd.org (Postfix, from userid 605) id C778C84D32; Mon, 27 Aug 2018 13:45:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C48884E84 for ; Mon, 27 Aug 2018 13:45:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4e35Yc9tx_Eb for ; Mon, 27 Aug 2018 13:45:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D9A5A84D3F for ; Mon, 27 Aug 2018 13:45:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D708CFBF8; Mon, 27 Aug 2018 13:45:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535377521230900" MIME-Version: 1.0 Date: Mon, 27 Aug 2018 13:45:21 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20180827134521.D708CFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1535377521230900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Aug 27 13:45:21 UTC 2018 Modified Files: pkgsrc/net: Makefile Removed Files: pkgsrc/net/gated: DESCR Makefile PLIST distinfo pkgsrc/net/gated/files: configuration gated pkgsrc/net/gated/patches: patch-aa patch-ab patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-if patch-is patch-src-lexer.l Log Message: Remove gated. This was announced in July on both pkgsrc-users and tech-pkg, and no one objected to the removal. The last release of gated was in 1999, its upstream has disappeared, the homepage redirects to a sketchy company. If you wanted to do routing in software today, you should probably use quagga or another modern daemon. ok to remove from gdt@ To generate a diff of this commit: cvs rdiff -u -r1.1221 -r1.1222 pkgsrc/net/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/net/gated/DESCR cvs rdiff -u -r1.39 -r0 pkgsrc/net/gated/Makefile cvs rdiff -u -r1.5 -r0 pkgsrc/net/gated/PLIST cvs rdiff -u -r1.13 -r0 pkgsrc/net/gated/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/net/gated/files/configuration cvs rdiff -u -r1.3 -r0 pkgsrc/net/gated/files/gated cvs rdiff -u -r1.6 -r0 pkgsrc/net/gated/patches/patch-aa cvs rdiff -u -r1.3 -r0 pkgsrc/net/gated/patches/patch-ab cvs rdiff -u -r1.2 -r0 pkgsrc/net/gated/patches/patch-ad \ pkgsrc/net/gated/patches/patch-ah \ pkgsrc/net/gated/patches/patch-src-lexer.l cvs rdiff -u -r1.1 -r0 pkgsrc/net/gated/patches/patch-ae \ pkgsrc/net/gated/patches/patch-af pkgsrc/net/gated/patches/patch-ag \ pkgsrc/net/gated/patches/patch-ai pkgsrc/net/gated/patches/patch-aj \ pkgsrc/net/gated/patches/patch-ak pkgsrc/net/gated/patches/patch-if \ pkgsrc/net/gated/patches/patch-is Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1535377521230900 Content-Disposition: inline Content-Length: 582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/Makefile diff -u pkgsrc/net/Makefile:1.1221 pkgsrc/net/Makefile:1.1222 --- pkgsrc/net/Makefile:1.1221 Wed Jul 25 16:23:17 2018 +++ pkgsrc/net/Makefile Mon Aug 27 13:45:21 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1221 2018/07/25 16:23:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.1222 2018/08/27 13:45:21 bsiegert Exp $ # COMMENT= Networking tools @@ -167,7 +167,6 @@ SUBDIR+= ftplibpp SUBDIR+= ftpproxy SUBDIR+= fwknop SUBDIR+= gallery-dl -SUBDIR+= gated SUBDIR+= gcloud-golang-metadata SUBDIR+= get-flash-videos SUBDIR+= get_iplayer --_----------=_1535377521230900--