From owner-svn-ports-head@FreeBSD.ORG Sun Jun 1 18:51:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7B998F2; Sun, 1 Jun 2014 18:51:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B49EB2652; Sun, 1 Jun 2014 18:51:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51IpT5L019083; Sun, 1 Jun 2014 18:51:29 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51IpT0F019082; Sun, 1 Jun 2014 18:51:29 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201406011851.s51IpT0F019082@svn.freebsd.org> From: Brooks Davis Date: Sun, 1 Jun 2014 18:51:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356161 - head/net/cvsup-mirror X-SVN-Group: ports-head 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.18 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, 01 Jun 2014 18:51:29 -0000 Author: brooks Date: Sun Jun 1 18:51:29 2014 New Revision: 356161 URL: http://svnweb.freebsd.org/changeset/ports/356161 QAT: https://qat.redports.org/buildarchive/r356161/ Log: Exports of the src repo were disabled May 26, 2014 so this port no longer serves a purpose. Set a retroactive expiration date. Approved by: portmgr (implicit) Modified: head/net/cvsup-mirror/Makefile Modified: head/net/cvsup-mirror/Makefile ============================================================================== --- head/net/cvsup-mirror/Makefile Sun Jun 1 18:44:18 2014 (r356160) +++ head/net/cvsup-mirror/Makefile Sun Jun 1 18:51:29 2014 (r356161) @@ -12,7 +12,8 @@ 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 +DEPRECATED= all repos gone +EXPIRATION_DATE= 2014-05-26 NO_WRKSUBDIR= true NO_BUILD= true