Received: by mail.netbsd.org (Postfix, from userid 605) id E4A8484D41; Mon, 14 Jun 2021 17:00:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E09684D3F for ; Mon, 14 Jun 2021 17:00:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 nRs9KyugT4kC for ; Mon, 14 Jun 2021 17:00:13 +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 BD3C384D1F for ; Mon, 14 Jun 2021 17:00:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1423FA95; Mon, 14 Jun 2021 17:00:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1623690013172020" MIME-Version: 1.0 Date: Mon, 14 Jun 2021 17:00:13 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210614170013.B1423FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1623690013172020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Jun 14 17:00:13 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: +SOPE5 To generate a diff of this commit: cvs rdiff -u -r1.3420 -r1.3421 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1623690013172020 Content-Disposition: inline Content-Length: 551 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3420 pkgsrc/devel/Makefile:1.3421 --- pkgsrc/devel/Makefile:1.3420 Sun Jun 13 08:42:21 2021 +++ pkgsrc/devel/Makefile Mon Jun 14 17:00:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3420 2021/06/13 08:42:21 nia Exp $ +# $NetBSD: Makefile,v 1.3421 2021/06/14 17:00:13 gdt Exp $ # COMMENT= Development utilities @@ -102,6 +102,7 @@ SUBDIR+= SDL_ttf SUBDIR+= SDLmm SUBDIR+= SOPE SUBDIR+= SOPE4 +SUBDIR+= SOPE5 SUBDIR+= ZenTest SUBDIR+= abseil SUBDIR+= accerciser --_----------=_1623690013172020--