Received: by mail.netbsd.org (Postfix, from userid 605) id 87EC684D8C; Thu, 11 Oct 2018 15:25:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9392084D4B for ; Thu, 11 Oct 2018 15:24:59 +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 TVSlUhuJrNto for ; Thu, 11 Oct 2018 15:24:59 +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 CF74F84C85 for ; Thu, 11 Oct 2018 15:24:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC11BFBEE; Thu, 11 Oct 2018 15:24:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153927149837460" MIME-Version: 1.0 Date: Thu, 11 Oct 2018 15:24:58 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/rabbitmq To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20181011152458.CC11BFBEE@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. --_----------=_153927149837460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Oct 11 15:24:58 UTC 2018 Modified Files: pkgsrc/net/rabbitmq: Makefile Log Message: rabbitmq: Add TEST_TARGET. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/rabbitmq/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153927149837460 Content-Disposition: inline Content-Length: 748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/rabbitmq/Makefile diff -u pkgsrc/net/rabbitmq/Makefile:1.40 pkgsrc/net/rabbitmq/Makefile:1.41 --- pkgsrc/net/rabbitmq/Makefile:1.40 Thu Oct 11 12:14:22 2018 +++ pkgsrc/net/rabbitmq/Makefile Thu Oct 11 15:24:58 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2018/10/11 12:14:22 jperkin Exp $ +# $NetBSD: Makefile,v 1.41 2018/10/11 15:24:58 jperkin Exp $ DISTNAME= rabbitmq-server-3.7.7 PKGNAME= ${DISTNAME:S/-server//} @@ -92,6 +92,7 @@ MAKE_ENV+= RSYNC="${PREFIX}/bin/rsync" MAKE_ENV+= VERSION="${PKGVERSION_NOREV}" INSTALL_TARGET= install-erlapp install-scripts install-bin install-man +TEST_TARGET= check post-install: ${INSTALL_DATA} ${WRKSRC}/deps/rabbit/docs/rabbitmq.config.example \ --_----------=_153927149837460--