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:           Sun Sep  8 00:13:58 UTC 2024

Modified Files:
        pkgsrc/www/snac: Makefile distinfo

Log Message:
snac: update to 2.58. Changes:

Search by content also looks into alt-text from attachments (images,
videos, etc.).

Search by content is case insensitive for all Unicode-supported
alphabets (previously was only for ASCII characters).

Added support for bookmarking posts.

Fixed a failed compilation under Solaris/Illumos.

The actor `Person` object now includes a `featured` property, that
returns the list of pinned posts.

The delete post button can now be hidden server-wise (it's not very
useful and clutters the space).

The lists of pinned and bookmarked posts are directly accesible from the
private timeline.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/snac/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/www/snac/Makefile:1.14
--- pkgsrc/www/snac/Makefile:1.13       Fri Aug  9 15:19:11 2024
+++ pkgsrc/www/snac/Makefile    Sun Sep  8 00:13:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/08/09 15:19:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2024/09/08 00:13:58 schmonz Exp $
 
-DISTNAME=              snac-2.57
+DISTNAME=              snac-2.58
 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.11 pkgsrc/www/snac/distinfo:1.12
--- pkgsrc/www/snac/distinfo:1.11       Fri Aug  9 15:19:11 2024
+++ pkgsrc/www/snac/distinfo    Sun Sep  8 00:13:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/08/09 15:19:11 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2024/09/08 00:13:58 schmonz Exp $
 
-BLAKE2s (snac-2.57.tar.gz) = c309366dddcce8b55187380a32c350313efb6ae01aa076c430d83c4e8bba8c01
-SHA512 (snac-2.57.tar.gz) = 41eacc24f071fb3ed781c155731211eb9d733eb95040e7160a92d88df9d8f03d0b48de09c07d34f5590d132489b54f24dad8e44fcda85ff078ea7e857c83a0ae
-Size (snac-2.57.tar.gz) = 180441 bytes
+BLAKE2s (snac-2.58.tar.gz) = 0b102469a13d1f9de810a058bedb326b1cf8b721e3f6e052e91740d82d4a614b
+SHA512 (snac-2.58.tar.gz) = 57bbf68f006008bba2f28d31dbc5eb1b41513463b340dafb747012141c2ef9f766308e570cccf124b21d03472493bb4e5676ec74d042d3d61a6a36e7c9d2cdc3
+Size (snac-2.58.tar.gz) = 197157 bytes



Home | Main Index | Thread Index | Old Index