aboutsummaryrefslogtreecommitdiff
path: root/databases/tablelog
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-07-22 06:47:06 +0000
committerJohn Marino <marino@FreeBSD.org>2013-07-22 06:47:06 +0000
commit91a730b6f17c451783f4db48cb3860e3780b86f1 (patch)
tree07f8b5fb68d3840c9cdbcc9d64f2f38cf5e5bd90 /databases/tablelog
parent597f8e5f36249f78a740777965e3d36d6ad887f2 (diff)
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
Notes
Notes: svn path=/head/; revision=323428
Diffstat (limited to 'databases/tablelog')
-rw-r--r--databases/tablelog/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/databases/tablelog/Makefile b/databases/tablelog/Makefile
index 0b10facf452f..506886f438bd 100644
--- a/databases/tablelog/Makefile
+++ b/databases/tablelog/Makefile
@@ -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 PostgreSQL
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