Date: Wed, 7 Dec 2022 08:21:06 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5bdc4a79ce2d - main - net/sipsak: Update to 0.9.8.1 Message-ID: <202212070821.2B78L6e6041470@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bdc4a79ce2ddb06d737f5bd75fd2f209c7e7147 commit 5bdc4a79ce2ddb06d737f5bd75fd2f209c7e7147 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-12-07 08:18:02 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-12-07 08:20:46 +0000 net/sipsak: Update to 0.9.8.1 - Update to 0.9.8.1 - Add CARES and GNUTLS - Switch to working upstream PR: 267589 --- net/sipsak/Makefile | 17 ++++++++++------- net/sipsak/distinfo | 5 +++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 0c2f1d87e972..e6de85ce46a6 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,20 +1,23 @@ PORTNAME= sipsak -PORTVERSION= 0.9.6 +DISTVERSION= 0.9.8.1 CATEGORIES= net -MASTER_SITES= BERLIOS -DISTFILES= sipsak-0.9.6-1.tar.gz +MASTER_SITES= https://github.com/nils-ohlmeier/sipsak/releases/download/${DISTVERSION}/ MAINTAINER= jesusr@FreeBSD.org COMMENT= Small command line tool for SIP testing -WWW= http://sipsak.berlios.de/ +WWW= https://github.com/nils-ohlmeier/sipsak -BROKEN_FreeBSD_13= ld: error: duplicate symbol: address -BROKEN_FreeBSD_14= ld: error: duplicate symbol: address +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -USE_CSTD= gnu89 +USES= pkgconfig GNU_CONFIGURE= yes PLIST_FILES= bin/sipsak \ man/man1/sipsak.1.gz +OPTIONS_DEFINE= CARES GNUTLS +OPTIONS_DEFAULT= CARES GNUTLS +CARES_LIB_DEPENDS= libcares.so:dns/c-ares +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls .include <bsd.port.mk> diff --git a/net/sipsak/distinfo b/net/sipsak/distinfo index 931a21d3f41a..f2b390ff15a8 100644 --- a/net/sipsak/distinfo +++ b/net/sipsak/distinfo @@ -1,2 +1,3 @@ -SHA256 (sipsak-0.9.6-1.tar.gz) = 5064c56d482a080b6a4aea71821b78c21b59d44f6d1aa14c27429441917911a9 -SIZE (sipsak-0.9.6-1.tar.gz) = 158776 +TIMESTAMP = 1667731369 +SHA256 (sipsak-0.9.8.1.tar.gz) = c6faa022cd8c002165875d4aac83b7a2b59194f0491802924117fc6ac980c778 +SIZE (sipsak-0.9.8.1.tar.gz) = 202545
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212070821.2B78L6e6041470>