From owner-svn-ports-branches@freebsd.org Wed Aug 17 19:00:26 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E60CBB5E9A; Wed, 17 Aug 2016 19:00:26 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 114001C94; Wed, 17 Aug 2016 19:00:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7HJ0PJa068381; Wed, 17 Aug 2016 19:00:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7HJ0PGm068380; Wed, 17 Aug 2016 19:00:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608171900.u7HJ0PGm068380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 17 Aug 2016 19:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420367 - branches/2016Q3/net-mgmt/rancid X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 19:00:26 -0000 Author: feld Date: Wed Aug 17 19:00:25 2016 New Revision: 420367 URL: https://svnweb.freebsd.org/changeset/ports/420367 Log: MFH: r420366 net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATE PR: 211718 Approved by: ports-secteam (with hat) Modified: branches/2016Q3/net-mgmt/rancid/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net-mgmt/rancid/Makefile ============================================================================== --- branches/2016Q3/net-mgmt/rancid/Makefile Wed Aug 17 18:59:30 2016 (r420366) +++ branches/2016Q3/net-mgmt/rancid/Makefile Wed Aug 17 19:00:25 2016 (r420367) @@ -34,6 +34,9 @@ OPTIONS_DEFINE= SVN SVN_DESC= Use Subversion instead of CVS +DEPRECATED= Not supported upstream. Please upgrade to net-mgmt/rancid3 +EXPIRATION_DATE= 2016-10-01 + .include .if ${PORT_OPTIONS:MSVN}