[Midnightbsd-cvs] mports [22194] trunk/databases: get rid of postgres 9.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Dec 29 11:31:54 EST 2016
Revision: 22194
http://svnweb.midnightbsd.org/mports/?rev=22194
Author: laffer1
Date: 2016-12-29 11:31:54 -0500 (Thu, 29 Dec 2016)
Log Message:
-----------
get rid of postgres 9.1
Modified Paths:
--------------
trunk/databases/Makefile
trunk/databases/postgresql90-pltcl/Makefile
trunk/databases/postgresql92-pltcl/Makefile
trunk/databases/postgresql93-pltcl/Makefile
trunk/databases/postgresql94-docs/Makefile
trunk/databases/postgresql94-pltcl/Makefile
trunk/databases/postgresql95-docs/Makefile
trunk/databases/postgresql95-pltcl/Makefile
Removed Paths:
-------------
trunk/databases/postgresql91-client/
trunk/databases/postgresql91-pltcl/
trunk/databases/postgresql91-server/
Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -107,9 +107,6 @@
SUBDIR += postgresql90-plpython
SUBDIR += postgresql90-pltcl
SUBDIR += postgresql90-server
-SUBDIR += postgresql91-client
-SUBDIR += postgresql91-pltcl
-SUBDIR += postgresql91-server
SUBDIR += postgresql92-client
SUBDIR += postgresql92-contrib
SUBDIR += postgresql92-plperl
Modified: trunk/databases/postgresql90-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql90-pltcl/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql90-pltcl/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -4,4 +4,4 @@
WANT_PGSQL_VER?=9.0
-.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
Modified: trunk/databases/postgresql92-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql92-pltcl/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql92-pltcl/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER= 9.2
-.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
Modified: trunk/databases/postgresql93-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql93-pltcl/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql93-pltcl/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER= 9.3
-.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
Modified: trunk/databases/postgresql94-docs/Makefile
===================================================================
--- trunk/databases/postgresql94-docs/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql94-docs/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER=9.4
-.include "${.CURDIR}/../postgresql91-docs/Makefile"
+.include "${.CURDIR}/../postgresql96-docs/Makefile"
Modified: trunk/databases/postgresql94-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql94-pltcl/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql94-pltcl/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER= 9.4
-.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
Modified: trunk/databases/postgresql95-docs/Makefile
===================================================================
--- trunk/databases/postgresql95-docs/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql95-docs/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER=9.5
-.include "${.CURDIR}/../postgresql91-docs/Makefile"
+.include "${.CURDIR}/../postgresql96-docs/Makefile"
Modified: trunk/databases/postgresql95-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql95-pltcl/Makefile 2016-12-29 16:28:46 UTC (rev 22193)
+++ trunk/databases/postgresql95-pltcl/Makefile 2016-12-29 16:31:54 UTC (rev 22194)
@@ -3,4 +3,4 @@
WANT_PGSQL_VER= 9.5
-.include "${.CURDIR}/../postgresql91-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"
More information about the Midnightbsd-cvs
mailing list