From owner-svn-ports-head@freebsd.org Sun Oct 14 08:00:15 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 6088610C9A94; Sun, 14 Oct 2018 08:00:15 +0000 (UTC) (envelope-from ak@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 16D897DE1B; Sun, 14 Oct 2018 08:00:15 +0000 (UTC) (envelope-from ak@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 11DE61B756; Sun, 14 Oct 2018 08:00:15 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9E80ERp044760; Sun, 14 Oct 2018 08:00:14 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9E80EGU044759; Sun, 14 Oct 2018 08:00:14 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201810140800.w9E80EGU044759@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Sun, 14 Oct 2018 08:00:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482033 - head/sysutils/fastest_cvsup X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: head/sysutils/fastest_cvsup X-SVN-Commit-Revision: 482033 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.27 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: Sun, 14 Oct 2018 08:00:15 -0000 Author: ak Date: Sun Oct 14 08:00:14 2018 New Revision: 482033 URL: https://svnweb.freebsd.org/changeset/ports/482033 Log: - Deprecate and set expiration date to 2018-11-15: Obsolete, FreeBSD and OpenBSD switched from cvsup to svn and cvsync, NetBSD only have 2 servers left PR: 231813 Approved by: maintainer timeout (2 weeks) Modified: head/sysutils/fastest_cvsup/Makefile Modified: head/sysutils/fastest_cvsup/Makefile ============================================================================== --- head/sysutils/fastest_cvsup/Makefile Sun Oct 14 07:27:39 2018 (r482032) +++ head/sysutils/fastest_cvsup/Makefile Sun Oct 14 08:00:14 2018 (r482033) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME:S/_/-/} MAINTAINER= freebsd@hm2k.org COMMENT= Finds fastest CVSup server +DEPRECATED= Obsolete, FreeBSD and OpenBSD switched from cvsup to svn and cvsync, NetBSD only have 2 servers left +EXPIRATION_DATE= 2018-11-15 + LICENSE= BSD USES= perl5 shebangfix