Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 06:47:06 +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: r323428 - head/databases/tablelog
Message-ID:  <201307220647.r6M6l6Xc053626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Jul 22 06:47:06 2013
New Revision: 323428
URL: http://svnweb.freebsd.org/changeset/ports/323428

Log:
  databases/tablelog: Restrict to postgresql 9.1 and earlier
  
  This version of Tablelog fails to build with postgresql 9.2
  
  PR:		ports/179955
  submitted by:	marino
  Approved by:	bapt (mentor), maintainer timeout

Modified:
  head/databases/tablelog/Makefile

Modified: head/databases/tablelog/Makefile
==============================================================================
--- head/databases/tablelog/Makefile	Mon Jul 22 06:44:10 2013	(r323427)
+++ head/databases/tablelog/Makefile	Mon Jul 22 06:47:06 2013	(r323428)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	tablelog
-# Date created:				11 July 2007
-# Whom:					Robert Gogolok <gogo@cs.uni-sb.de>
-#
+# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
 # $FreeBSD$
-#
 
 PORTNAME=	tablelog
 PORTVERSION=	0.4.4
@@ -16,11 +12,9 @@ COMMENT=	Logs changes on a table in Post
 
 WRKSRC=		${WRKDIR}/table_log-${DISTVERSION}
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_PGSQL=	yes
-
-IGNORE_WITH_PGSQL=	73
-
+WANT_PGSQL_VER=	91-
 MAKE_ARGS=	USE_PGXS=1
 
 PORTDOCS=	README.table_log table_log.sql



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307220647.r6M6l6Xc053626>