pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_chk



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Nov 10 10:30:50 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkg_chk: Makefile

Log Message:
pkg_chk: add NO_CHECKSUM= yes to appease pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/pkgtools/pkg_chk/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/pkg_chk/Makefile
diff -u pkgsrc/pkgtools/pkg_chk/Makefile:1.89 pkgsrc/pkgtools/pkg_chk/Makefile:1.90
--- pkgsrc/pkgtools/pkg_chk/Makefile:1.89       Sun Nov 25 20:17:26 2018
+++ pkgsrc/pkgtools/pkg_chk/Makefile    Sun Nov 10 10:30:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2018/11/25 20:17:26 martin Exp $
+# $NetBSD: Makefile,v 1.90 2019/11/10 10:30:50 triaxx Exp $
 
 PKGNAME=       pkg_chk-2.0.11
 CATEGORIES=    pkgtools
@@ -15,6 +15,7 @@ USE_TOOLS+=   gzcat:run
 USE_TOOLS+=    gzip:run
 USE_TOOLS+=    bzcat:run
 NO_BUILD=      yes
+NO_CHECKSUM=   yes
 
 CONFLICTS=     pkgchk-[0-9]*
 



Home | Main Index | Thread Index | Old Index