Download raw body.
[MAINTAINER UPDATE] www/honk 1.5.1 -> 1.5.2
- Upgrade to v1.5.2
- Update PLIST
changelog
### 1.5.2 Gorgeous Gorilla
+ Some UI tweaks and fixes.
+ Apply filters to pages to ontologies and search.
+ Have xzone import refetch objects.
+ Fix debug logging.
+ Add back syslog logging.
+ Show inline video tags
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.33 Makefile
--- Makefile 10 Jun 2025 11:49:20 -0000 1.33
+++ Makefile 2 Nov 2025 16:56:28 -0000
@@ -1,6 +1,6 @@
COMMENT = federated status conveyance
-DISTNAME = honk-1.5.1
+DISTNAME = honk-1.5.2
CATEGORIES = www
HOMEPAGE = https://humungus.tedunangst.com/r/honk
@@ -25,7 +25,7 @@ DOCDIR ?= ${PREFIX}/share/doc/honk
EXAMPLESDIR = ${PREFIX}/share/examples/honk
post-build:
-.for toy in autobonker saytheday sprayandpray youvegothonks
+.for toy in autobonker newstrigger saytheday sprayandpray youvegothonks
${MODGO_CMD} build ${MODGO_FLAGS} -o ${MODGO_WORKSPACE}/bin/${toy} \
${MODGO_WORKSPACE}/src/${ALL_TARGET}/toys/${toy}.go
.endfor
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.22 distinfo
--- distinfo 10 Jun 2025 11:49:20 -0000 1.22
+++ distinfo 2 Nov 2025 16:56:28 -0000
@@ -1,2 +1,2 @@
-SHA256 (honk-1.5.1.tgz) = VOeA2oQNmcEVfvWrKnWWUz6n+WjMuxYQnbqPfWaHGLM=
-SIZE (honk-1.5.1.tgz) = 1354769
+SHA256 (honk-1.5.2.tgz) = 7dIui+VMHn916yMdhqN6Pk2P/s0vvXzVKFsTZ5wp12A=
+SIZE (honk-1.5.2.tgz) = 1373045
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.19 PLIST
--- pkg/PLIST 10 Jun 2025 11:49:20 -0000 1.19
+++ pkg/PLIST 2 Nov 2025 16:56:28 -0000
@@ -4,6 +4,7 @@
@bin bin/autobonker
@bin bin/gettoken
@bin bin/honk
+@bin bin/newstrigger
@bin bin/saytheday
@bin bin/sprayandpray
@bin bin/youvegothonks
[MAINTAINER UPDATE] www/honk 1.5.1 -> 1.5.2