aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-01 11:15:54 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-01 11:15:54 +0000
commitf98ebb686d37d37cda56c6d37b7606a219817405 (patch)
tree5248f24f1a1badec2a6f1d77d55a7148bc7552ac
parent6b7e29a00ea468d683408e5da54523f1fd14858c (diff)
sysutils/rubygem-vagrant-vbguest: Remove expired port
2024-03-31 sysutils/rubygem-vagrant-vbguest: This project is archived and will not receive further updates or support
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-vagrant-vbguest/Makefile24
-rw-r--r--sysutils/rubygem-vagrant-vbguest/distinfo3
-rw-r--r--sysutils/rubygem-vagrant-vbguest/pkg-descr2
5 files changed, 1 insertions, 30 deletions
diff --git a/MOVED b/MOVED
index a4b2362a8a6f..a44ac99c69d8 100644
--- a/MOVED
+++ b/MOVED
@@ -3105,3 +3105,4 @@ irc/ninja||2024-04-01|Has expired: Abandonware, last release around 2002 and ups
net-p2p/liberator||2024-04-01|Has expired: Abandoned project with last release in 2003
devel/electron26||2024-04-01|Has expired: EOLed upstream, switch to newer version
irc/darkbot||2024-04-01|Has expired: Abandonware, last release in 2005 and no activity upstream since 2014
+sysutils/rubygem-vagrant-vbguest||2024-04-01|Has expired: This project is archived and will not receive further updates or support
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 492328797c48..b9692cd3961a 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1303,7 +1303,6 @@
SUBDIR += rubygem-tmuxinator
SUBDIR += rubygem-vagrant-bhyve
SUBDIR += rubygem-vagrant-mutate
- SUBDIR += rubygem-vagrant-vbguest
SUBDIR += rubygem-vagrant_cloud
SUBDIR += rubygem-vmstat
SUBDIR += rubygem-win32-file
diff --git a/sysutils/rubygem-vagrant-vbguest/Makefile b/sysutils/rubygem-vagrant-vbguest/Makefile
deleted file mode 100644
index 72103dd4c683..000000000000
--- a/sysutils/rubygem-vagrant-vbguest/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= vagrant-vbguest
-PORTVERSION= 0.32.0
-CATEGORIES= sysutils rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Vagrant plugin to install the VirtualBoxAdditions into the guest VM
-WWW= https://github.com/dotless-de/vagrant-vbguest
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= This project is archived and will not receive further updates or support
-EXPIRATION_DATE=2024-03-31
-
-RUN_DEPENDS= rubygem-i18n>=0:devel/rubygem-i18n \
- rubygem-log4r>=0:sysutils/rubygem-log4r \
- rubygem-micromachine>=2<4:devel/rubygem-micromachine
-
-USES= gem
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/sysutils/rubygem-vagrant-vbguest/distinfo b/sysutils/rubygem-vagrant-vbguest/distinfo
deleted file mode 100644
index 3fd05cc31d08..000000000000
--- a/sysutils/rubygem-vagrant-vbguest/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1703228112
-SHA256 (rubygem/vagrant-vbguest-0.32.0.gem) = dfa1ab80c528b96917af80fbef2e3cec73b9d09ea8bb06095efeb0d1446ae37f
-SIZE (rubygem/vagrant-vbguest-0.32.0.gem) = 41472
diff --git a/sysutils/rubygem-vagrant-vbguest/pkg-descr b/sysutils/rubygem-vagrant-vbguest/pkg-descr
deleted file mode 100644
index b9f9f7cb04f2..000000000000
--- a/sysutils/rubygem-vagrant-vbguest/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Vagrant plugin which automatically installs the host's VirtualBox Guest
-Additions on the guest system.