lang/fennel: Update to 1.1.0

https://git.sr.ht/~technomancy/fennel/tree/main/item/changelog.md#110--2022-04-09

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone 2022-05-25 10:51:30 -03:00
parent 7a70842576
commit c80a4f7fa7
No known key found for this signature in database
GPG key ID: 36A40C83B0D6EF9E
3 changed files with 4 additions and 15 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= fennel
DISTVERSION= 1.0.0
DISTVERSION= 1.1.0
CATEGORIES= lang
MASTER_SITES= https://git.sr.ht/~technomancy/${PORTNAME}/archive/${DISTVERSION}${EXTRACT_SUFX}?dummy=/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1639540604
SHA256 (fennel-1.0.0.tar.gz) = db01b6c363d31deb105f7918bc6acc7d996adc97da71aa5d08e82a9458077553
SIZE (fennel-1.0.0.tar.gz) = 243719
TIMESTAMP = 1653485929
SHA256 (fennel-1.1.0.tar.gz) = a44792698deaa57c3829d24371481d5a8674a804505f6313a570aee59941ec6c
SIZE (fennel-1.1.0.tar.gz) = 261279

View file

@ -1,11 +0,0 @@
--- Makefile.orig 2021-12-21 14:46:27 UTC
+++ Makefile
@@ -61,7 +61,7 @@ lint:
## Binaries
-LUA_VERSION=5.4.3
+LUA_VERSION ?= 5.4.3
LUA_DIR ?= $(PWD)/lua-$(LUA_VERSION)
NATIVE_LUA_LIB ?= $(LUA_DIR)/src/liblua-native.a
LUA_INCLUDE_DIR ?= $(LUA_DIR)/src