Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 056DB1A9239 for ; Tue, 30 Nov 2021 09:39:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5004484EF6; Tue, 30 Nov 2021 09:39:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B93B84EDC for ; Tue, 30 Nov 2021 09:39:51 +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 FG-LuZ2GhnSN for ; Tue, 30 Nov 2021 09:39:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E656A84D1D for ; Tue, 30 Nov 2021 09:39:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E35BBFAEC; Tue, 30 Nov 2021 09:39:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163826519065800" MIME-Version: 1.0 Date: Tue, 30 Nov 2021 09:39:50 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mk/plist To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211130093950.E35BBFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163826519065800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Nov 30 09:39:50 UTC 2021 Modified Files: pkgsrc/mk/plist: plist.mk Log Message: mk: Remove reference to LOWER_OS_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/mk/plist/plist.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163826519065800 Content-Disposition: inline Content-Length: 761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/plist/plist.mk diff -u pkgsrc/mk/plist/plist.mk:1.55 pkgsrc/mk/plist/plist.mk:1.56 --- pkgsrc/mk/plist/plist.mk:1.55 Wed Jun 10 16:06:09 2020 +++ pkgsrc/mk/plist/plist.mk Tue Nov 30 09:39:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: plist.mk,v 1.55 2020/06/10 16:06:09 leot Exp $ +# $NetBSD: plist.mk,v 1.56 2021/11/30 09:39:50 jperkin Exp $ # # This Makefile fragment handles the creation of PLISTs for use by # pkg_create(8). @@ -159,7 +159,6 @@ PLIST_SUBST+= OPSYS=${OPSYS:Q} \ LN=${LN:Q} \ LOWER_VENDOR=${LOWER_VENDOR:Q} \ LOWER_OPSYS=${LOWER_OPSYS:Q} \ - LOWER_OS_VERSION=${LOWER_OS_VERSION:Q} \ PKGBASE=${PKGBASE:Q} \ PKGNAME=${PKGNAME_NOREV:Q} \ PKGLOCALEDIR=${PKGLOCALEDIR:Q} \ --_----------=_163826519065800--