1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

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.
This commit is contained in:
Torsten Zuehlsdorff 2017-03-08 14:53:34 +00:00
parent ff1a114d62
commit 4c06e5989d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435687

View File

@ -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`