svn commit: r332223 - in head: . Mk lang lang/lua4 lang/tolua4
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 31 11:12:24 UTC 2013
Author: bapt
Date: Thu Oct 31 11:12:23 2013
New Revision: 332223
URL: http://svnweb.freebsd.org/changeset/ports/332223
Log:
Drop support for lua 4 which is EOLed for a long time
Approved by: Richard Kiss <him at richardkiss.com> (maintainer)
Deleted:
head/lang/lua4/
head/lang/tolua4/
Modified:
head/MOVED
head/Mk/bsd.lua.mk
head/lang/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Oct 31 11:06:16 2013 (r332222)
+++ head/MOVED Thu Oct 31 11:12:23 2013 (r332223)
@@ -5146,3 +5146,5 @@ www/typo||2013-10-22|Has expired: Does n
graphics/ruby-opengl||2013-10-25|Has expired: Does not work with Ruby 1.9
multimedia/ffmpeg1|multimedia/ffmpeg|2013-10-27|Use multimedia/ffmpeg instead
devel/rubygem-yajl-ruby077||2013-10-29|Removed
+lang/lua4||2013-10-31|EOLed upstream
+lang/tolua4||2013-10-31|EOLed upstream
Modified: head/Mk/bsd.lua.mk
==============================================================================
--- head/Mk/bsd.lua.mk Thu Oct 31 11:06:16 2013 (r332222)
+++ head/Mk/bsd.lua.mk Thu Oct 31 11:12:23 2013 (r332223)
@@ -153,7 +153,7 @@ _LUA_COMPS_ALL= lua tolua toluaxx ruby
alien app compat51 dfui filename gettext posix \
pty socket
_LUA_DEP_TYPES_ALL= build lib run
-_LUA_VERS_ALL= 4.0 5.0 5.1
+_LUA_VERS_ALL= 5.0 5.1
_LUA_PLIST_ALL= LUA_VER LUA_VER_SH LUA_VER_STR LUA_PREFIX LUA_SUBDIR
_LUA_PLIST_DIR_ALL= LUA_BINDIR LUA_INCDIR LUA_LIBDIR \
LUA_MODLIBDIR LUA_MODSHAREDIR
@@ -168,10 +168,6 @@ _LUA_VERS_LISTS= _LUA_VER_INSTALLED WAN
# _LUA_DEPTYPE_comp_ver - Default dependency type.
#
-_LUA_PORT_lua_4.0= lang/lua4
-_LUA_DEPTYPE_lua_4.0= lib
-_LUA_PORT_tolua_4.0= lang/tolua4
-
_LUA_PORT_lua_5.0= lang/lua50
_LUA_DEPTYPE_lua_5.0= lib
_LUA_PORT_tolua_5.0= lang/tolua50
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Thu Oct 31 11:06:16 2013 (r332222)
+++ head/lang/Makefile Thu Oct 31 11:12:23 2013 (r332223)
@@ -155,7 +155,6 @@
SUBDIR += logo
SUBDIR += lua
SUBDIR += lua-mode.el
- SUBDIR += lua4
SUBDIR += lua50
SUBDIR += lua52
SUBDIR += luajit
@@ -360,7 +359,6 @@
SUBDIR += tolua
SUBDIR += tolua++
SUBDIR += tolua++50
- SUBDIR += tolua4
SUBDIR += tolua50
SUBDIR += treecc
SUBDIR += tuareg-mode.el
More information about the svn-ports-all
mailing list