From eede1e0ac47bfb90ccf7d3ab142bb44aa9b621a1 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 19 Oct 2016 12:26:12 +0000 Subject: [PATCH] airport: upgrade to postgres 9.6 --- appliances/airport/Makefile | 2 +- appliances/airport/airport-pre.service | 4 ++-- appliances/airport/package.keywords | 2 +- appliances/airport/world | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appliances/airport/Makefile b/appliances/airport/Makefile index d12655c..2fc0b1f 100644 --- a/appliances/airport/Makefile +++ b/appliances/airport/Makefile @@ -1,7 +1,7 @@ APP_ROOT := /var/lib/airport AIRPORT_REPO ?= https://bitbucket.org/marduk/airport AIRPORT_BRANCH ?= stable -PGVER := 9.5 +PGVER := 9.6 preinstall: diff --git a/appliances/airport/airport-pre.service b/appliances/airport/airport-pre.service index f2e7f53..e265798 100644 --- a/appliances/airport/airport-pre.service +++ b/appliances/airport/airport-pre.service @@ -1,8 +1,8 @@ [Unit] Description=Airport (Pre) Documentation=https://bitbucket.org/marduk/airport/ -Requires=postgresql-9.5.service -After=postgresql-9.5.service +Requires=postgresql-9.6.service +After=postgresql-9.6.service [Service] Type=oneshot diff --git a/appliances/airport/package.keywords b/appliances/airport/package.keywords index 14e7455..b5ab9f5 100644 --- a/appliances/airport/package.keywords +++ b/appliances/airport/package.keywords @@ -1,3 +1,3 @@ -dev-db/postgresql:9.5 ** +dev-db/postgresql:9.6 ** dev-python/virtualenv ** sys-kernel/gentoo-sources ~amd64 ~x86 diff --git a/appliances/airport/world b/appliances/airport/world index 3e30591..3cf5e60 100644 --- a/appliances/airport/world +++ b/appliances/airport/world @@ -1,2 +1,2 @@ -dev-db/postgresql:9.5 +dev-db/postgresql:9.6 www-servers/nginx