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 Mar 22 22:52:36 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.50. Changes:

Incoming posts can now be filtered out by content using regular
expressions on a server level (these regexes are written in the
`filter_reject.txt` file at the server base directory; see `snac(5)` and
`snac(8)`).

Improved page position after hitting the `Hide` or `MUTE` buttons (for
most cases).

Use a shorter maximum conversation thread level (also, this maximum
value is now configurable at compilation level with the
`MAX_CONVERSATION_LEVELS` define).

Fixed a bug where editing a post made the attached media or video
to be lost.

The way of refreshing remote actor data has been improved.

Posting from the command-line now allows attachments.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/snac/Makefile 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.3 pkgsrc/www/snac/Makefile:1.4
--- pkgsrc/www/snac/Makefile:1.3        Tue Mar  5 05:53:36 2024
+++ pkgsrc/www/snac/Makefile    Fri Mar 22 22:52:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/03/05 05:53:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2024/03/22 22:52:36 schmonz Exp $
 
-DISTNAME=              snac-2.49
+DISTNAME=              snac-2.50
 CATEGORIES=            www
 MASTER_SITES=          ${HOMEPAGE}archive/
 SITES.${DISTNAME}.tar.gz= -${MASTER_SITES}${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -12,9 +12,6 @@ LICENSE=              mit
 
 WRKSRC=                        ${WRKDIR}/snac2
 
-CFLAGS.Darwin+=                -Dst_ctim=st_ctimespec
-CFLAGS.Darwin+=                -Dst_mtim=st_mtimespec
-
 LDFLAGS.NetBSD+=       -lrt
 
 INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR:Q}${PREFIX:Q}
Index: pkgsrc/www/snac/distinfo
diff -u pkgsrc/www/snac/distinfo:1.3 pkgsrc/www/snac/distinfo:1.4
--- pkgsrc/www/snac/distinfo:1.3        Tue Mar  5 05:53:36 2024
+++ pkgsrc/www/snac/distinfo    Fri Mar 22 22:52:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/03/05 05:53:36 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2024/03/22 22:52:36 schmonz Exp $
 
-BLAKE2s (snac-2.49.tar.gz) = 5ee98903bba74a78c4cf6ab14008914a4b945f2abf3ead91e1d876df38f2de78
-SHA512 (snac-2.49.tar.gz) = 7798f9265d0c3bb38134d0ac4521b793ad60ca45e138d95db109b065827fd0dcc31dea3c09e78dd59e76f5b64f6e054efb34acabf2ff0e70d514136c2cd217df
-Size (snac-2.49.tar.gz) = 159503 bytes
+BLAKE2s (snac-2.50.tar.gz) = 2074b6c6f1912f35951af76413981f5bb3f0d877b248b5848e943a9bd89645f5
+SHA512 (snac-2.50.tar.gz) = 1c5a46c5bef2202cec58a95bd044ef3e129718df58dea9f654745c05ef196f3eea6beca52b81a69cb5c5d70911a29a5f4111e9e45bd16930ace7bcc06c7a5781
+Size (snac-2.50.tar.gz) = 162329 bytes



Home | Main Index | Thread Index | Old Index