Skip to content

Commit 70bb378

Browse files
committed
*: remove 13 from postgresql versions
1 parent f9a3b66 commit 70bb378

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

databases/postgresql-pgroonga/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.12 2025/10/23 20:36:12 wiz Exp $
1+
# $NetBSD: Makefile,v 1.13 2026/02/15 22:42:48 wiz Exp $
22

33
DISTNAME= pgroonga-2.3.6
44
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= postgresql-license
1313

1414
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
1515

16-
PGSQL_VERSIONS_ACCEPTED= 14 13
16+
PGSQL_VERSIONS_ACCEPTED= 14
1717

1818
USE_GCC_RUNTIME= yes
1919
USE_LANGUAGES= c c++ c99

databases/postgresql-postgis2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.190 2026/02/10 18:20:15 gdt Exp $
1+
# $NetBSD: Makefile,v 1.191 2026/02/15 22:42:48 wiz Exp $
22

33
# Note that the PKGPATH remains "postgresql-postgis2", added during
44
# postgis 1->2 migration, due to inertia and the pain of renaming. So
@@ -41,7 +41,7 @@ USE_TOOLS+= gsed gmake lex pax perl pkg-config
4141
GNU_CONFIGURE= yes
4242
CONFIGURE_ARGS+= --enable-rpath
4343
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql/contrib
44-
PGSQL_VERSIONS_ACCEPTED= 17 16 15 14 13
44+
PGSQL_VERSIONS_ACCEPTED= 17 16 15 14
4545

4646
# This isn't an option, but could be.
4747
CONFIGURE_ARGS+= --with-address-standardizer

databases/postgresql-redislog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.5 2024/11/30 16:06:17 wiz Exp $
1+
# $NetBSD: Makefile,v 1.6 2026/02/15 22:42:48 wiz Exp $
22

33
DISTNAME= redislog-0.2
44
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -16,7 +16,7 @@ LICENSE= mit
1616
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
1717

1818
# redislog.c:185:20: error: static declaration of 'error_severity' follows non-static declaration
19-
PGSQL_VERSIONS_ACCEPTED= 14 13
19+
PGSQL_VERSIONS_ACCEPTED= 14
2020

2121
USE_TOOLS+= gmake
2222

0 commit comments

Comments
 (0)