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: Tue Mar 4 17:24:21 UTC 2025
Modified Files:
pkgsrc/www/snac: Makefile PLIST distinfo
Log Message:
snac: update to 2.73. Changes:
Added support for customizing and translating the web UI language
via simple `.po` files. For more information on how to install
language files or create new ones, please see `snac(8)` (the
administrator manual).
New user support for blocking hashtags from the web UI.
The `Content-Security-Policy` HTTP header is now always sent to disable
any JavaScript, instead of just being suggested in the documentation.
Image attachments in SVG format are now disabled by default; you can
enable them back by setting the `enable_svg` value to `true` in
`server.json`.
Several fixes (contributed by inz).
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/snac/PLIST
cvs rdiff -u -r1.26 -r1.27 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.32 pkgsrc/www/snac/Makefile:1.33
--- pkgsrc/www/snac/Makefile:1.32 Tue Feb 11 03:04:23 2025
+++ pkgsrc/www/snac/Makefile Tue Mar 4 17:24:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2025/02/11 03:04:23 schmonz Exp $
+# $NetBSD: Makefile,v 1.33 2025/03/04 17:24:20 schmonz Exp $
-DISTNAME= snac-2.72
+DISTNAME= snac-2.73
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}archive/
SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -18,6 +18,11 @@ LDFLAGS.SunOS+= -lsocket -lnsl
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
INSTALL_MAKE_FLAGS+= PREFIX_MAN=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}
+INSTALLATION_DIRS= share/${PKGBASE}/po
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/po/en.po ${DESTDIR}${PREFIX}/share/${PKGBASE}/po/
+
.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/snac/PLIST
diff -u pkgsrc/www/snac/PLIST:1.1 pkgsrc/www/snac/PLIST:1.2
--- pkgsrc/www/snac/PLIST:1.1 Tue Feb 13 21:50:00 2024
+++ pkgsrc/www/snac/PLIST Tue Mar 4 17:24:20 2025
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2024/02/13 21:50:00 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/03/04 17:24:20 schmonz Exp $
bin/snac
man/man1/snac.1
man/man5/snac.5
man/man8/snac.8
+share/snac/po/en.po
Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.26 pkgsrc/www/snac/distinfo:1.27
--- pkgsrc/www/snac/distinfo:1.26 Tue Feb 11 03:04:23 2025
+++ pkgsrc/www/snac/distinfo Tue Mar 4 17:24:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/02/11 03:04:23 schmonz Exp $
+$NetBSD: distinfo,v 1.27 2025/03/04 17:24:20 schmonz Exp $
-BLAKE2s (snac-2.72.tar.gz) = 1caffefc84b9db0cc00855476bbac885361b9ce883e68e468953332a716339e6
-SHA512 (snac-2.72.tar.gz) = 19be0f822dc2ac8e2ba8e8a6c7fa5ecb34f538a9fb24f0072ae7708a65f10262463cabd285a60dfa11220de554ada99559af4949c21b7d2c6d458b481eaeb5f2
-Size (snac-2.72.tar.gz) = 229667 bytes
+BLAKE2s (snac-2.73.tar.gz) = 483f4e3084eb160361613c601c0f069a81247d0f829626f129a32bf653f59ebb
+SHA512 (snac-2.73.tar.gz) = 9172e8a18767fc4a1ee961366da994e4fd524348cf46d3a261a3e03e4a1077094797ddc23fa462e3c4899e024daa2d496b6238c7ce57b753f8068d373c38c804
+Size (snac-2.73.tar.gz) = 234987 bytes
Home |
Main Index |
Thread Index |
Old Index