pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/snac



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri May  9 15:11:24 UTC 2025

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.76. Changes:

Added Webmention support for links (Markdown-style or direct) written in a post.

Added new command-line options for list maintenance.

Display custom emoji in more places (contributed by dandelions).

Mastodon API: fixed infinite scroll in many clients (thanks to cheeaun
for giving me the clue), added `/api/v1/accounts/.../lists` endpoint
(contributed by dandelions).

Email notifications can now be sent via `libcurl` SMTP instead of
spawning the `/usr/sbin/sendmail` program. To use this new feature, some
additional server configuration is needed, see `snac(8)` (contributed by
shtrophic).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/snac/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/snac/Makefile
diff -u pkgsrc/www/snac/Makefile:1.37 pkgsrc/www/snac/Makefile:1.38
--- pkgsrc/www/snac/Makefile:1.37       Sun Apr 20 20:12:58 2025
+++ pkgsrc/www/snac/Makefile    Fri May  9 15:11:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/04/20 20:12:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.38 2025/05/09 15:11:24 schmonz Exp $
 
-DISTNAME=              snac-2.75
+DISTNAME=              snac-2.76
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}archive/
 SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}

Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.29 pkgsrc/www/snac/distinfo:1.30
--- pkgsrc/www/snac/distinfo:1.29       Sun Apr 20 20:12:58 2025
+++ pkgsrc/www/snac/distinfo    Fri May  9 15:11:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2025/04/20 20:12:58 schmonz Exp $
+$NetBSD: distinfo,v 1.30 2025/05/09 15:11:24 schmonz Exp $
 
-BLAKE2s (snac-2.75.tar.gz) = 2a3b5dbec87dd12a1708a3c2f42d2e076ac29d8be4cac8c278d901080145add0
-SHA512 (snac-2.75.tar.gz) = a95d0cfa3079081b61feef6664e492982d956598e0a3d1bd8f1aa08abcbb689adbd7c6818dfb321b98e30464e6ffef9d728b578f253d379d0a4458465ae559c7
-Size (snac-2.75.tar.gz) = 267067 bytes
+BLAKE2s (snac-2.76.tar.gz) = 964b182fb3e1a67c8bb80e1a9d46872fa4c94be820e1f70c3d5861c889b117f5
+SHA512 (snac-2.76.tar.gz) = 67d95d55a5430e2477104fc482b30a11c13ed70ec3588d5f908d278209ec4aaea304d7f314d0c4389abd2e64b5f55167e26147117ea037d7a2599e1d51828010
+Size (snac-2.76.tar.gz) = 272106 bytes



Home | Main Index | Thread Index | Old Index