Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/qsubst Fix make syntax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f034fcef767
branches:  trunk
changeset: 437600:8f034fcef767
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 27 12:29:11 2020 +0000

description:
Fix make syntax.

diffstat:

 textproc/qsubst/distinfo         |  4 ++--
 textproc/qsubst/patches/patch-aa |  8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 90f3c2e084af -r 8f034fcef767 textproc/qsubst/distinfo
--- a/textproc/qsubst/distinfo  Thu Aug 27 12:28:59 2020 +0000
+++ b/textproc/qsubst/distinfo  Thu Aug 27 12:29:11 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 02:00:06 agc Exp $
+$NetBSD: distinfo,v 1.9 2020/08/27 12:29:11 joerg Exp $
 
 SHA1 (qsubst-20010422.tar.gz) = 9602b274ff10266b94a96adc90ded003f8cdeda8
 RMD160 (qsubst-20010422.tar.gz) = 443d5d5d2a014a286f436685c9e188255b6acd0a
 SHA512 (qsubst-20010422.tar.gz) = 3aff5ede29e2e12fd716ebc92d0a322ffc9e28eaf8c85c6d728d85b939f4c603675648c4d5cf4d68c1a1d143d7ea51993bd0cff0f08207e552f8534ba4b56363
 Size (qsubst-20010422.tar.gz) = 5965 bytes
-SHA1 (patch-aa) = 023f59c2ce9130500b7ed7d1ab3c7c75db8cf37b
+SHA1 (patch-aa) = 66006f75d9981a1ea8edb323f92fc74e39f7ecd0
 SHA1 (patch-ab) = 1b740a8e82e0c6f20948b42cb03371fd028145fd
diff -r 90f3c2e084af -r 8f034fcef767 textproc/qsubst/patches/patch-aa
--- a/textproc/qsubst/patches/patch-aa  Thu Aug 27 12:28:59 2020 +0000
+++ b/textproc/qsubst/patches/patch-aa  Thu Aug 27 12:29:11 2020 +0000
@@ -1,10 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2007/12/31 06:39:42 obache Exp $
+$NetBSD: patch-aa,v 1.4 2020/08/27 12:29:11 joerg Exp $
 
 --- Makefile.orig      1999-09-04 17:07:22.000000000 +0000
 +++ Makefile
-@@ -2,4 +2,5 @@
+@@ -2,5 +2,6 @@
  
  PROG= qsubst
+-DPADD+=       $(LIBTERMCAP}
 +WARNS?=       1
- DPADD+=       $(LIBTERMCAP}
++DPADD+=       ${LIBTERMCAP}
  LDADD+=       -ltermcap
+ 



Home | Main Index | Thread Index | Old Index