diff options
author | marino <marino@FreeBSD.org> | 2016-01-27 23:19:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-27 23:19:51 +0800 |
commit | 1e0eb7ae071f205cf026ea1307090ed749a04fed (patch) | |
tree | b07fb9ca027e83cfa9ac6ebb8fc654931376cbc5 /ports-mgmt | |
parent | 862b92d058d18928b7bc666dac4622c2f0440397 (diff) | |
download | freebsd-ports-gnome-1e0eb7ae071f205cf026ea1307090ed749a04fed.tar.gz freebsd-ports-gnome-1e0eb7ae071f205cf026ea1307090ed749a04fed.tar.zst freebsd-ports-gnome-1e0eb7ae071f205cf026ea1307090ed749a04fed.zip |
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.
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portmaster/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile index 991f52035d9b..130d8a1581c0 100644 --- a/ports-mgmt/portmaster/Makefile +++ b/ports-mgmt/portmaster/Makefile @@ -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: |