Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2018 19:25:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462729 - head/devel/lua-lpeg51
Message-ID:  <201802231925.w1NJP4Xh017191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 23 19:25:03 2018
New Revision: 462729
URL: https://svnweb.freebsd.org/changeset/ports/462729

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31

Modified:
  head/devel/lua-lpeg51/Makefile

Modified: head/devel/lua-lpeg51/Makefile
==============================================================================
--- head/devel/lua-lpeg51/Makefile	Fri Feb 23 19:24:58 2018	(r462728)
+++ head/devel/lua-lpeg51/Makefile	Fri Feb 23 19:25:03 2018	(r462729)
@@ -2,6 +2,9 @@
 
 COMMENT=	Parsing Expression Grammars For Lua 5.1
 
+DEPRECATED=	Use devel/lua-lpeg instead
+EXPIRATION_DATE=2018-03-31
+
 USES=	lua:51
 
 MASTERDIR=	${.CURDIR}/../lua-lpeg



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