Received: by mail.netbsd.org (Postfix, from userid 605) id A0F31851A3; Sat, 13 Feb 2021 10:59:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D926985197 for ; Sat, 13 Feb 2021 10:59:14 +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 QRWShkETWRqZ for ; Sat, 13 Feb 2021 10:59:14 +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 323AB84D1D for ; Sat, 13 Feb 2021 10:59:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21870FA95; Sat, 13 Feb 2021 10:59:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613213954297320" MIME-Version: 1.0 Date: Sat, 13 Feb 2021 10:59:14 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases/postgresql-promscale_extension To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20210213105914.21870FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613213954297320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Feb 13 10:59:14 UTC 2021 Modified Files: pkgsrc/databases/postgresql-promscale_extension: Makefile Log Message: postgresql-promscale_extension: upstream says not for PostgreSQL 11.x To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/databases/postgresql-promscale_extension/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613213954297320 Content-Disposition: inline Content-Length: 859 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-promscale_extension/Makefile diff -u pkgsrc/databases/postgresql-promscale_extension/Makefile:1.3 pkgsrc/databases/postgresql-promscale_extension/Makefile:1.4 --- pkgsrc/databases/postgresql-promscale_extension/Makefile:1.3 Thu Nov 5 09:07:43 2020 +++ pkgsrc/databases/postgresql-promscale_extension/Makefile Sat Feb 13 10:59:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/11/05 09:07:43 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2021/02/13 10:59:13 tnn Exp $ DISTNAME= promscale_extension-0.1.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -20,7 +20,7 @@ LICENSE= apache-2.0 DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server .include "cargo-depends.mk" -PGSQL_VERSIONS_ACCEPTED= 12 11 +PGSQL_VERSIONS_ACCEPTED= 12 USE_TOOLS+= gmake --_----------=_1613213954297320--