Am Thu, Jul 15, 2021 at 02:04:33PM +0200 schrieb Stefan Hagen:
> Martin Ziemer wrote:
> > This patch updates sblg from 0.5.9 to 0.5.11.
> >
> > Tested on three amd64 systems.
>
> Test on sparc64 is good as well.
>
> I suggest to commit this with:
> -NO_TEST = Yes
> +TEST_TARGET = regress
>
> Regression tests are running fine here:
>
> Best Regards,
> Stefan
I updated the patch by adding the tests.
Tested on two amd64 systems.
Without these tests we also had OK from maintainer.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/sblg/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile 12 Jul 2020 20:40:44 -0000 1.28
+++ Makefile 27 Jul 2021 09:49:43 -0000
@@ -2,7 +2,7 @@
COMMENT = simple off-line blog utility
-DISTNAME = sblg-0.5.9
+DISTNAME = sblg-0.5.11
CATEGORIES = www
HOMEPAGE = https://kristaps.bsd.lv/sblg/
@@ -21,7 +21,7 @@ MAKE_FLAGS = CC="${CC}"
CONFIGURE_STYLE = simple
-NO_TEST = Yes
+TEST_TARGET = regress
ALL_TARGET = sblg
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/sblg/distinfo,v
retrieving revision 1.26
diff -u -p -r1.26 distinfo
--- distinfo 12 Jul 2020 20:40:44 -0000 1.26
+++ distinfo 27 Jul 2021 09:49:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (sblg-0.5.9.tar.gz) = 5TiVzJgUzy+o9fnnvmuPBg8kKgSGMDcT1N56psK6hVE=
-SIZE (sblg-0.5.9.tar.gz) = 1456016
+SHA256 (sblg-0.5.11.tar.gz) = 8Xi2ybUPhxVc9fBqe4UR5l/6DPxI5Ql0iNErzOadge0=
+SIZE (sblg-0.5.11.tar.gz) = 1480563
No comments:
Post a Comment