Download raw body.
[MAINTAINER UPDATE] www/honk 1.3.1 -> 1.4.1
Upgrade to v1.4.1
changelog
### 1.4.1 Antiquated Automaton
+ Add back a scriptable init function.
+ Document that go 1.20+ is now required.
### 1.4.0 Pink Peppercorn
+ Another tune up for thread sort.
+ Rework setup and admin screens.
+ Add some compat for forgefed activities.
+ TOTP for those who live dangerously.
+ Switch to storing attachments in the file system.
+ Some styling changes.
+ Experimental support for C2S activities.
+ Try harder to retrieve threads from the database.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.30 Makefile
--- Makefile 5 Mar 2024 07:57:27 -0000 1.30
+++ Makefile 23 Aug 2024 21:21:18 -0000
@@ -1,6 +1,6 @@
COMMENT = federated status conveyance
-DISTNAME = honk-1.3.1
+DISTNAME = honk-1.4.1
CATEGORIES = www
HOMEPAGE = https://humungus.tedunangst.com/r/honk
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.19 distinfo
--- distinfo 5 Mar 2024 07:57:27 -0000 1.19
+++ distinfo 23 Aug 2024 21:21:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (honk-1.3.1.tgz) = F4Hz36nvcZv8MTh7a9Zr73kEBTS0c16Xty3T6/EzJeI=
-SIZE (honk-1.3.1.tgz) = 2383830
+SHA256 (honk-1.4.1.tgz) = o9K/ht31nEbx2JmLG3OSIgKZGygpDhZYqCxs6tuSnlc=
+SIZE (honk-1.4.1.tgz) = 2392526
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
diff -u -p -r1.6 MESSAGE
--- pkg/MESSAGE 5 Mar 2024 07:57:27 -0000 1.6
+++ pkg/MESSAGE 23 Aug 2024 21:21:18 -0000
@@ -1 +1 @@
-The database has changed since version 1.2.3. See the pkg-readme.
+The database has changed since version 1.3.1. See the pkg-readme.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.16 PLIST
--- pkg/PLIST 5 Mar 2024 07:57:27 -0000 1.16
+++ pkg/PLIST 23 Aug 2024 21:21:18 -0000
@@ -73,6 +73,8 @@ share/examples/honk/views/chatter.html
@sample ${LOCALSTATEDIR}/honk/views/chatter.html
share/examples/honk/views/combos.html
@sample ${LOCALSTATEDIR}/honk/views/combos.html
+share/examples/honk/views/common.js
+@sample ${LOCALSTATEDIR}/honk/views/common.js
share/examples/honk/views/emus.html
@sample ${LOCALSTATEDIR}/honk/views/emus.html
share/examples/honk/views/funzone.html
Index: pkg/README
===================================================================
RCS file: /cvs/ports/www/honk/pkg/README,v
diff -u -p -r1.11 README
--- pkg/README 5 Mar 2024 07:57:27 -0000 1.11
+++ pkg/README 23 Aug 2024 21:21:18 -0000
@@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
Database Upgrade
================
-If you are upgrading from a version before 1.2.3, you will need to upgrade
+If you are upgrading from a version before 1.3.1, you will need to upgrade
the database format:
Stop the old honk process.
[MAINTAINER UPDATE] www/honk 1.3.1 -> 1.4.1