svn commit: r374834 - in head: . security/openssh-portable66

Bryan Drewery bdrewery at FreeBSD.org
Wed Dec 17 02:35:57 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list