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:           Wed Sep  3 18:52:13 UTC 2025

Modified Files:
        pkgsrc/www/snac: Makefile PLIST distinfo

Log Message:
snac: update to 2.82. Changes:

The language in which a post is written can now be set from the UI;
you must configure the list of languages you usually post in in the
User Settings.

Added support for bullet points in posts (lines starting with an
asterisk or a hyphen, plus a space).

Added Dutch (nl_NL) translation (contributed by martijndeb).

Added Western Frisian (fy_NL) translation (contributed by martijndeb).

Mastodon API: Fixed repeated entries in timelines.

Added nodeinfo 2.1 support.

Fixed boosts from the command line not showing in the public timeline
(contributed by xvello).

Updated several language files (contributed by zen and daltux).

Retrieving a post's replies is now possible via ActivityPub.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/snac/PLIST
cvs rdiff -u -r1.35 -r1.36 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.43 pkgsrc/www/snac/Makefile:1.44
--- pkgsrc/www/snac/Makefile:1.43       Sat Aug  2 03:37:40 2025
+++ pkgsrc/www/snac/Makefile    Wed Sep  3 18:52:13 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/08/02 03:37:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.44 2025/09/03 18:52:13 schmonz Exp $
 
-DISTNAME=              snac-2.81
+DISTNAME=              snac-2.82
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}archive/
 SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}

Index: pkgsrc/www/snac/PLIST
diff -u pkgsrc/www/snac/PLIST:1.4 pkgsrc/www/snac/PLIST:1.5
--- pkgsrc/www/snac/PLIST:1.4   Sat Aug  2 03:37:40 2025
+++ pkgsrc/www/snac/PLIST       Wed Sep  3 18:52:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/08/02 03:37:40 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/09/03 18:52:13 schmonz Exp $
 bin/snac
 man/man1/snac.1
 man/man5/snac.5
@@ -12,7 +12,9 @@ share/snac/po/es_AR.po
 share/snac/po/es_UY.po
 share/snac/po/fi.po
 share/snac/po/fr.po
+share/snac/po/fy_NL.po
 share/snac/po/it.po
+share/snac/po/nl_NL.po
 share/snac/po/pt_BR.po
 share/snac/po/ru.po
 share/snac/po/uk.po

Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.35 pkgsrc/www/snac/distinfo:1.36
--- pkgsrc/www/snac/distinfo:1.35       Sat Aug  2 03:37:40 2025
+++ pkgsrc/www/snac/distinfo    Wed Sep  3 18:52:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2025/08/02 03:37:40 schmonz Exp $
+$NetBSD: distinfo,v 1.36 2025/09/03 18:52:13 schmonz Exp $
 
-BLAKE2s (snac-2.81.tar.gz) = 14a872f8ce514ea5f5e22caf3f59adc5a678aaeb8e33ff3bcf670b8ba4167c50
-SHA512 (snac-2.81.tar.gz) = 8777092f212b90e893a8088f77e7b11d8afce1a08b1bfce668cb5a5105bf9351d18e770078e6e7e2b49ed46086343b67d0078169d94ea4e648b9bae14561eeca
-Size (snac-2.81.tar.gz) = 282870 bytes
+BLAKE2s (snac-2.82.tar.gz) = 922d8ac9a5b43d4cf8cba4fc7034c05c9a03d4fbf6ae5a1a3a8e6ea25553c4ee
+SHA512 (snac-2.82.tar.gz) = 3ce88497387ff6a56fc389c8e842870331558e85be4449cf4d56cbee05ac1f03b52599639b434e34223ddbe2b0b99d046b942b65fb29dfc141b64e585adccd9d
+Size (snac-2.82.tar.gz) = 290461 bytes



Home | Main Index | Thread Index | Old Index