Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 15:19:51 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407364 - head/ports-mgmt/portmaster
Message-ID:  <201601271519.u0RFJppK090641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Jan 27 15:19:51 2016
New Revision: 407364
URL: https://svnweb.freebsd.org/changeset/ports/407364

Log:
  Under strong objection and mandate by portmgr, remove DEPRECATION
  
  I've been ordered by portmgr to remove DEPRECATION designation because
  others have indicated they believe people should not be so directly
  informed of its poor state.  Despite the fact that there was no expiration
  date set and that functionality was not affected in any way (leaving now
  informed people free to use this unmaintained port), it was considered a
  disruptive change.
  
  Let the record show that I strongly object to this decision and that I
  firmly believe that portmaster is a port that *must* have a competent
  maintainer that can *develop* it.  It should *not* be allowed to be
  unmaintained and still maintain a presence in FreeBSD documentation.

Modified:
  head/ports-mgmt/portmaster/Makefile

Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile	Wed Jan 27 15:04:13 2016	(r407363)
+++ head/ports-mgmt/portmaster/Makefile	Wed Jan 27 15:19:51 2016	(r407364)
@@ -25,16 +25,6 @@ PLIST_FILES=	sbin/portmaster \
 BASH_PLIST_FILES=	etc/bash_completion.d/portmaster.sh
 ZSH_PLIST_FILES=	share/zsh/site-functions/_portmaster
 
-.include <bsd.port.options.mk>
-
-DEPRECATED=	Unmaintained and does not fully support modern ports framework.
-.if ${ARCH} == i386 || ${ARCH} == amd64
-DEPRECATED+=	Please consider migrating to ports-mgmt/synth or\
-		ports-mgmt/poudriere.
-.else
-DEPRECATED+=	Please consider migrating to ports-mgmt/poudriere.
-.endif
-
 verify: checksum
 
 do-build:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601271519.u0RFJppK090641>