Remove portsnap(8)
Rather than having a tool in the FreeBSD base system for obtaining the FreeBSD ports tree, users are encouraged to `pkg install git` and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`. The portsnap servers will continue operating until FreeBSD 13 reaches its End-of-Life, and portsnap is available from the ports tree as ports-mgmt/portsnap. Requested by: portmgr Relnotes: yes Differential Revision: https://reviews.freebsd.org/D39563 X-MFC: no
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20230420: portsnap.8 removed
|
||||
OLD_FILES+=etc/portsnap.conf
|
||||
OLD_FILES+=usr/libexec/make_index
|
||||
OLD_FILES+=usr/sbin/portsnap
|
||||
OLD_FILES+=usr/share/examples/etc/portsnap.conf
|
||||
OLD_FILES+=usr/share/man/man8/portsnap.8.gz
|
||||
|
||||
# 20230331: libpcap updated to 1.10.3
|
||||
OLD_FILES+=usr/include/fmtutils.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user