Date: Sat, 18 Jan 2025 00:16:53 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ab751c353615 - main - net-im/snac: Update 2.57 =?utf-8?Q?=E2=86=92?= 2.68 Message-ID: <202501180016.50I0GrQo015585@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab751c3536153a8ba004f848a91bea943263b03f commit ab751c3536153a8ba004f848a91bea943263b03f Author: William Carrel <william.a@carrel.org> AuthorDate: 2025-01-18 00:07:42 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-01-18 00:15:49 +0000 net-im/snac: Update 2.57 → 2.68 There are a large number of improvements and crash fixes between these versions as documented at Release Notes: https://codeberg.org/grunfink/snac2/src/tag/2.68/RELEASE_NOTES.md PR: 284110 Approved by: Matthew Phillips <matthew@matthewphillips.info> (maintainer) MFH: 2025Q1 --- net-im/snac/Makefile | 2 +- net-im/snac/distinfo | 6 +++--- net-im/snac/files/patch-Makefile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/snac/Makefile b/net-im/snac/Makefile index c03d0ff8d652..ceb071b2ef8a 100644 --- a/net-im/snac/Makefile +++ b/net-im/snac/Makefile @@ -1,5 +1,5 @@ PORTNAME= snac -DISTVERSION= 2.57 +DISTVERSION= 2.68 CATEGORIES= net-im www MASTER_SITES= https://codeberg.org/grunfink/snac2/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/net-im/snac/distinfo b/net-im/snac/distinfo index a23a446b8b06..35b45c04ede2 100644 --- a/net-im/snac/distinfo +++ b/net-im/snac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724244538 -SHA256 (snac-2.57.tar.gz) = 16e25990391b04079caadeea6a5c24656a0df5ed5e7500516402c1cca21e831e -SIZE (snac-2.57.tar.gz) = 180441 +TIMESTAMP = 1737093844 +SHA256 (snac-2.68.tar.gz) = 2c742fdd6a7d5ebb68ec131a340222a30464d940e445cbc0bf01a4445108e1ab +SIZE (snac-2.68.tar.gz) = 220334 diff --git a/net-im/snac/files/patch-Makefile b/net-im/snac/files/patch-Makefile index ba602c012f66..3426c6309374 100644 --- a/net-im/snac/files/patch-Makefile +++ b/net-im/snac/files/patch-Makefile @@ -5,7 +5,7 @@ -PREFIX_MAN=$(PREFIX)/man +PREFIX:=$(PREFIX) +PREFIX_MAN=$(PREFIX)/share/man - CFLAGS?=-g -Wall -Wextra + CFLAGS?=-g -Wall -Wextra -pedantic all: snac @@ -18,14 +18,14 @@ install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501180016.50I0GrQo015585>