From owner-svn-ports-all@FreeBSD.ORG Wed Dec 17 02:35:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF03AF7B; Wed, 17 Dec 2014 02:35:56 +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 CB040882; Wed, 17 Dec 2014 02:35:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBH2Zu4T070941; Wed, 17 Dec 2014 02:35:56 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBH2Zuso070937; Wed, 17 Dec 2014 02:35:56 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201412170235.sBH2Zuso070937@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 17 Dec 2014 02:35:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374834 - in head: . security/openssh-portable66 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.18-1 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: Wed, 17 Dec 2014 02:35:57 -0000 Author: bdrewery Date: Wed Dec 17 02:35:55 2014 New Revision: 374834 URL: https://svnweb.freebsd.org/changeset/ports/374834 QAT: https://qat.redports.org/buildarchive/r374834/ Log: The openssh-portable66 port is no longer needed as all patches now build. Mark it DEPRECATED. Modified: head/UPDATING head/security/openssh-portable66/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Dec 17 02:34:43 2014 (r374833) +++ head/UPDATING Wed Dec 17 02:35:55 2014 (r374834) @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20141216: + AFFECTS: users of security/openssh-portable + AUTHOR: bdrewery@FreeBSD.org + + All patches have been fixed for version 6.7. It is no longer required to use + the security/openssh-portable66 port. + 20141215: AFFECTS: users of comms/spandsp-devel AUTHOR: pawel@FreeBSD.org Modified: head/security/openssh-portable66/Makefile ============================================================================== --- head/security/openssh-portable66/Makefile Wed Dec 17 02:34:43 2014 (r374833) +++ head/security/openssh-portable66/Makefile Wed Dec 17 02:35:55 2014 (r374834) @@ -202,10 +202,10 @@ CONFIGURE_LIBS+= -lldap EMPTYDIR= /var/empty +DEPRECATED= security/openssh-portable now has all patches working. This port is obsolete. +EXPIRATION_DATE= 2015-02-01 + .if ${PORT_OPTIONS:MOVERWRITE_BASE} -# XXX: Mark this BROKEN rather than remove the option to force people to notice for POLA. -DEPRECATED= Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting. -EXPIRATION_DATE= 2015-01-01 WITH_OPENSSL_BASE= yes CONFIGURE_ARGS+= --localstatedir=/var PREFIX= /usr