svn commit: r423075 - head/databases/postgresql-pllua

Antoine Brodin antoine at FreeBSD.org
Sat Oct 1 15:57:45 UTC 2016


Author: antoine
Date: Sat Oct  1 15:57:43 2016
New Revision: 423075
URL: https://svnweb.freebsd.org/changeset/ports/423075

Log:
  Deprecate: depends on expired PostgreSQL 9.1

Modified:
  head/databases/postgresql-pllua/Makefile

Modified: head/databases/postgresql-pllua/Makefile
==============================================================================
--- head/databases/postgresql-pllua/Makefile	Sat Oct  1 15:54:04 2016	(r423074)
+++ head/databases/postgresql-pllua/Makefile	Sat Oct  1 15:57:43 2016	(r423075)
@@ -13,6 +13,9 @@ COMMENT=	PL/Lua procedural language for 
 
 LICENSE=	MIT
 
+DEPRECATED=	Depends on expired PostgreSQL 9.1
+EXPIRATION_DATE=	2016-10-08
+
 USES=		gmake lua pgsql:9.1-
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list