Received: by mail.netbsd.org (Postfix, from userid 605) id DBFAE84F1F; Sat, 30 Jul 2022 14:55:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FDD684D3D for ; Sat, 30 Jul 2022 14:55:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BvDtVp27y3Cq for ; Sat, 30 Jul 2022 14:55:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7460384CFA for ; Sat, 30 Jul 2022 14:55:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6852BFB1A; Sat, 30 Jul 2022 14:55:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659192951129890" MIME-Version: 1.0 Date: Sat, 30 Jul 2022 14:55:51 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/pkgtools/lintpkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20220730145551.6852BFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659192951129890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 30 14:55:51 UTC 2022 Modified Files: pkgsrc/pkgtools/lintpkgsrc: Makefile Log Message: lintpkgsrc: update homepage URL To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/pkgtools/lintpkgsrc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659192951129890 Content-Disposition: inline Content-Length: 722 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/pkgtools/lintpkgsrc/Makefile diff -u pkgsrc/pkgtools/lintpkgsrc/Makefile:1.41 pkgsrc/pkgtools/lintpkgsrc/Makefile:1.42 --- pkgsrc/pkgtools/lintpkgsrc/Makefile:1.41 Sat Jul 30 11:33:23 2022 +++ pkgsrc/pkgtools/lintpkgsrc/Makefile Sat Jul 30 14:55:51 2022 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2022/07/30 11:33:23 rillig Exp $ +# $NetBSD: Makefile,v 1.42 2022/07/30 14:55:51 rillig Exp $ PKGNAME= lintpkgsrc-4.99 CATEGORIES= pkgtools MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.NetBSD.org/Documentation/pkgsrc/ +HOMEPAGE= https://www.NetBSD.org/docs/pkgsrc/ COMMENT= Sanity checks on the complete pkgsrc tree DEPENDS+= digest>=20010101:../../pkgtools/digest --_----------=_1659192951129890--