Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2017 14:53:34 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435687 - head/databases/pglesslog
Message-ID:  <201703081453.v28ErYDR096206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Mar  8 14:53:34 2017
New Revision: 435687
URL: https://svnweb.freebsd.org/changeset/ports/435687

Log:
  databases/pglesslog: set DEPRECATED and EXPIRATION_DATE
  
  The port does not build with recent PostgreSQL versions.
  Also the last upstream activity was 2010 with the release
  of this beta. Therefore mark this port as DEPRECATED.

Modified:
  head/databases/pglesslog/Makefile

Modified: head/databases/pglesslog/Makefile
==============================================================================
--- head/databases/pglesslog/Makefile	Wed Mar  8 13:47:59 2017	(r435686)
+++ head/databases/pglesslog/Makefile	Wed Mar  8 14:53:34 2017	(r435687)
@@ -13,6 +13,9 @@ USES=		gmake pgsql:9.0
 WANT_PGSQL=	server:build
 WRKSRC=		${WRKDIR}/pg_lesslog_${PORTVERSION}_pg90
 
+DEPRECATED=	Does not build with recent PostgreSQL versions
+EXPIRATION_DATE=	2017-04-08
+
 PGSQL_PORT=	databases/postgresql${PGSQL_VER:S,.,,}
 PGSQL_SRCDIR=	`cd ${PORTSDIR}/${PGSQL_PORT}-server; ${MAKE} -VWRKSRC`
 



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