From: Horia Racoviceanu Subject: Re: [MAINTAINER UPDATE] www/azorius 0.3.2 -> 0.3.3 To: OpenBSD Ports Cc: "Gonzalo L. R." Date: Tue, 30 Jan 2024 15:31:39 -0500 - Clean some nonsense, thank you Josh Rickmar On 1/30/24, Horia Racoviceanu wrote: > Upgrade to v0.3.3 > - Unbreak > - Remove modules.inc (not needed leftover) > - Add pkg/MESSAGE (for database format upgrade hint) > > changelog > > ### 0.3.3 Terrific Triplicate > > + Fix 32 bit support. > > + Close database to give the wal file a chance to checkpoint. > > + Reply notif links to comment. > > + Collapse and expand threads. > > + Dedupe posts across groups. > Index: Makefile =================================================================== RCS file: /cvs/ports/www/azorius/Makefile,v diff -u -p -r1.6 Makefile --- Makefile 3 Jan 2024 14:14:15 -0000 1.6 +++ Makefile 30 Jan 2024 20:29:53 -0000 @@ -1,9 +1,6 @@ -# "cannot use uint64(dir.Fd()) (value of type uint64) as uint32 value in struct literal" in vendor/humungus.tedunangst.com/r/gonix/kqueue.go -ONLY_FOR_ARCHS = ${LP64_ARCHS} - COMMENT = link aggregator and comment site via ActivityPub -DISTNAME = azorius-0.3.2 +DISTNAME = azorius-0.3.3 CATEGORIES = www HOMEPAGE = https://humungus.tedunangst.com/r/azorius @@ -31,12 +28,9 @@ EXAMPLESDIR = ${PREFIX}/share/examples/ post-install: ${INSTALL_MAN} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/azorius.8 \ ${PREFIX}/man/man8 -.for p in 1 7 8 - rm ${MODGO_WORKSPACE}/src/${ALL_TARGET}/docs/*.${p} -.endfor ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA} \ - ${MODGO_WORKSPACE}/src/${ALL_TARGET}/{LICENSE,README,docs/*} \ + ${MODGO_WORKSPACE}/src/${ALL_TARGET}/{LICENSE,README,docs/*.html} \ ${DOCDIR}/ ${INSTALL_DATA_DIR} ${EXAMPLESDIR}/views ${INSTALL_DATA} ${MODGO_WORKSPACE}/src/${ALL_TARGET}/views/* \ Index: distinfo =================================================================== RCS file: /cvs/ports/www/azorius/distinfo,v diff -u -p -r1.3 distinfo --- distinfo 3 Jan 2024 09:13:46 -0000 1.3 +++ distinfo 30 Jan 2024 20:29:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (azorius-0.3.2.tgz) = PWIO9xLZ3hYGEDnJJ8tzpvVLriKk3GnU+GvXEb82/KI= -SIZE (azorius-0.3.2.tgz) = 311179 +SHA256 (azorius-0.3.3.tgz) = q2bl2bRbCnPqfG4IYKtyGD3AsKhpOGd8daTKW64kzKw= +SIZE (azorius-0.3.3.tgz) = 311536 Index: modules.inc =================================================================== RCS file: modules.inc diff -N modules.inc Index: pkg/MESSAGE =================================================================== RCS file: pkg/MESSAGE diff -N pkg/MESSAGE --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/MESSAGE 30 Jan 2024 20:29:53 -0000 @@ -0,0 +1 @@ +The database has changed since version 0.3.2. See the pkg-readme. Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/azorius/pkg/PLIST,v diff -u -p -r1.4 PLIST --- pkg/PLIST 3 Jan 2024 09:13:47 -0000 1.4 +++ pkg/PLIST 30 Jan 2024 20:29:53 -0000 @@ -115,6 +115,8 @@ share/examples/azorius/views/reply.html @sample ${LOCALSTATEDIR}/azorius/views/reply.html share/examples/azorius/views/report.html @sample ${LOCALSTATEDIR}/azorius/views/report.html +share/examples/azorius/views/script.js +@sample ${LOCALSTATEDIR}/azorius/views/script.js share/examples/azorius/views/searchhelp.html @sample ${LOCALSTATEDIR}/azorius/views/searchhelp.html share/examples/azorius/views/style.css Index: pkg/README =================================================================== RCS file: /cvs/ports/www/azorius/pkg/README,v diff -u -p -r1.2 README --- pkg/README 3 Sep 2023 05:49:40 -0000 1.2 +++ pkg/README 30 Jan 2024 20:29:53 -0000 @@ -34,7 +34,7 @@ Azorius at https://azorius.example.com Database Upgrade ================ -If you are upgrading from a version before 0.2.0, you will need to upgrade +If you are upgrading from a version before 0.3.2, you will need to upgrade the database format: Stop the old azorius process.