svn commit: r323430 - head/databases/postgresql-pllua

John Marino marino at FreeBSD.org
Mon Jul 22 06:50:04 UTC 2013


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 at 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


More information about the svn-ports-all mailing list