On Sat, 02 Mar 2024 at 09:20:35 -0500, Horia Racoviceanu wrote:
> Upgrade to v1.3.0
> 
> changelog
> 
> ### 1.3.0 Big Bonsai
> 
> + Some performance tuning.
> 
> + Follow .rss feeds for hashtags.
> 
> + Easier to inline attached images.
> 
> + Optional .json urls for activities.
> 
> + cc, link, name, and tags fields for advanced metadata.
> 
> + <big> tag supported in html.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/honk/Makefile,v
> diff -u -p -r1.29 Makefile
> --- Makefile  27 Feb 2024 08:54:37 -0000      1.29
> +++ Makefile  2 Mar 2024 14:13:08 -0000
> @@ -1,6 +1,6 @@
>  COMMENT =            federated status conveyance
>  
> -DISTNAME =           honk-1.2.3
> +DISTNAME =           honk-1.3.0
>  CATEGORIES =         www
>  
>  HOMEPAGE =           https://humungus.tedunangst.com/r/honk
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/honk/distinfo,v
> diff -u -p -r1.18 distinfo
> --- distinfo  27 Feb 2024 08:54:37 -0000      1.18
> +++ distinfo  2 Mar 2024 14:13:08 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (honk-1.2.3.tgz) = fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=
> -SIZE (honk-1.2.3.tgz) = 920299
> +SHA256 (honk-1.3.0.tgz) = N6NiFvhXLQ8/oLrGV7WkYxY//A4eR6eFBpmYtpEKZeg=
> +SIZE (honk-1.3.0.tgz) = 1968345
> Index: pkg/MESSAGE
> ===================================================================
> RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
> diff -u -p -r1.5 MESSAGE
> --- pkg/MESSAGE       25 Jan 2024 14:30:41 -0000      1.5
> +++ pkg/MESSAGE       2 Mar 2024 14:13:08 -0000
> @@ -1 +1 @@
> -The database has changed since version 1.2.0. See the pkg-readme.
> +The database has changed since version 1.2.3. See the pkg-readme.
> Index: pkg/README
> ===================================================================
> RCS file: /cvs/ports/www/honk/pkg/README,v
> diff -u -p -r1.10 README
> --- pkg/README        25 Jan 2024 14:30:41 -0000      1.10
> +++ pkg/README        2 Mar 2024 14:13:08 -0000
> @@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
>  Database Upgrade
>  ================
>  
> -If you are upgrading from a version before 1.2.0, you will need to upgrade
> +If you are upgrading from a version before 1.2.3, you will need to upgrade
>  the database format:
>  
>  Stop the old honk process.

Update to 1.3.1

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/honk/Makefile,v
diff -u -p -r1.29 Makefile
--- Makefile    27 Feb 2024 08:54:37 -0000      1.29
+++ Makefile    4 Mar 2024 07:43:26 -0000
@@ -1,6 +1,6 @@
 COMMENT =              federated status conveyance
 
-DISTNAME =             honk-1.2.3
+DISTNAME =             honk-1.3.1
 CATEGORIES =           www
 
 HOMEPAGE =             https://humungus.tedunangst.com/r/honk
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/honk/distinfo,v
diff -u -p -r1.18 distinfo
--- distinfo    27 Feb 2024 08:54:37 -0000      1.18
+++ distinfo    4 Mar 2024 07:43:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (honk-1.2.3.tgz) = fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=
-SIZE (honk-1.2.3.tgz) = 920299
+SHA256 (honk-1.3.1.tgz) = F4Hz36nvcZv8MTh7a9Zr73kEBTS0c16Xty3T6/EzJeI=
+SIZE (honk-1.3.1.tgz) = 2383830
Index: pkg/MESSAGE
===================================================================
RCS file: /cvs/ports/www/honk/pkg/MESSAGE,v
diff -u -p -r1.5 MESSAGE
--- pkg/MESSAGE 25 Jan 2024 14:30:41 -0000      1.5
+++ pkg/MESSAGE 4 Mar 2024 07:43:26 -0000
@@ -1 +1 @@
-The database has changed since version 1.2.0. See the pkg-readme.
+The database has changed since version 1.2.3. See the pkg-readme.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/honk/pkg/PLIST,v
diff -u -p -r1.15 PLIST
--- pkg/PLIST   27 Feb 2024 08:54:37 -0000      1.15
+++ pkg/PLIST   4 Mar 2024 07:43:26 -0000
@@ -27,6 +27,9 @@ share/doc/honk/activitypub.7.html
 @sample ${LOCALSTATEDIR}/honk/docs/activitypub.7.html
 share/doc/honk/changelog.txt
 share/doc/honk/encrypted-messages.txt
+share/doc/honk/filter.png
+share/doc/honk/filtermemes.png
+share/doc/honk/followhonk.png
 share/doc/honk/hfcs.1.html
 @sample ${LOCALSTATEDIR}/honk/docs/hfcs.1.html
 share/doc/honk/honk.1.html
@@ -48,6 +51,8 @@ share/doc/honk/screenshot-compose.png
 @sample ${LOCALSTATEDIR}/honk/docs/screenshot-compose.png
 share/doc/honk/screenshot-honk.png
 @sample ${LOCALSTATEDIR}/honk/docs/screenshot-honk.png
+share/doc/honk/tagcombo.png
+share/doc/honk/tagrss.png
 share/doc/honk/toys/
 share/doc/honk/toys/README
 share/doc/honk/vim.3.html
Index: pkg/README
===================================================================
RCS file: /cvs/ports/www/honk/pkg/README,v
diff -u -p -r1.10 README
--- pkg/README  25 Jan 2024 14:30:41 -0000      1.10
+++ pkg/README  4 Mar 2024 07:43:26 -0000
@@ -66,7 +66,7 @@ honk$ sqlite3 blob.db vacuum
 Database Upgrade
 ================
 
-If you are upgrading from a version before 1.2.0, you will need to upgrade
+If you are upgrading from a version before 1.2.3, you will need to upgrade
 the database format:
 
 Stop the old honk process.
-- 

                 %gonzalo

Reply via email to