pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/discount Update to 2.2.7b. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a97565acdb81
branches:  trunk
changeset: 388240:a97565acdb81
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Nov 15 11:37:56 2022 +0000

description:
Update to 2.2.7b. From the changelog:

- Declare missing dependencies for pandoc_headers to fix parallel make

diffstat:

 textproc/discount/Makefile                  |   4 ++--
 textproc/discount/distinfo                  |  10 +++++-----
 textproc/discount/patches/patch-Makefile.in |  13 ++-----------
 3 files changed, 9 insertions(+), 18 deletions(-)

diffs (55 lines):

diff -r 93275ced70e5 -r a97565acdb81 textproc/discount/Makefile
--- a/textproc/discount/Makefile        Tue Nov 15 10:16:12 2022 +0000
+++ b/textproc/discount/Makefile        Tue Nov 15 11:37:56 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/07/25 11:12:29 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/11/15 11:37:56 schmonz Exp $
 
-DISTNAME=      discount-2.2.7
+DISTNAME=      discount-2.2.7b
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Orc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 93275ced70e5 -r a97565acdb81 textproc/discount/distinfo
--- a/textproc/discount/distinfo        Tue Nov 15 10:16:12 2022 +0000
+++ b/textproc/discount/distinfo        Tue Nov 15 11:37:56 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:21:50 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/11/15 11:37:56 schmonz Exp $
 
-BLAKE2s (discount-2.2.7.tar.gz) = 13728beee33570085f2c7f1e1f5416b17935136f038a4353fc1506e6d1af5226
-SHA512 (discount-2.2.7.tar.gz) = 6998080f7348504f544d18594adf99b5c81ea50eee9e990602cde6467cb7490ca17cd43b376f6eb4b3ca20f7d6cf616781079ed6c602dbe2a0799e22a0e0dfca
-Size (discount-2.2.7.tar.gz) = 128805 bytes
-SHA1 (patch-Makefile.in) = cee33665390bc83d83bf6925886ae945254b66a8
+BLAKE2s (discount-2.2.7b.tar.gz) = 0b15bade0498744be856b981893f9b71d09177edfd1973b05deddc58343b04df
+SHA512 (discount-2.2.7b.tar.gz) = 80b7435da385ba91c8cf3112db2f1f8dcc64ec3455c19d25a0303fbb5ddbd3ff0afade509a48b2e538296f4b7b8645dac4c2c5e30c70ebc433ee49842bf31e16
+Size (discount-2.2.7b.tar.gz) = 129219 bytes
+SHA1 (patch-Makefile.in) = 7919a26def7f5aceb7fa0570824fd183ac0bb856
 SHA1 (patch-generate.c) = ca870b8ecf485bd14e9b3302c90fc4a97d73c2f7
diff -r 93275ced70e5 -r a97565acdb81 textproc/discount/patches/patch-Makefile.in
--- a/textproc/discount/patches/patch-Makefile.in       Tue Nov 15 10:16:12 2022 +0000
+++ b/textproc/discount/patches/patch-Makefile.in       Tue Nov 15 11:37:56 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-Makefile.in,v 1.3 2019/06/10 13:32:56 schmonz Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2022/11/15 11:37:56 schmonz Exp $
 
 Libtoolize for portability across pkgsrc platforms.
 
---- Makefile.in.orig   2019-04-15 15:28:20.000000000 +0000
+--- Makefile.in.orig   2022-03-30 19:34:50.000000000 +0000
 +++ Makefile.in
 @@ -1,3 +1,4 @@
 +LIBTOOL=libtool --tag=CC
@@ -81,12 +81,3 @@
  
  verify: echo tools/checkbits.sh
        @./echo -n "headers ... "; tools/checkbits.sh && echo "GOOD"
-@@ -139,7 +146,7 @@ test:      $(PGMS) $(TESTFRAMEWORK) verify
- 
- pandoc_headers.o: tools/pandoc_headers.c config.h
-       $(BUILD) -c -o pandoc_headers.o tools/pandoc_headers.c
--pandoc_headers: pandoc_headers.o
-+pandoc_headers: pandoc_headers.o $(COMMON) $(MKDLIB)
-       $(LINK) -o pandoc_headers pandoc_headers.o $(COMMON) -lmarkdown 
- 
- branch.o: tools/branch.c config.h



Home | Main Index | Thread Index | Old Index