git: bdcfd222ce63 - main - Remove FREEBSD-vendor files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 21:37:20 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=bdcfd222ce6369e7aeaceb9a92ffdde84bdbf6cd
commit bdcfd222ce6369e7aeaceb9a92ffdde84bdbf6cd
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-12-06 21:27:48 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-12-06 21:36:44 +0000
Remove FREEBSD-vendor files
These files were intended to track version and perhaps maintainership
information for contrib software. However, they were never used beyond
bzip2, netcat, and OpenSSH, and generally haven't been kept up to date
recently (my OpenSSH 8.7p1 update notwithstanding). Just remove them to
avoid having confusing or outdated information.
Suggested by: des
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
contrib/bzip2/FREEBSD-vendor | 5 -----
contrib/netcat/FREEBSD-vendor | 5 -----
crypto/openssh/FREEBSD-vendor | 6 ------
3 files changed, 16 deletions(-)
diff --git a/contrib/bzip2/FREEBSD-vendor b/contrib/bzip2/FREEBSD-vendor
deleted file mode 100644
index 6847c8b9a495..000000000000
--- a/contrib/bzip2/FREEBSD-vendor
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-Project: bzip2
-ProjectURL: http://www.bzip.org/
-Version: 1.0.5
-License: BSD
diff --git a/contrib/netcat/FREEBSD-vendor b/contrib/netcat/FREEBSD-vendor
deleted file mode 100644
index 2b841dfcbaee..000000000000
--- a/contrib/netcat/FREEBSD-vendor
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-Project: netcat (aka src/usr.bin/nc in OpenBSD)
-ProjectURL: http://www.openbsd.org/
-Version: 5.3
-License: BSD
diff --git a/crypto/openssh/FREEBSD-vendor b/crypto/openssh/FREEBSD-vendor
deleted file mode 100644
index c7f6462985a2..000000000000
--- a/crypto/openssh/FREEBSD-vendor
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-Project: Portable OpenSSH
-ProjectURL: http://www.openssh.com/portable.html
-Version: 8.7p1
-License: BSD
-Maintainer: emaste