Date: Mon, 22 Jul 2013 06:50:03 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323430 - head/databases/postgresql-pllua Message-ID: <201307220650.r6M6o3Xn054180@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Jul 22 06:50:03 2013 New Revision: 323430 URL: http://svnweb.freebsd.org/changeset/ports/323430 Log: databases/postgresql-pllua: Restrict to postgresql 9.1 and earlier This version of Tablelog fails to build with postgresql 9.2 Also trim header and convert USE_GMAKE to USES+=gmake. PR: ports/179959 submitted by: marino Approved by: bapt (mentor), maintainer timeout Modified: head/databases/postgresql-pllua/Makefile Modified: head/databases/postgresql-pllua/Makefile ============================================================================== --- head/databases/postgresql-pllua/Makefile Mon Jul 22 06:48:27 2013 (r323429) +++ head/databases/postgresql-pllua/Makefile Mon Jul 22 06:50:03 2013 (r323430) @@ -1,9 +1,5 @@ -# New Ports collection makefile for: postgresql-pllua -# Date created: 27 Feb 2008 -# Whom: sunghyuk -# +# Created by: sunghyuk # $FreeBSD$ -# PORTNAME= pllua PORTVERSION= 0.3.2 @@ -14,8 +10,9 @@ PKGNAMEPREFIX= postgresql- MAINTAINER= sunghyuk@gmail.com COMMENT= PL/Lua procedural language for PostgreSQL database +USES= gmake USE_PGSQL= yes -USE_GMAKE= yes +WANT_PGSQL_VER= 91- USE_LUA= 5.1+ SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307220650.r6M6o3Xn054180>