svn commit: r462729 - head/devel/lua-lpeg51

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 23 19:25:04 UTC 2018


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


More information about the svn-ports-head mailing list