From owner-svn-ports-head@FreeBSD.ORG Tue Feb 5 07:55:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39B4ADDF; Tue, 5 Feb 2013 07:55:39 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by mx1.freebsd.org (Postfix) with ESMTP id A0ACACF6; Tue, 5 Feb 2013 07:55:38 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id ox1so4705147veb.27 for ; Mon, 04 Feb 2013 23:55:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=271qXkeHL7qKu6z7yM65rI/+7fDeeLbkSc5EKymUlfo=; b=HqzLgagHBV2SmN8Ro02pGvnAWIZMLX/9MIkuWJ0uwsBCiECz/mVzN2VaxRb93nNjl9 EamaOIRt+gN75sx44bVj8Ky80TjCq0GvjX/P1NesQpBlUGYLkP7GldQgrYQA3mGSijEH xnMfUotjzFjAqr3SPqBpJys73t+4qUGS4isjAZfVpwaAE65KgkYnEYSuc3e4N5kE9x7x fEa+LD97YJc+H0lTnX/RNwaDFJuP0bQ6rgCw+th7EupX5nIHjwIc6mVBsKfJIhaT846n slK3YMZJA6ik3/1A8l7rxirb/cal8OfHq3Mef4r8ReWFGjoLYBK4mGPkQkZXhCuigFgH MmoA== MIME-Version: 1.0 X-Received: by 10.52.67.75 with SMTP id l11mr23083691vdt.29.1360050931793; Mon, 04 Feb 2013 23:55:31 -0800 (PST) Sender: beat.gaetzi@gmail.com Received: by 10.58.97.169 with HTTP; Mon, 4 Feb 2013 23:55:31 -0800 (PST) In-Reply-To: <201302050354.r153s5cs013593@svn.freebsd.org> References: <201302050354.r153s5cs013593@svn.freebsd.org> Date: Tue, 5 Feb 2013 08:55:31 +0100 X-Google-Sender-Auth: dBqQMPOY2J63ftVCsql9fub0_uY Message-ID: Subject: Re: svn commit: r311663 - head/net/cvsup-mirror From: Beat Gaetzi To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 05 Feb 2013 07:55:39 -0000 2013/2/5 Eitan Adler : > Author: eadler > Date: Tue Feb 5 03:54:04 2013 > New Revision: 311663 > URL: http://svnweb.freebsd.org/changeset/ports/311663 > > Log: > - Deprecate > - Trim header > > Modified: > head/net/cvsup-mirror/Makefile > > Modified: head/net/cvsup-mirror/Makefile > ============================================================================== > --- head/net/cvsup-mirror/Makefile Tue Feb 5 02:41:24 2013 (r311662) > +++ head/net/cvsup-mirror/Makefile Tue Feb 5 03:54:04 2013 (r311663) > @@ -1,9 +1,5 @@ > -# New ports collection makefile for: cvsup-mirror > -# Date created: 01 February 1997 > -# Whom: jdp > -# > +# Created by: jdp > # $FreeBSD$ > -# > > PORTNAME= cvsup-mirror > PORTVERSION= 1.3 > @@ -16,6 +12,9 @@ COMMENT= A kit for easily setting up a F > > RUN_DEPENDS= ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup-without-gui > > +DEPRECATED= www, doc, gnats, ports repo gone; src repo deprecated > +EXPIRATION_DATE= 2012-02-28 Yes, ports will no longer use CVS/cvsup after 2012-02-28 but src still use it and there is no EoL for src/ CVS currently. For that time we have to provide the cvsup tools as cvsup-mirror in not only used by committers but also for the mirrors. Please revert this change. Beat > + > NO_WRKSUBDIR= true > NO_BUILD= true > IS_INTERACTIVE= true