Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8405684D3B for ; Wed, 5 Jul 2023 19:40:15 +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 cGUdhvDFYd9o for ; Wed, 5 Jul 2023 19:40:15 +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 D7F3384CD0 for ; Wed, 5 Jul 2023 19:40:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5509FBDB; Wed, 5 Jul 2023 19:40:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168858601491830" MIME-Version: 1.0 Date: Wed, 5 Jul 2023 19:40:14 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/sysutils/direnv To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230705194014.D5509FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168858601491830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jul 5 19:40:14 UTC 2023 Modified Files: pkgsrc/sysutils/direnv: Makefile Log Message: Indent. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/direnv/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168858601491830 Content-Disposition: inline Content-Length: 973 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/direnv/Makefile diff -u pkgsrc/sysutils/direnv/Makefile:1.32 pkgsrc/sysutils/direnv/Makefile:1.33 --- pkgsrc/sysutils/direnv/Makefile:1.32 Wed Jul 5 19:39:40 2023 +++ pkgsrc/sysutils/direnv/Makefile Wed Jul 5 19:40:14 2023 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.32 2023/07/05 19:39:40 schmonz Exp $ +# $NetBSD: Makefile,v 1.33 2023/07/05 19:40:14 schmonz Exp $ -DISTNAME= direnv-2.32.3 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GITHUB:=direnv/} -GITHUB_TAG= v${PKGVERSION_NOREV} - -MAINTAINER= leot@NetBSD.org -HOMEPAGE= https://direnv.net/ -COMMENT= Environment switcher for the shell -LICENSE= mit +DISTNAME= direnv-2.32.3 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_GITHUB:=direnv/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= https://direnv.net/ +COMMENT= Environment switcher for the shell +LICENSE= mit # Do not build `script/' binaries GO_BUILD_PATTERN+= . --_----------=_168858601491830--