pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Sep 23 15:38:00 UTC 2018

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

Log Message:
postgresql-postgis2: Drop PGSQL_VERSIONS_ACCEPTED

Currently, this package builds with all versions of postgreqsl in
pkgsrc, and it is likely to do so in the future, so there is no need
for an explicit list.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/postgresql-postgis2/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-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.48 pkgsrc/databases/postgresql-postgis2/Makefile:1.49
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.48  Tue Sep 11 17:26:13 2018
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sun Sep 23 15:38:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/09/11 17:26:13 gdt Exp $
+# $NetBSD: Makefile,v 1.49 2018/09/23 15:38:00 gdt Exp $
 
 MAJOR=         2.4
 DISTNAME=      postgis-${MAJOR}.4
@@ -29,7 +29,6 @@ CONFLICTS=            postgis-[0-9]*
 # gmake complains about adding + to parent rule
 MAKE_JOBS_SAFE=                no
 
-PGSQL_VERSIONS_ACCEPTED=       96 95 94 93
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99



Home | Main Index | Thread Index | Old Index