Download raw body.
[MAINTAINER UPDATE] www/honk 1.2.1 -> 1.2.3
Upgrade to v1.2.3
- install docs explicitly
changelog
### 1.2.3 Regarded Reflection
+ Don't serve attachments to clients expecting activities.
### 1.2.2 Nameless Neophyte
+ Ensure fetched activities are compatible content types.
+ Some federation interop improvements.
+ More complete API support.
+ More compact image arrangement.
N.B. "Yesterday's content type fix broke webfinger. And nothing of
value was lost. But it'll be fixed, just waiting a few days to see if
any other dust settles."
https://honk.tedunangst.com/u/tedu/h/l3wv26bGNb54GjXb5H
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.28 Makefile
--- Makefile 25 Jan 2024 14:30:41 -0000 1.28
+++ Makefile 19 Feb 2024 18:09:38 -0000
@@ -1,6 +1,6 @@
COMMENT = federated status conveyance
-DISTNAME = honk-1.2.1
+DISTNAME = honk-1.2.3
CATEGORIES = www
HOMEPAGE = https://humungus.tedunangst.com/r/honk
@@ -37,13 +37,10 @@ post-build:
post-install:
${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/honk.8 \
${PREFIX}/man/man8
-.for p in 1 3 5 7 8
- rm ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${p}
-.endfor
${INSTALL_DATA_DIR} ${DOCDIR}/toys
${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/toys/README \
${DOCDIR}/toys
- ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/{LICENSE,README,docs/*} \
+ ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/{LICENSE,README,TODO,docs/*.{css,html,jpg,png,txt}} \
${DOCDIR}/
${INSTALL_DATA_DIR} ${EXAMPLESDIR}/memes
${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/memes/* \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.17 distinfo
--- distinfo 25 Jan 2024 14:30:41 -0000 1.17
+++ distinfo 19 Feb 2024 18:09:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (honk-1.2.1.tgz) = adBbJG45md7wUGzqYKA06RXzXul3Ltncrtz2eN4Ezqo=
-SIZE (honk-1.2.1.tgz) = 919987
+SHA256 (honk-1.2.3.tgz) = fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=
+SIZE (honk-1.2.3.tgz) = 920299
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.14 PLIST
--- pkg/PLIST 25 Jan 2024 14:30:41 -0000 1.14
+++ pkg/PLIST 19 Feb 2024 18:09:38 -0000
@@ -22,6 +22,7 @@
share/doc/honk/
share/doc/honk/LICENSE
share/doc/honk/README
+share/doc/honk/TODO
share/doc/honk/activitypub.7.html
@sample ${LOCALSTATEDIR}/honk/docs/activitypub.7.html
share/doc/honk/changelog.txt
[MAINTAINER UPDATE] www/honk 1.2.1 -> 1.2.3