pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/qsubst



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Aug 27 12:29:11 UTC 2020

Modified Files:
        pkgsrc/textproc/qsubst: distinfo
        pkgsrc/textproc/qsubst/patches: patch-aa

Log Message:
Fix make syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/qsubst/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/qsubst/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/qsubst/distinfo
diff -u pkgsrc/textproc/qsubst/distinfo:1.8 pkgsrc/textproc/qsubst/distinfo:1.9
--- pkgsrc/textproc/qsubst/distinfo:1.8 Wed Nov  4 02:00:06 2015
+++ pkgsrc/textproc/qsubst/distinfo     Thu Aug 27 12:29:11 2020
@@ -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

Index: pkgsrc/textproc/qsubst/patches/patch-aa
diff -u pkgsrc/textproc/qsubst/patches/patch-aa:1.3 pkgsrc/textproc/qsubst/patches/patch-aa:1.4
--- pkgsrc/textproc/qsubst/patches/patch-aa:1.3 Mon Dec 31 06:39:42 2007
+++ pkgsrc/textproc/qsubst/patches/patch-aa     Thu Aug 27 12:29:11 2020
@@ -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