From owner-svn-ports-head@freebsd.org Fri Jan 12 00:19:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52494E61B88; Fri, 12 Jan 2018 00:19:23 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9946D0CC; Fri, 12 Jan 2018 00:19:23 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 687B11C3DB; Fri, 12 Jan 2018 00:19:22 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0C0JMml012298; Fri, 12 Jan 2018 00:19:22 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0C0JLKJ012294; Fri, 12 Jan 2018 00:19:21 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201801120019.w0C0JLKJ012294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Fri, 12 Jan 2018 00:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458803 - in head/devel: . lua-bitop lua-bitop-51 X-SVN-Group: ports-head X-SVN-Commit-Author: lx X-SVN-Commit-Paths: in head/devel: . lua-bitop lua-bitop-51 X-SVN-Commit-Revision: 458803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 00:19:23 -0000 Author: lx Date: Fri Jan 12 00:19:21 2018 New Revision: 458803 URL: https://svnweb.freebsd.org/changeset/ports/458803 Log: Add Lua 5.1 version of lua-bitop. Added: head/devel/lua-bitop-51/ head/devel/lua-bitop-51/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/lua-bitop/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jan 11 23:43:22 2018 (r458802) +++ head/devel/Makefile Fri Jan 12 00:19:21 2018 (r458803) @@ -1658,6 +1658,7 @@ SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-bitop + SUBDIR += lua-bitop-51 SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi Added: head/devel/lua-bitop-51/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/lua-bitop-51/Makefile Fri Jan 12 00:19:21 2018 (r458803) @@ -0,0 +1,13 @@ +# Created by: lx +# $FreeBSD$ + +COMMENT= lua-bitop for Lua 5.1 + +SLAVE_PORT= lua-bitop + +USES= gmake lua:51 + +MASTERDIR= ${.CURDIR}/../lua-bitop +PLIST= ${MASTERDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" Modified: head/devel/lua-bitop/Makefile ============================================================================== --- head/devel/lua-bitop/Makefile Thu Jan 11 23:43:22 2018 (r458802) +++ head/devel/lua-bitop/Makefile Fri Jan 12 00:19:21 2018 (r458803) @@ -17,7 +17,7 @@ LICENSE= MIT CFLAGS+= -DLUA_NUMBER_LONG_LONG -I${LUA_INCDIR} MAKE_ARGS= CC=${CC} LUA=${LUA_CMD} TEST_TARGET= test -USES= gmake lua +USES?= gmake lua PLIST_FILES= %%LUA_MODLIBDIR%%/bit.so