From owner-svn-ports-head@freebsd.org Wed Jan 27 15:19:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A87CA705C1; Wed, 27 Jan 2016 15:19:53 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CBEAA12EF; Wed, 27 Jan 2016 15:19:52 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0RFJpOH090642; Wed, 27 Jan 2016 15:19:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0RFJppK090641; Wed, 27 Jan 2016 15:19:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601271519.u0RFJppK090641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 27 Jan 2016 15:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407364 - head/ports-mgmt/portmaster 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.20 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: Wed, 27 Jan 2016 15:19:53 -0000 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 - -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: