From owner-svn-ports-all@FreeBSD.ORG Mon Jun 17 20:47:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E6821C02; Mon, 17 Jun 2013 20:47:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D884E1ED5; Mon, 17 Jun 2013 20:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5HKl194035370; Mon, 17 Jun 2013 20:47:01 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5HKl1UM035368; Mon, 17 Jun 2013 20:47:01 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306172047.r5HKl1UM035368@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 17 Jun 2013 20:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321151 - head/editors/uzap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 20:47:02 -0000 Author: rakuco Date: Mon Jun 17 20:47:01 2013 New Revision: 321151 URL: http://svnweb.freebsd.org/changeset/ports/321151 Log: Mark as BROKEN and expire in 1 month. The port is restricted so we don't mirror the distfile, and the only MASTER_SITE is gone (probably for ages). PR: ports/179645 Submitted by: John Marino Modified: head/editors/uzap/Makefile Modified: head/editors/uzap/Makefile ============================================================================== --- head/editors/uzap/Makefile Mon Jun 17 19:59:44 2013 (r321150) +++ head/editors/uzap/Makefile Mon Jun 17 20:47:01 2013 (r321151) @@ -16,4 +16,8 @@ NO_WRKSUBDIR= yes MAN1= uzap.1 PLIST_FILES= bin/uzap +BROKEN= does not fetch +DEPRECATED= does not fetch +EXPIRATION_DATE= 2013-07-17 + .include