Am Thu, Jul 15, 2021 at 02:07:56PM +0200 schrieb Stefan Hagen:
> Stefan Hagen wrote:
> > Martin Ziemer wrote:
> >> This patch updates lowdown from 0.8.3 to 0.8.5.
> >
> > Tested with a few md files and working fine on sparc64.
>
> I saw that this port has tests too, so I suggest:
>
> -NO_TEST = Yes
> +TEST_TARGET = regress
>
> 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/textproc/lowdown/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile 19 Mar 2021 15:48:29 -0000 1.25
+++ Makefile 27 Jul 2021 09:43:14 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.25 2021/03/19 15:48:29 fcambus Exp $
COMMENT = simple markdown translator
-DISTNAME = lowdown-0.8.3
+DISTNAME = lowdown-0.8.5
CATEGORIES = textproc
HOMEPAGE = https://kristaps.bsd.lv/lowdown/
@@ -20,6 +20,6 @@ CONFIGURE_ARGS = PREFIX="${PREFIX}"
ALL_TARGET = lowdown
-NO_TEST = Yes
+TEST_TARGET = regress
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/lowdown/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 19 Mar 2021 15:48:29 -0000 1.22
+++ distinfo 27 Jul 2021 09:43:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (lowdown-0.8.3.tar.gz) = jKuGzHEMAv28Yae9cW/YlqRL2t4uFtyIr9x2rguw7yo=
-SIZE (lowdown-0.8.3.tar.gz) = 201286
+SHA256 (lowdown-0.8.5.tar.gz) = DMdpuJ4jXGHK84/eL35r0hBujnNNN7HqMh2WoTDwTwQ=
+SIZE (lowdown-0.8.5.tar.gz) = 209639
No comments:
Post a Comment