Saturday, April 04, 2020

Re: [UPDATE] textproc/scdoc 1.10.1

Hi Raymond,

Raymond E. Pasco wrote on Wed, Apr 01, 2020 at 07:08:22AM -0400:

> Minor update. Patches are upstreamed and thus removed.

Committed, though patch-Makefile had to remain:
Upstream is still gratuitiously setting LDFLAGS+=-static.

Changelog is at: https://git.sr.ht/~sircmpwn/scdoc/refs/1.10.1

I looked through a diff of the tarballs and found nothing suspicious.

There are no functional changes except that the program now
prints an additional comment in the second line of output files
(which isn't very useful, but oh well, upstream's choice).

Running "make test" now succeeds without patching any tests.

Thanks for sending the update,
Ingo


> diff -u textproc/scdoc/Makefile mystuff/textproc/scdoc/Makefile
> --- textproc/scdoc/Makefile Fri Jan 31 01:17:06 2020
> +++ mystuff/textproc/scdoc/Makefile Wed Apr 1 06:59:35 2020
> @@ -1,7 +1,7 @@
> # $OpenBSD: Makefile,v 1.1.1.1 2020/01/25 16:44:51 schwarze Exp $
>
> COMMENT = convert scdoc text files to man(7) pages
> -VERSION = 1.10.0
> +VERSION = 1.10.1
> DISTNAME = scdoc-${VERSION}
> CATEGORIES = textproc
> HOMEPAGE = https://git.sr.ht/~sircmpwn/scdoc
> @@ -21,9 +21,5 @@
> MANDIR=${DESTDIR}${PREFIX}/man
>
> TEST_TARGET = check
> -
> -# will attempt to run the unpatched tests if they are not rm'd
> -pre-test:
> - rm ${WRKSRC}/test/*.orig
>
> .include <bsd.port.mk>
> diff -u textproc/scdoc/distinfo mystuff/textproc/scdoc/distinfo
> --- textproc/scdoc/distinfo Fri Jan 31 01:17:06 2020
> +++ mystuff/textproc/scdoc/distinfo Wed Apr 1 07:00:24 2020
> @@ -1,2 +1,2 @@
> -SHA256 (scdoc-1.10.0.tar.gz) = NILgi5lMxKUoyvPSDdcO/aLS7IazD2avdaHRkv7laFI=
> -SIZE (scdoc-1.10.0.tar.gz) = 12414
> +SHA256 (scdoc-1.10.1.tar.gz) = gOAhxzLMos1mWdzPMwbUb1nuy/j7qk2r21AvU3J4p48=
> +SIZE (scdoc-1.10.1.tar.gz) = 12422
> Only in textproc/scdoc: patches
> Common subdirectories: textproc/scdoc/pkg and mystuff/textproc/scdoc/pkg

No comments:

Post a Comment