From owner-svn-ports-all@FreeBSD.ORG Thu Oct 31 11:12:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A09015F; Thu, 31 Oct 2013 11:12:24 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D730238F; Thu, 31 Oct 2013 11:12:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VBCN3p052625; Thu, 31 Oct 2013 11:12:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VBCNKM052622; Thu, 31 Oct 2013 11:12:23 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310311112.r9VBCNKM052622@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 31 Oct 2013 11:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332223 - in head: . Mk lang lang/lua4 lang/tolua4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 11:12:24 -0000 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 (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