git: ca1c7764ca3d - main - textproc/rubygem-zmq: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 22:46:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca1c7764ca3db12ab527b6aa2ac96f9c8e681140 commit ca1c7764ca3db12ab527b6aa2ac96f9c8e681140 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-12 11:17:59 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-12 22:37:12 +0000 textproc/rubygem-zmq: Mark DEPRECATED - Last release was in 2011 and depends on deprecated libzmq2 - Set EXPIRATION_DATE 2024-03-31 --- textproc/rubygem-zmq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile index a3791179eef2..e99d3f5c690c 100644 --- a/textproc/rubygem-zmq/Makefile +++ b/textproc/rubygem-zmq/Makefile @@ -10,6 +10,9 @@ 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