svn commit: r557910 - in head/devel/lua-luarocks: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Dec 13 14:41:38 UTC 2020
Author: sunpoet
Date: Sun Dec 13 14:41:30 2020
New Revision: 557910
URL: https://svnweb.freebsd.org/changeset/ports/557910
Log:
Update to 3.5.0
Changes: https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
Modified:
head/devel/lua-luarocks/Makefile
head/devel/lua-luarocks/distinfo
head/devel/lua-luarocks/files/patch-src_luarocks_core_cfg.lua
Modified: head/devel/lua-luarocks/Makefile
==============================================================================
--- head/devel/lua-luarocks/Makefile Sun Dec 13 14:41:25 2020 (r557909)
+++ head/devel/lua-luarocks/Makefile Sun Dec 13 14:41:30 2020 (r557910)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= luarocks
-PORTVERSION= 3.4.0
+PORTVERSION= 3.5.0
CATEGORIES= devel
MASTER_SITES= https://luarocks.org/releases/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
Modified: head/devel/lua-luarocks/distinfo
==============================================================================
--- head/devel/lua-luarocks/distinfo Sun Dec 13 14:41:25 2020 (r557909)
+++ head/devel/lua-luarocks/distinfo Sun Dec 13 14:41:30 2020 (r557910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601319674
-SHA256 (luarocks-3.4.0.tar.gz) = 62ce5826f0eeeb760d884ea8330cd1552b5d432138b8bade0fa72f35badd02d0
-SIZE (luarocks-3.4.0.tar.gz) = 244013
+TIMESTAMP = 1607685359
+SHA256 (luarocks-3.5.0.tar.gz) = 701d0cc0c7e97cc2cf2c2f4068fce45e52a8854f5dc6c9e49e2014202eec9a4f
+SIZE (luarocks-3.5.0.tar.gz) = 244798
Modified: head/devel/lua-luarocks/files/patch-src_luarocks_core_cfg.lua
==============================================================================
--- head/devel/lua-luarocks/files/patch-src_luarocks_core_cfg.lua Sun Dec 13 14:41:25 2020 (r557909)
+++ head/devel/lua-luarocks/files/patch-src_luarocks_core_cfg.lua Sun Dec 13 14:41:30 2020 (r557910)
@@ -1,7 +1,7 @@
- Add DragonFly support
- Respect CC/CFLAGS/LD/LDFLAGS
- Prefer system compiler over GCC on BSDs/Solaris
-- OpenBSD uses Clang by default, so don't pass GCC RPATH
+- OpenBSD uses Clang by default, so do not pass GCC RPATH
--- src/luarocks/core/cfg.lua.orig 2020-01-28 15:54:42 UTC
+++ src/luarocks/core/cfg.lua
More information about the svn-ports-head
mailing list