Date: Fri, 12 Jan 2024 22:46:55 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: aebe72534a8b - main - net/libzmq2: Fix MASTER_SITES Message-ID: <202401122246.40CMktPh091869@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=aebe72534a8bf3195b6992079584b10e8f1ca055 commit aebe72534a8bf3195b6992079584b10e8f1ca055 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-12 10:54:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-12 22:37:12 +0000 net/libzmq2: Fix MASTER_SITES - The older MASTER_SITES are no longer functional so swithc to Github archive - Mark DEPRECATED as last release was in 2012 and newer version net/libzmq3 is available in the tree - Set EXPIRATION_DATE 2024-03-31 --- net/libzmq2/Makefile | 14 ++++++++++---- net/libzmq2/distinfo | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/net/libzmq2/Makefile b/net/libzmq2/Makefile index d929d57e54d2..769e97a22a26 100644 --- a/net/libzmq2/Makefile +++ b/net/libzmq2/Makefile @@ -1,8 +1,8 @@ PORTNAME= libzmq2 -PORTVERSION= 2.2.0 +DISTVERSION= 2.2.0 PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= http://download.zeromq.org/ +MASTER_SITES= https://github.com/zeromq/zeromq2-x/releases/download/${DISTVERSIONFULL}/zeromq-2.2.0.tar.gz DISTNAME= zeromq-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org @@ -12,15 +12,21 @@ WWW= https://www.zeromq.org/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +DEPRECATED= Last release was in 2012 switch to libzmq3 +EXPIRATION_DATE= 2024-03-31 + USES= libtool pathfix USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip TEST_TARGET= check CONFLICTS= libzmq[^2] OPTIONS_DEFINE= DEBUG + DEBUG_CONFIGURE_ON= --enable-debug .include <bsd.port.mk> diff --git a/net/libzmq2/distinfo b/net/libzmq2/distinfo index 3d5ffe171146..6a6c195433af 100644 --- a/net/libzmq2/distinfo +++ b/net/libzmq2/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1705056786 SHA256 (zeromq-2.2.0.tar.gz) = 43904aeb9ea6844f72ca02e4e53bf1d481a1a0264e64979da761464e88604637 SIZE (zeromq-2.2.0.tar.gz) = 1900378
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401122246.40CMktPh091869>