svn commit: r407364 - head/ports-mgmt/portmaster

John Marino marino at FreeBSD.org
Wed Jan 27 15:19:53 UTC 2016


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:


More information about the svn-ports-head mailing list