Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 22:46:57 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca1c7764ca3d - main - textproc/rubygem-zmq: Mark DEPRECATED
Message-ID:  <202401122246.40CMkvu5091958@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401122246.40CMkvu5091958>