This is another simple maintainer update of sblg from 0.4.23 to 0.4.26.
The changes included in this release and the previous couple are:

sblg 0.4.26: "Add ititle and rititle for case-insensitive title sort."

sblg 0.4.25: "Add data-sblg-ign-once attribute, which is recognised in
the template file to indicate that a data-sblg-article should be
ignored. The once part specifies that the attribute be removed when it
is processed. This makes it easier to chain output to input, so a
template may, for example, wrap a navigation set as an article. I use
this for tag cloud collections."

sblg 0.4.24: "Fix typo causing compile errors on Linux."
 
I did testing on amd64 with no issues. It should work fine everywhere.
If someone could ok and commit, that would be great. Thank you.

Bryan


Index: www/sblg/Makefile
===================================================================
RCS file: /cvs/ports/www/sblg/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- www/sblg/Makefile   1 May 2019 17:43:03 -0000       1.19
+++ www/sblg/Makefile   13 Jun 2019 23:56:38 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      simple off-line blog utility
 
-DISTNAME =     sblg-0.4.23
+DISTNAME =     sblg-0.4.26
 CATEGORIES =   www
 
 HOMEPAGE =     https://kristaps.bsd.lv/sblg/
Index: www/sblg/distinfo
===================================================================
RCS file: /cvs/ports/www/sblg/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- www/sblg/distinfo   1 May 2019 17:43:03 -0000       1.18
+++ www/sblg/distinfo   13 Jun 2019 23:56:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (sblg-0.4.23.tar.gz) = ZPeIoHGNvEUV0jiRwGMjykjkA+61ZbKJWiUTOvLdbgY=
-SIZE (sblg-0.4.23.tar.gz) = 71980
+SHA256 (sblg-0.4.26.tar.gz) = 4DGlSl1Nijv5LUF2qCQMih+cFJnVERwU6aatGxWhWd0=
+SIZE (sblg-0.4.26.tar.gz) = 72732

Reply via email to