Bump for PostgreSQL 9.4 -> 9.5 upgrade

This commit is contained in:
jeremy 2016-05-13 14:36:37 +00:00
parent 06e0c3279c
commit 2cfd9b159d
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2016/03/18 20:49:27 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2016/05/13 14:36:37 jeremy Exp $
COMMENT = Lua procedural language support for PostgreSQL
VERSION = 1.0
DISTNAME = pllua-${VERSION}
PKGNAME = postgresql-pllua-${VERSION}
REVISION = 0
REVISION = 1
CATEGORIES = databases
@ -22,7 +22,7 @@ MASTER_SITES = http://pgfoundry.org/frs/download.php/3481/
MODULES = lang/lua
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = postgresql-server->=9.4,<9.5:databases/postgresql,-server
RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server
USE_GMAKE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/01/26 13:10:40 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2016/05/13 14:36:37 jeremy Exp $
# v8 only works on these arches currently
ONLY_FOR_ARCHS = amd64 i386
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = amd64 i386
COMMENT = PostgreSQL V8 javascript procedual language
VERSION = 1.4.2
REVISION = 0
REVISION = 1
DISTNAME = plv8-${VERSION}
PKGNAME = postgresql-${DISTNAME}
@ -24,7 +24,7 @@ EXTRACT_SUFX = .zip
BUILD_DEPENDS = ${RUN_DEPENDS}
LIB_DEPENDS = lang/libv8
RUN_DEPENDS = postgresql-server->=9.4,<9.5:databases/postgresql,-server
RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server
MAKE_FLAGS = V8DIR=${LOCALBASE}/lib \
CUSTOM_CC="${CXX}" \