pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-pgroonga



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 15 22:17:24 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql-pgroonga: Makefile

Log Message:
postgreql-pgroonga: not for PG 10


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql-pgroonga/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-pgroonga/Makefile
diff -u pkgsrc/databases/postgresql-pgroonga/Makefile:1.8 pkgsrc/databases/postgresql-pgroonga/Makefile:1.9
--- pkgsrc/databases/postgresql-pgroonga/Makefile:1.8   Sun Apr 24 17:43:21 2022
+++ pkgsrc/databases/postgresql-pgroonga/Makefile       Mon Aug 15 22:17:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/24 17:43:21 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/15 22:17:24 tnn Exp $
 
 DISTNAME=      pgroonga-2.3.6
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      postgresql-license
 
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
+PGSQL_VERSIONS_ACCEPTED=       14 13 12 11
+
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index