aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-12-07 08:18:02 +0000
committerJuraj Lutter <otis@FreeBSD.org>2022-12-07 08:20:46 +0000
commit5bdc4a79ce2ddb06d737f5bd75fd2f209c7e7147 (patch)
tree5d4d55874c926a605b8350fa0e1ae3eca82aa677
parent49b1b63edc9cf6e4e3edbe70e9edaff21eae8d6d (diff)
downloadports-5bdc4a79ce2ddb06d737f5bd75fd2f209c7e7147.tar.gz
ports-5bdc4a79ce2ddb06d737f5bd75fd2f209c7e7147.zip
net/sipsak: Update to 0.9.8.1
- Update to 0.9.8.1 - Add CARES and GNUTLS - Switch to working upstream PR: 267589
-rw-r--r--net/sipsak/Makefile17
-rw-r--r--net/sipsak/distinfo5
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