svn commit: r323428 - head/databases/tablelog

John Marino marino at FreeBSD.org
Mon Jul 22 06:47:07 UTC 2013


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 at cs.uni-sb.de>
-#
+# Created by: Robert Gogolok <gogo at 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


More information about the svn-ports-all mailing list