[UPDATE] textproc/scdoc 1.10.1 -> 1.11.1

2020-12-11 Thread Guy Godfroy
Hello,

This patch updates scdoc from 1.10.1 -> 1.11.1.

Is that OK ?

Thanks.

Index: Makefile
===
RCS file: /cvs/ports/textproc/scdoc/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile4 Apr 2020 16:58:26 -   1.2
+++ Makefile11 Dec 2020 15:26:20 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2020/04/04 16:58:26 schwarze Exp $

 COMMENT =  convert scdoc text files to man(7) pages
-VERSION =  1.10.1
+VERSION =  1.11.1
 DISTNAME = scdoc-${VERSION}
 CATEGORIES =   textproc
 HOMEPAGE = https://git.sr.ht/~sircmpwn/scdoc
Index: distinfo
===
RCS file: /cvs/ports/textproc/scdoc/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo4 Apr 2020 16:58:26 -   1.2
+++ distinfo11 Dec 2020 15:26:20 -
@@ -1,2 +1,2 @@
-SHA256 (scdoc-1.10.1.tar.gz) = gOAhxzLMos1mWdzPMwbUb1nuy/j7qk2r21AvU3J4p48=
-SIZE (scdoc-1.10.1.tar.gz) = 12422
+SHA256 (scdoc-1.11.1.tar.gz) = 5Sn8sAUI5+TFAlp0VZG4BbdUs71chMUZKsrvq9+o9wA=
+SIZE (scdoc-1.11.1.tar.gz) = 12482



Re: [UPDATE] textproc/scdoc 1.10.1

2020-04-04 Thread Ingo Schwarze
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 
> 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



[UPDATE] textproc/scdoc 1.10.1

2020-04-01 Thread Raymond E. Pasco
Minor update. Patches are upstreamed and thus removed.
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 
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