Received: by mail.netbsd.org (Postfix, from userid 605) id 0E09684DA2; Fri, 29 Mar 2019 00:09:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89A2884D90 for ; Fri, 29 Mar 2019 00:09:32 +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 zF7K8d4Ad54D for ; Fri, 29 Mar 2019 00:09:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E915784CDA for ; Fri, 29 Mar 2019 00:09:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6DF1FB16; Fri, 29 Mar 2019 00:09:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553818171103120" MIME-Version: 1.0 Date: Fri, 29 Mar 2019 00:09:31 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/databases/couchdb To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190329000931.E6DF1FB16@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. --_----------=_1553818171103120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Fri Mar 29 00:09:31 UTC 2019 Modified Files: pkgsrc/databases/couchdb: Makefile Log Message: couchdb: add test target to Makefile To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/couchdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553818171103120 Content-Disposition: inline Content-Length: 681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/couchdb/Makefile diff -u pkgsrc/databases/couchdb/Makefile:1.53 pkgsrc/databases/couchdb/Makefile:1.54 --- pkgsrc/databases/couchdb/Makefile:1.53 Sat Dec 15 21:12:19 2018 +++ pkgsrc/databases/couchdb/Makefile Fri Mar 29 00:09:31 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/12/15 21:12:19 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2019/03/29 00:09:31 gutteridge Exp $ # DISTNAME= apache-couchdb-2.1.1 @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --skip-deps CONFIGURE_ARGS+= --with-curl BUILD_TARGET= release +TEST_TARGET= check INSTALLATION_DIRS+= bin couchdb/lib INSTALLATION_DIRS+= couchdb/share/server couchdb/share/www/docs --_----------=_1553818171103120--