From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 11:06:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF269409; Tue, 13 Jan 2015 11:06:09 +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 AB684C43; Tue, 13 Jan 2015 11:06:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0DB69qU033452; Tue, 13 Jan 2015 11:06:09 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0DB695q033451; Tue, 13 Jan 2015 11:06:09 GMT (envelope-from des@FreeBSD.org) Message-Id: <201501131106.t0DB695q033451@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Smørgrav Date: Tue, 13 Jan 2015 11:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376911 - head/ports-mgmt/porteasy 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-1 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, 13 Jan 2015 11:06:09 -0000 Author: des Date: Tue Jan 13 11:06:08 2015 New Revision: 376911 URL: https://svnweb.freebsd.org/changeset/ports/376911 QAT: https://qat.redports.org/buildarchive/r376911/ Log: Extend the deadline while I work on a pkgng-aware rewrite. Modified: head/ports-mgmt/porteasy/Makefile Modified: head/ports-mgmt/porteasy/Makefile ============================================================================== --- head/ports-mgmt/porteasy/Makefile Tue Jan 13 09:34:23 2015 (r376910) +++ head/ports-mgmt/porteasy/Makefile Tue Jan 13 11:06:08 2015 (r376911) @@ -10,7 +10,7 @@ MAINTAINER= des@FreeBSD.org COMMENT= Tool for fetching and building ports DEPRECATED= Does not support pkgng -EXPIRATION_DATE= 2015-01-12 +EXPIRATION_DATE= 2015-02-28 NO_BUILD= yes NO_WRKSUBDIR= yes