pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkglint



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 24 09:35:13 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile

Log Message:
pkgtools/pkglint: remove runtime dependency on devel/go-check

Since 2019-11-16, the main pkglint code does not require this package
anymore.  It is still used in the test code.


To generate a diff of this commit:
cvs rdiff -u -r1.647 -r1.648 pkgsrc/pkgtools/pkglint/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/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.647 pkgsrc/pkgtools/pkglint/Makefile:1.648
--- pkgsrc/pkgtools/pkglint/Makefile:1.647      Sat May 23 08:51:07 2020
+++ pkgsrc/pkgtools/pkglint/Makefile    Sun May 24 09:35:12 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.647 2020/05/23 08:51:07 rillig Exp $
+# $NetBSD: Makefile,v 1.648 2020/05/24 09:35:12 rillig Exp $
 
 PKGNAME=       pkglint-20.1.8
 CATEGORIES=    pkgtools
@@ -73,11 +73,6 @@ do-install-man: .PHONY
        ${INSTALL_MAN} ${WRKSRC.pkglint}/pkglint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 .endif
 
-# Require devel/go-check even when PKGSRC_RUN_TEST is disabled
-# because netbsd.org/pkglint/intqa depends on it.
-# This package is always installed.
-BUILDLINK_DEPMETHOD.go-check=  full
-
 .include "../../devel/go-check/buildlink3.mk"
 .include "../../security/go-crypto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index