Re: UPDATE: Azorius-0.3.4

2024-03-05 Thread Horia Racoviceanu
On 3/5/24, Gonzalo L. Rodriguez  wrote:
> Hello,
>
> Update for Azorius to 0.3.4:
>
> Mostly bugfixes and some refinements.
>
> Some performance improvements.
> Newest sort for comments.
> Activity tab shows active threads.
> Add some improved support for compat with Note activities.
> Only accept and serve activities with the correct content type.
>
> OK? Comments?
>
> Cheers.-
>
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/azorius/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- Makefile  1 Feb 2024 15:44:42 -   1.7
> +++ Makefile  5 Mar 2024 08:42:00 -
> @@ -1,6 +1,6 @@
>  COMMENT =link aggregator and comment site via ActivityPub
>
> -DISTNAME =   azorius-0.3.3
> +DISTNAME =   azorius-0.3.4
>  CATEGORIES = www
>
>  HOMEPAGE =   https://humungus.tedunangst.com/r/azorius
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/azorius/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- distinfo  1 Feb 2024 15:44:42 -   1.4
> +++ distinfo  5 Mar 2024 08:42:00 -
> @@ -1,2 +1,2 @@
> -SHA256 (azorius-0.3.3.tgz) = q2bl2bRbCnPqfG4IYKtyGD3AsKhpOGd8daTKW64kzKw=
> -SIZE (azorius-0.3.3.tgz) = 311536
> +SHA256 (azorius-0.3.4.tgz) = Jov5nF6v6t321QvHR6iaUqWcmGHPynfkTXmkO/6FTAU=
> +SIZE (azorius-0.3.4.tgz) = 313842
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/azorius/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -r1.5 PLIST
> --- pkg/PLIST 1 Feb 2024 15:44:42 -   1.5
> +++ pkg/PLIST 5 Mar 2024 08:42:00 -
> @@ -35,6 +35,8 @@ share/examples/azorius/views/about.html
>  @sample ${LOCALSTATEDIR}/azorius/views/about.html
>  share/examples/azorius/views/account.html
>  @sample ${LOCALSTATEDIR}/azorius/views/account.html
> +share/examples/azorius/views/accountactivity.html
> +@sample ${LOCALSTATEDIR}/azorius/views/accountactivity.html
>  share/examples/azorius/views/accountfilters.html
>  @sample ${LOCALSTATEDIR}/azorius/views/accountfilters.html
>  share/examples/azorius/views/accountheader.html
> --
>
>%gonzalo
>

It works for me, thanks!



UPDATE: Azorius-0.3.4

2024-03-05 Thread Gonzalo L. Rodriguez
Hello,

Update for Azorius to 0.3.4:

Mostly bugfixes and some refinements.

Some performance improvements.
Newest sort for comments.
Activity tab shows active threads.
Add some improved support for compat with Note activities.
Only accept and serve activities with the correct content type.

OK? Comments?

Cheers.-


Index: Makefile
===
RCS file: /cvs/ports/www/azorius/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile1 Feb 2024 15:44:42 -   1.7
+++ Makefile5 Mar 2024 08:42:00 -
@@ -1,6 +1,6 @@
 COMMENT =  link aggregator and comment site via ActivityPub
 
-DISTNAME = azorius-0.3.3
+DISTNAME = azorius-0.3.4
 CATEGORIES =   www
 
 HOMEPAGE = https://humungus.tedunangst.com/r/azorius
Index: distinfo
===
RCS file: /cvs/ports/www/azorius/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo1 Feb 2024 15:44:42 -   1.4
+++ distinfo5 Mar 2024 08:42:00 -
@@ -1,2 +1,2 @@
-SHA256 (azorius-0.3.3.tgz) = q2bl2bRbCnPqfG4IYKtyGD3AsKhpOGd8daTKW64kzKw=
-SIZE (azorius-0.3.3.tgz) = 311536
+SHA256 (azorius-0.3.4.tgz) = Jov5nF6v6t321QvHR6iaUqWcmGHPynfkTXmkO/6FTAU=
+SIZE (azorius-0.3.4.tgz) = 313842
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/azorius/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   1 Feb 2024 15:44:42 -   1.5
+++ pkg/PLIST   5 Mar 2024 08:42:00 -
@@ -35,6 +35,8 @@ share/examples/azorius/views/about.html
 @sample ${LOCALSTATEDIR}/azorius/views/about.html
 share/examples/azorius/views/account.html
 @sample ${LOCALSTATEDIR}/azorius/views/account.html
+share/examples/azorius/views/accountactivity.html
+@sample ${LOCALSTATEDIR}/azorius/views/accountactivity.html
 share/examples/azorius/views/accountfilters.html
 @sample ${LOCALSTATEDIR}/azorius/views/accountfilters.html
 share/examples/azorius/views/accountheader.html
-- 

 %gonzalo