* Re: [PR REVIEW] mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
@ 2022-10-13 9:16 ` paper42
2022-10-13 21:17 ` [PR PATCH] [Updated] " anjandev
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-10-13 9:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/39927#discussion_r994380211
Comment:
```suggestion
makedepends="termbox-devel lua54-devel pcre2-devel uthash"
```
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
2022-10-13 9:16 ` [PR REVIEW] " paper42
@ 2022-10-13 21:17 ` anjandev
2022-10-13 22:12 ` [PR REVIEW] " anjandev
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2022-10-13 21:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
There is an updated pull request by anjandev against master on the void-packages repository
https://github.com/anjandev/void-packages mle2
https://github.com/void-linux/void-packages/pull/39927
mle: update to 1.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39927.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mle2-39927.patch --]
[-- Type: text/x-diff, Size: 1105 bytes --]
From 454ba89717f267fe9557e24cc85cb8799e1bebb0 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 13 Oct 2022 14:17:20 -0700
Subject: [PATCH] mle: update to 1.5.0
---
srcpkgs/mle/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index bc456ae3623d..d7e3a90f5bae 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,16 @@
# Template file for 'mle'
pkgname=mle
-version=1.4.3
+version=1.5.0
revision=1
build_style=gnu-makefile
hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="termbox-devel lua54-devel pcre2-devel uthash"
short_desc="Flexible terminal-based text editor (C)"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="Apache-2.0"
homepage="https://github.com/adsr/mle"
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
post_install() {
vman mle.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
2022-10-13 9:16 ` [PR REVIEW] " paper42
2022-10-13 21:17 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-13 22:12 ` anjandev
2022-10-13 22:12 ` [PR PATCH] [Updated] " anjandev
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2022-10-13 22:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
New review comment by anjandev on void-packages repository
https://github.com/void-linux/void-packages/pull/39927#discussion_r995165879
Comment:
The build fails with this change. https://github.com/void-linux/void-packages/actions/runs/3245745329/jobs/5323669623
Moreover, pcre2-devel does not exist in void repos.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
` (2 preceding siblings ...)
2022-10-13 22:12 ` [PR REVIEW] " anjandev
@ 2022-10-13 22:12 ` anjandev
2022-10-14 9:54 ` [PR REVIEW] " paper42
2022-10-14 21:48 ` [PR PATCH] [Merged]: " paper42
5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2022-10-13 22:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
There is an updated pull request by anjandev against master on the void-packages repository
https://github.com/anjandev/void-packages mle2
https://github.com/void-linux/void-packages/pull/39927
mle: update to 1.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39927.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mle2-39927.patch --]
[-- Type: text/x-diff, Size: 1104 bytes --]
From 1068c76ac998467da352cf5a86efcb1de10ea8b3 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 13 Oct 2022 14:17:20 -0700
Subject: [PATCH] mle: update to 1.5.0
---
srcpkgs/mle/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index bc456ae3623d..9a96bf5443d2 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,16 @@
# Template file for 'mle'
pkgname=mle
-version=1.4.3
+version=1.5.0
revision=1
build_style=gnu-makefile
hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="termbox-devel lua54-devel pcre-devel uthash"
short_desc="Flexible terminal-based text editor (C)"
maintainer="Anjandev Momi <anjan@momi.ca>"
license="Apache-2.0"
homepage="https://github.com/adsr/mle"
distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
post_install() {
vman mle.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR REVIEW] mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
` (3 preceding siblings ...)
2022-10-13 22:12 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-14 9:54 ` paper42
2022-10-14 21:48 ` [PR PATCH] [Merged]: " paper42
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-10-14 9:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/39927#discussion_r995576464
Comment:
I see, I looked at master which supports pcre2, but it's not in this release yet, my bad. pcre2-devel does exist in void repositories though.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: mle: update to 1.5.0
2022-10-13 5:37 [PR PATCH] mle: update to 1.5.0 anjandev
` (4 preceding siblings ...)
2022-10-14 9:54 ` [PR REVIEW] " paper42
@ 2022-10-14 21:48 ` paper42
5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-10-14 21:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
There's a merged pull request on the void-packages repository
mle: update to 1.5.0
https://github.com/void-linux/void-packages/pull/39927
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 7+ messages in thread