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: Thu Mar 20 16:41:38 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile PLIST distinfo
Log Message:
snac: update to 2.74. Changes:
Added translations:
- Spanish (default, Argentina and Uruguay)
- Czech
- Brazilian Portuguese
- Finnish
- French
- Russian
- Chinese
- German
- Greek
- Italian
Mastodon API: added support for /api/v1/custom_emojis.
Improved Undo+Follow logic.
Reverted (temporarily) the Markdown code that converted text between
underscores to italics, because it was causing more problems that what
it was worth.
Fixed bug in bookmark CSV import.
Don't indent Twitter-like "threads" (i.e. chains of short posts from the
same author that are self-replies).
(Updating this leaf package during the freeze for the bugfixes.)
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/snac/PLIST
cvs rdiff -u -r1.27 -r1.28 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.33 pkgsrc/www/snac/Makefile:1.34
--- pkgsrc/www/snac/Makefile:1.33 Tue Mar 4 17:24:20 2025
+++ pkgsrc/www/snac/Makefile Thu Mar 20 16:41:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/03/04 17:24:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.34 2025/03/20 16:41:38 schmonz Exp $
-DISTNAME= snac-2.73
+DISTNAME= snac-2.74
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}archive/
SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -21,7 +21,10 @@ INSTALL_MAKE_FLAGS+= PREFIX_MAN=${DESTDI
INSTALLATION_DIRS= share/${PKGBASE}/po
post-install:
- ${INSTALL_DATA} ${WRKSRC}/po/en.po ${DESTDIR}${PREFIX}/share/${PKGBASE}/po/
+ cd ${WRKSRC}/po; \
+ for f in *.po; do \
+ ${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/${PKGBASE}/po/; \
+ done
.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
Index: pkgsrc/www/snac/PLIST
diff -u pkgsrc/www/snac/PLIST:1.2 pkgsrc/www/snac/PLIST:1.3
--- pkgsrc/www/snac/PLIST:1.2 Tue Mar 4 17:24:20 2025
+++ pkgsrc/www/snac/PLIST Thu Mar 20 16:41:38 2025
@@ -1,6 +1,18 @@
-@comment $NetBSD: PLIST,v 1.2 2025/03/04 17:24:20 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/03/20 16:41:38 schmonz Exp $
bin/snac
man/man1/snac.1
man/man5/snac.5
man/man8/snac.8
+share/snac/po/cs.po
+share/snac/po/de_DE.po
+share/snac/po/el_GR.po
share/snac/po/en.po
+share/snac/po/es.po
+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/it.po
+share/snac/po/pt_BR.po
+share/snac/po/ru.po
+share/snac/po/zh.po
Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.27 pkgsrc/www/snac/distinfo:1.28
--- pkgsrc/www/snac/distinfo:1.27 Tue Mar 4 17:24:20 2025
+++ pkgsrc/www/snac/distinfo Thu Mar 20 16:41:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/03/04 17:24:20 schmonz Exp $
+$NetBSD: distinfo,v 1.28 2025/03/20 16:41:38 schmonz Exp $
-BLAKE2s (snac-2.73.tar.gz) = 483f4e3084eb160361613c601c0f069a81247d0f829626f129a32bf653f59ebb
-SHA512 (snac-2.73.tar.gz) = 9172e8a18767fc4a1ee961366da994e4fd524348cf46d3a261a3e03e4a1077094797ddc23fa462e3c4899e024daa2d496b6238c7ce57b753f8068d373c38c804
-Size (snac-2.73.tar.gz) = 234987 bytes
+BLAKE2s (snac-2.74.tar.gz) = e2fa09c17fd6c9ef894f0ab2aeb5df59ddf3039524caf161098471f18808424f
+SHA512 (snac-2.74.tar.gz) = a52bf2c093be15040e02ea49fc220f1c92d98e4a69ffa6f16bb0ba52f9b9a5f6feceb8f570f641463a395c45772800f7b9a0ead08aee29ce2efc1e2558cc8a01
+Size (snac-2.74.tar.gz) = 263092 bytes
Home |
Main Index |
Thread Index |
Old Index