Received: by mail.netbsd.org (Postfix, from userid 605) id 77B6C84E54; Mon, 22 Jan 2024 16:46:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7DC784D91 for ; Mon, 22 Jan 2024 16:46:18 +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 V9hRohcqZbEr for ; Mon, 22 Jan 2024 16:46:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16C0E84D4C for ; Mon, 22 Jan 2024 16:46:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0EBD7FA42; Mon, 22 Jan 2024 16:46:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170594197812800" MIME-Version: 1.0 Date: Mon, 22 Jan 2024 16:46:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240122164618.0EBD7FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170594197812800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 22 16:46:17 UTC 2024 Modified Files: pkgsrc/databases: Makefile Removed Files: pkgsrc/databases/postgresql11: DESCR Makefile Makefile.common PLIST distinfo options.mk pkgsrc/databases/postgresql11/files: dynloader-ltdl.h pkgsrc/databases/postgresql11/patches: patch-config_missing patch-config_perl.m4 patch-configure patch-contrib_dblink_dblink.c patch-contrib_uuid-ossp_Makefile patch-src_Makefile.global.in patch-src_Makefile.shlib patch-src_backend_Makefile patch-src_backend_utils_adt_datetime.c patch-src_fe__utils_Makefile patch-src_interfaces_libpq_Makefile patch-src_makefiles_Makefile.solaris patch-src_pl_plperl_GNUmakefile patch-src_pl_plperl_plperl.h Log Message: postgresql11: removed; end-of-life To generate a diff of this commit: cvs rdiff -u -r1.700 -r1.701 pkgsrc/databases/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql11/DESCR \ pkgsrc/databases/postgresql11/PLIST cvs rdiff -u -r1.33 -r0 pkgsrc/databases/postgresql11/Makefile cvs rdiff -u -r1.35 -r0 pkgsrc/databases/postgresql11/Makefile.common cvs rdiff -u -r1.29 -r0 pkgsrc/databases/postgresql11/distinfo cvs rdiff -u -r1.8 -r0 pkgsrc/databases/postgresql11/options.mk cvs rdiff -u -r1.1 -r0 pkgsrc/databases/postgresql11/files/dynloader-ltdl.h cvs rdiff -u -r1.1 -r0 \ pkgsrc/databases/postgresql11/patches/patch-config_missing \ pkgsrc/databases/postgresql11/patches/patch-config_perl.m4 \ pkgsrc/databases/postgresql11/patches/patch-configure \ pkgsrc/databases/postgresql11/patches/patch-contrib_dblink_dblink.c \ pkgsrc/databases/postgresql11/patches/patch-contrib_uuid-ossp_Makefile \ pkgsrc/databases/postgresql11/patches/patch-src_Makefile.global.in \ pkgsrc/databases/postgresql11/patches/patch-src_Makefile.shlib \ pkgsrc/databases/postgresql11/patches/patch-src_backend_utils_adt_datetime.c \ pkgsrc/databases/postgresql11/patches/patch-src_fe__utils_Makefile \ pkgsrc/databases/postgresql11/patches/patch-src_interfaces_libpq_Makefile \ pkgsrc/databases/postgresql11/patches/patch-src_makefiles_Makefile.solaris \ pkgsrc/databases/postgresql11/patches/patch-src_pl_plperl_GNUmakefile cvs rdiff -u -r1.2 -r0 \ pkgsrc/databases/postgresql11/patches/patch-src_backend_Makefile \ pkgsrc/databases/postgresql11/patches/patch-src_pl_plperl_plperl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170594197812800 Content-Disposition: inline Content-Length: 862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/Makefile diff -u pkgsrc/databases/Makefile:1.700 pkgsrc/databases/Makefile:1.701 --- pkgsrc/databases/Makefile:1.700 Wed Jan 10 16:32:46 2024 +++ pkgsrc/databases/Makefile Mon Jan 22 16:46:16 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.700 2024/01/10 16:32:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.701 2024/01/22 16:46:16 adam Exp $ COMMENT= Databases @@ -311,14 +311,6 @@ SUBDIR+= postgresql-postgis2 SUBDIR+= postgresql-redislog SUBDIR+= postgresql-timescaledb SUBDIR+= postgresql-wal2json -SUBDIR+= postgresql11 -SUBDIR+= postgresql11-client -SUBDIR+= postgresql11-contrib -SUBDIR+= postgresql11-docs -SUBDIR+= postgresql11-plperl -SUBDIR+= postgresql11-plpython -SUBDIR+= postgresql11-pltcl -SUBDIR+= postgresql11-server SUBDIR+= postgresql12 SUBDIR+= postgresql12-client SUBDIR+= postgresql12-contrib --_----------=_170594197812800--