git: 0338b77aeb20 - main - textproc/rubygem-zmq: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 10:47:56 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0338b77aeb20d3452f22c1cb50d619957acb0cc4
commit 0338b77aeb20d3452f22c1cb50d619957acb0cc4
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 10:47:42 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 10:47:42 +0000
textproc/rubygem-zmq: Remove expired port
2024-03-31 textproc/rubygem-zmq: Last releasee was in 2011 and depends on deprecated libzmq2
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/rubygem-zmq/Makefile | 20 --------------------
textproc/rubygem-zmq/distinfo | 2 --
textproc/rubygem-zmq/pkg-descr | 1 -
5 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/MOVED b/MOVED
index d120dc9a51f7..ee93181905a0 100644
--- a/MOVED
+++ b/MOVED
@@ -3095,3 +3095,4 @@ irc/bopm||2024-04-01|Has expired: Upstream is dead and archived repo Jul 3 2023
www/mediawiki135||2024-04-01|Has expired: Upstream reached EOL on 2023-12-21
net-p2p/bitflu||2024-04-01|Has expired: No development in years and lack common functionality found in modern clients
devel/busybee||2024-04-01|Has expired: Abandoned upstream, last release 2015 and last commit 2017
+textproc/rubygem-zmq||2024-04-01|Has expired: Last releasee was in 2011 and depends on deprecated libzmq2
diff --git a/textproc/Makefile b/textproc/Makefile
index 034b232399fe..2e8adec03958 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1941,7 +1941,6 @@
SUBDIR += rubygem-ya2yaml
SUBDIR += rubygem-yard
SUBDIR += rubygem-yard-chef
- SUBDIR += rubygem-zmq
SUBDIR += rw-aspell
SUBDIR += rxp
SUBDIR += s5
diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile
deleted file mode 100644
index e99d3f5c690c..000000000000
--- a/textproc/rubygem-zmq/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= zmq
-PORTVERSION= 2.1.4
-PORTREVISION= 1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby ZeroMQ gem
-WWW= https://zeromq.org/bindings:ruby
-
-LICENSE= LGPL3
-
-DEPRECATED= Last releasee was in 2011 and depends on deprecated libzmq2
-EXPIRATION_DATE= 2024-03-31
-
-LIB_DEPENDS= libzmq.so:net/libzmq2
-
-USES= gem
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-zmq/distinfo b/textproc/rubygem-zmq/distinfo
deleted file mode 100644
index 76bf2fd95d4d..000000000000
--- a/textproc/rubygem-zmq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/zmq-2.1.4.gem) = 5a9d93a569d732eaec1dc637e308c827ad64a32663b460420478be4a6e5ba2e3
-SIZE (rubygem/zmq-2.1.4.gem) = 19456
diff --git a/textproc/rubygem-zmq/pkg-descr b/textproc/rubygem-zmq/pkg-descr
deleted file mode 100644
index d38c21ea67ef..000000000000
--- a/textproc/rubygem-zmq/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-The Ruby binding (C extension) to the ZeroMQ library.