aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 07:37:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:38 +0000
commit8bd99739aa6e687975c6c3566019072fa21a14fa (patch)
treeb36e8abb4579d5e5dcadeb73f0345a262610cb56
parentf44f9b5654c459618eaea82996bd02393c51b257 (diff)
downloadports-8bd9973.tar.gz
ports-8bd9973.zip
net/wireguard: Remove expired port
2023-12-31 net/wireguard: Only useful for FreeBSD 12 which is EoL soon
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/wireguard/Makefile18
-rw-r--r--net/wireguard/pkg-descr9
-rw-r--r--net/wireguard/pkg-message17
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index ce2aa49b1f1c..fa3db9c6861c 100644
--- a/MOVED
+++ b/MOVED
@@ -8290,3 +8290,4 @@ www/py-dj41-django-debug-toolbar|www/py-dj42-django-debug-toolbar|2023-12-31|Has
www/kf5-kdewebkit||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
www/py-dj41-django-auth-ldap|www/py-dj42-django-auth-ldap|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
sysutils/kfloppy||2023-12-31|Has expired: No longer part of KDE Gear since 23.08
+net/wireguard||2023-12-31|Has expired: Only useful for FreeBSD 12 which is EoL soon
diff --git a/net/Makefile b/net/Makefile
index fba1a73c95db..6f39f2017246 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1616,7 +1616,6 @@
SUBDIR += wifibox
SUBDIR += wifibox-alpine
SUBDIR += wifibox-core
- SUBDIR += wireguard
SUBDIR += wireguard-go
SUBDIR += wireguard-kmod
SUBDIR += wireguard-tools
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile
deleted file mode 100644
index 53990d42c837..000000000000
--- a/net/wireguard/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= wireguard
-PORTVERSION= 2
-PORTEPOCH= 1
-CATEGORIES= net net-vpn
-
-MAINTAINER= decke@FreeBSD.org
-COMMENT= Meta-port for Wireguard
-WWW= https://www.wireguard.com
-
-RUN_DEPENDS= wg-quick:net/wireguard-tools \
- ${KMODDIR}/if_wg.ko:net/wireguard-kmod
-
-DEPRECATED= Only useful for FreeBSD 12 which is EoL soon
-EXPIRATION_DATE= 2023-12-31
-
-USES= metaport
-
-.include <bsd.port.mk>
diff --git a/net/wireguard/pkg-descr b/net/wireguard/pkg-descr
deleted file mode 100644
index 7c9d42f09d5c..000000000000
--- a/net/wireguard/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-WireGuard is an extremely simple yet fast and modern VPN that utilizes
-state-of-the-art cryptography. It aims to be faster, simpler, leaner, and
-more useful than IPSec, while avoiding the massive headache. It intends to
-be considerably more performant than OpenVPN. WireGuard is designed as a
-general purpose VPN for running on embedded interfaces and super computers
-alike, fit for many different circumstances.
-
-This package does not contain anything by itself - it is a "meta-port" that
-depends on other wireguard packages.
diff --git a/net/wireguard/pkg-message b/net/wireguard/pkg-message
deleted file mode 100644
index 967ea4e54b52..000000000000
--- a/net/wireguard/pkg-message
+++ /dev/null
@@ -1,17 +0,0 @@
-[
-{ type: install
- message: <<EOM
-For FreeBSD < 12.1 only the userland implementation wireguard-go is
-available.
-
-For FreeBSD >= 12.1 we default to use the kernel module if_wg(4).
-
-If you experience problems with it you can switch back to wireguard-go
-by removing net/wireguard-kmod and making sure net/wireguard-go is
-installed.
-The userland tools wg-quick(8) and wg(8) try to use kernel support if
-the kernel module is available and otherwise fall back to wireguard-go
-automatically. Config files are fully compatible.
-EOM
-}
-]