Received: by mail.netbsd.org (Postfix, from userid 605) id 1BCC084D63; Sun, 23 Jun 2019 09:42:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97AAC84D3F for ; Sun, 23 Jun 2019 09:42:05 +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 h2CWS074p6P6 for ; Sun, 23 Jun 2019 09:42:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 345AB84D2A for ; Sun, 23 Jun 2019 09:42:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 319FBFBF4; Sun, 23 Jun 2019 09:42:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156128292580740" MIME-Version: 1.0 Date: Sun, 23 Jun 2019 09:42:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190623094205.319FBFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156128292580740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jun 23 09:42:05 UTC 2019 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + unittest-cpp. To generate a diff of this commit: cvs rdiff -u -r1.2861 -r1.2862 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156128292580740 Content-Disposition: inline Content-Length: 564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2861 pkgsrc/devel/Makefile:1.2862 --- pkgsrc/devel/Makefile:1.2861 Mon Jun 17 16:40:40 2019 +++ pkgsrc/devel/Makefile Sun Jun 23 09:42:04 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2861 2019/06/17 16:40:40 adam Exp $ +# $NetBSD: Makefile,v 1.2862 2019/06/23 09:42:04 wiz Exp $ # COMMENT= Development utilities @@ -2785,6 +2785,7 @@ SUBDIR+= ucpp SUBDIR+= umbrello SUBDIR+= undebt SUBDIR+= unidiff +SUBDIR+= unittest-cpp SUBDIR+= uno SUBDIR+= userspace-rcu SUBDIR+= uthash --_----------=_156128292580740--