Received: by mail.netbsd.org (Postfix, from userid 605) id 0ED2584EA5; Tue, 27 Dec 2022 16:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 406A184E92 for ; Tue, 27 Dec 2022 16:58:10 +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 bkCgTdqXIbnp for ; Tue, 27 Dec 2022 16:58:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8EE2D84CFD for ; Tue, 27 Dec 2022 16:58:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B086FA90; Tue, 27 Dec 2022 16:58:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672160289163810" MIME-Version: 1.0 Date: Tue, 27 Dec 2022 16:58:09 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/rabbitmq To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20221227165809.8B086FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672160289163810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Tue Dec 27 16:58:09 UTC 2022 Modified Files: pkgsrc/net/rabbitmq: Makefile Log Message: Indent. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/rabbitmq/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672160289163810 Content-Disposition: inline Content-Length: 1250 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.71 pkgsrc/net/rabbitmq/Makefile:1.72 --- pkgsrc/net/rabbitmq/Makefile:1.71 Thu Nov 17 14:30:17 2022 +++ pkgsrc/net/rabbitmq/Makefile Tue Dec 27 16:58:09 2022 @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.71 2022/11/17 14:30:17 adam Exp $ +# $NetBSD: Makefile,v 1.72 2022/12/27 16:58:09 schmonz Exp $ -DISTNAME= rabbitmq-server-3.11.3 -PKGNAME= ${DISTNAME:S/-server//} -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GITHUB:=rabbitmq/} -EXTRACT_SUFX= .tar.xz -GITHUB_PROJECT= rabbitmq-server -GITHUB_RELEASE= v${PKGVERSION_NOREV} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.rabbitmq.com/ -COMMENT= Implementation of AMQP that provides robust messaging for applications -LICENSE= mpl-1.1 +DISTNAME= rabbitmq-server-3.11.3 +PKGNAME= ${DISTNAME:S/-server//} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=rabbitmq/} +EXTRACT_SUFX= .tar.xz +GITHUB_PROJECT= rabbitmq-server +GITHUB_RELEASE= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.rabbitmq.com/ +COMMENT= Implementation of AMQP that provides robust messaging for applications +LICENSE= mpl-1.1 USE_TOOLS+= bash:run gmake unzip zip --_----------=_1672160289163810--