pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/discount
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Nov 15 11:37:56 UTC 2022
Modified Files:
pkgsrc/textproc/discount: Makefile distinfo
pkgsrc/textproc/discount/patches: patch-Makefile.in
Log Message:
Update to 2.2.7b. From the changelog:
- Declare missing dependencies for pandoc_headers to fix parallel make
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/discount/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/discount/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/discount/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/discount/Makefile
diff -u pkgsrc/textproc/discount/Makefile:1.13 pkgsrc/textproc/discount/Makefile:1.14
--- pkgsrc/textproc/discount/Makefile:1.13 Mon Jul 25 11:12:29 2022
+++ pkgsrc/textproc/discount/Makefile Tue Nov 15 11:37:56 2022
@@ -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}
Index: pkgsrc/textproc/discount/distinfo
diff -u pkgsrc/textproc/discount/distinfo:1.14 pkgsrc/textproc/discount/distinfo:1.15
--- pkgsrc/textproc/discount/distinfo:1.14 Tue Oct 26 11:21:50 2021
+++ pkgsrc/textproc/discount/distinfo Tue Nov 15 11:37:56 2022
@@ -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
Index: pkgsrc/textproc/discount/patches/patch-Makefile.in
diff -u pkgsrc/textproc/discount/patches/patch-Makefile.in:1.3 pkgsrc/textproc/discount/patches/patch-Makefile.in:1.4
--- pkgsrc/textproc/discount/patches/patch-Makefile.in:1.3 Mon Jun 10 13:32:56 2019
+++ pkgsrc/textproc/discount/patches/patch-Makefile.in Tue Nov 15 11:37:56 2022
@@ -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 @@ Libtoolize for portability across pkgsrc
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