Received: by mail.netbsd.org (Postfix, from userid 605) id 664D684DBB; Tue, 21 May 2019 11:56:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E286184D40 for ; Tue, 21 May 2019 11:56:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rXCQCKpJBHHG for ; Tue, 21 May 2019 11:56:43 +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 467BA84D21 for ; Tue, 21 May 2019 11:56:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40421FBF5; Tue, 21 May 2019 11:56:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155843980319010" MIME-Version: 1.0 Date: Tue, 21 May 2019 11:56:43 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/meta-pkgs/bulk-large To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20190521115643.40421FBF5@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. --_----------=_155843980319010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue May 21 11:56:43 UTC 2019 Modified Files: pkgsrc/meta-pkgs/bulk-large: Makefile Log Message: bulk-large: postgresql93 is no more, unbreak bulk builds. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/meta-pkgs/bulk-large/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155843980319010 Content-Disposition: inline Content-Length: 1038 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/bulk-large/Makefile diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.39 pkgsrc/meta-pkgs/bulk-large/Makefile:1.40 --- pkgsrc/meta-pkgs/bulk-large/Makefile:1.39 Sat May 18 08:37:10 2019 +++ pkgsrc/meta-pkgs/bulk-large/Makefile Tue May 21 11:56:43 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2019/05/18 08:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2019/05/21 11:56:43 jperkin Exp $ DISTNAME= bulk-large-20190318 CATEGORIES= meta-pkgs @@ -62,7 +62,7 @@ BUILD_DEPENDS+= mysql-client>=5.5<5.6:.. BUILD_DEPENDS+= mysql-server>=5.5<5.6:../../databases/mysql55-server BUILD_DEPENDS+= mysql-client>=5.6:../../databases/mysql56-client BUILD_DEPENDS+= mysql-server>=5.6:../../databases/mysql56-server -BUILD_DEPENDS+= postgresql93-[0-9]*:../../databases/postgresql93 +BUILD_DEPENDS+= postgresql94-[0-9]*:../../databases/postgresql94 BUILD_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind BUILD_DEPENDS+= abiword-[0-9]*:../../editors/abiword BUILD_DEPENDS+= emacs25>=25<26:../../editors/emacs25 --_----------=_155843980319010--