Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jnAK60iQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=EXo3T8kK Received: by mail.netbsd.org (Postfix, from userid 605) id 5E43884E92; Wed, 8 May 2024 17:24:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715189082; bh=qekHlvBXyLeBN6hzADZ9m+9SLB3otknlEUnMH0H34gk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=jnAK60iQqs5cAL/deFijQo3D9peKd7Fbt4k/khni9V8+o1FN68o9LY6SszSb+sPSw Cs2TiPIgmn8IIxDGRyfWFPhtgFwGjdvYaxwJrfkKfsGw8aXQl+rTMGdptSNvlV4+Lu TrGQqzCHpqvz69SxUBzhWrl9ULmE5IkjnmTrrUIQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4DBB984E83 for ; Wed, 8 May 2024 17:24:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ulJ5VyGkJXtf for ; Wed, 8 May 2024 17:24:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 99DFD84CFA for ; Wed, 8 May 2024 17:24:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715189080; bh=qekHlvBXyLeBN6hzADZ9m+9SLB3otknlEUnMH0H34gk=; h=Date:From:Subject:To:Reply-To; b=EXo3T8kK+YR1MkLj2/Xoe5UTIlzWut1eIO3+r/uv9Wj/Vx6lu48Op/rl/w0AD4emq jrJ63o6rJCaWFlCn1FkhgRSfpqKHcyyAo4ibQo4JZ6oovFRVbRpU/DAUiTx8biyE+i oBEFRcOPxTDFOD7xhCvYi+Jxd1df/uNPiTqkujjY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FDAEFA2C; Wed, 8 May 2024 17:24:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715189080247650" MIME-Version: 1.0 Date: Wed, 8 May 2024 17:24:40 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-test-python27 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240508172440.8FDAEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715189080247650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed May 8 17:24:40 UTC 2024 Modified Files: pkgsrc/meta-pkgs/bulk-test-python27: Makefile Log Message: bulk-test-python27: Fix COMMENT To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/bulk-test-python27/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715189080247650 Content-Disposition: inline Content-Length: 1063 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-test-python27/Makefile diff -u pkgsrc/meta-pkgs/bulk-test-python27/Makefile:1.1 pkgsrc/meta-pkgs/bulk-test-python27/Makefile:1.2 --- pkgsrc/meta-pkgs/bulk-test-python27/Makefile:1.1 Wed May 8 17:14:46 2024 +++ pkgsrc/meta-pkgs/bulk-test-python27/Makefile Wed May 8 17:24:40 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2024/05/08 17:14:46 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2024/05/08 17:24:40 gdt Exp $ DISTNAME= bulk-test-python27-20240508 CATEGORIES= meta-pkgs @@ -6,7 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pksrc-users@NetBSD.org -COMMENT= Meta-package for testing Boost +COMMENT= Meta-package for testing python 2.7 META_PACKAGE= yes @@ -18,7 +18,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} # - it might break if python27 went missing # - some user might care # -# We intentinoally exclude "someone might have a private python 2.7 codebase that +# We intentionally exclude "someone might have a private python 2.7 codebase that # wants to use this as a dependency". --_----------=_1715189080247650--