git: c80a4f7fa7d3 - main - lang/fennel: Update to 1.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 May 2022 16:10:21 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 commit c80a4f7fa7d3a2c82e3ece8615fbf66d1b509422 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2022-05-25 13:51:30 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2022-05-25 16:10:15 +0000 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 --- lang/fennel/Makefile | 2 +- lang/fennel/distinfo | 6 +++--- lang/fennel/files/patch-Makefile | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/lang/fennel/Makefile b/lang/fennel/Makefile index c242dc821649..eb6aa9c6df13 100644 --- a/lang/fennel/Makefile +++ b/lang/fennel/Makefile @@ -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=/ diff --git a/lang/fennel/distinfo b/lang/fennel/distinfo index 4726adeba867..981a6ffae045 100644 --- a/lang/fennel/distinfo +++ b/lang/fennel/distinfo @@ -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 diff --git a/lang/fennel/files/patch-Makefile b/lang/fennel/files/patch-Makefile deleted file mode 100644 index 734f7235782d..000000000000 --- a/lang/fennel/files/patch-Makefile +++ /dev/null @@ -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