Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mle: update to 1.7.2
@ 2023-05-26  6:20 adsr
  2023-05-26 13:07 ` leahneukirchen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: adsr @ 2023-05-26  6:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

There is a new pull request by adsr against master on the void-packages repository

https://github.com/adsr/void-packages mle_1_7_2
https://github.com/void-linux/void-packages/pull/44090

mle: update to 1.7.2
#### 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)


A patch file from https://github.com/void-linux/void-packages/pull/44090.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mle_1_7_2-44090.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From 6d3b84d8b0a1d79bc9c44d5a59a26b45eb7a723f Mon Sep 17 00:00:00 2001
From: Adam Saponara <as@php.net>
Date: Fri, 26 May 2023 02:18:53 -0400
Subject: [PATCH] mle: update to 1.7.2

---
 srcpkgs/mle/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index 9a96bf5443d2..a334007a42d0 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,20 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.5.0
+version=1.7.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="libtool"
-makedepends="termbox-devel lua54-devel pcre-devel uthash"
+makedepends="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=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
+checksum=5275fcfc58d3d4890d074077d94497db488b2648287b3e48e67b00ea517b02ba
+
+do_check() {
+    make test
+}
 
 post_install() {
 	vman mle.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mle: update to 1.7.2
  2023-05-26  6:20 [PR PATCH] mle: update to 1.7.2 adsr
@ 2023-05-26 13:07 ` leahneukirchen
  2023-05-26 23:55 ` [PR PATCH] [Updated] " adsr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-05-26 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/44090#issuecomment-1564370071

Comment:
Please fix lint, else :+1: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] mle: update to 1.7.2
  2023-05-26  6:20 [PR PATCH] mle: update to 1.7.2 adsr
  2023-05-26 13:07 ` leahneukirchen
@ 2023-05-26 23:55 ` adsr
  2023-05-26 23:56 ` adsr
  2023-05-27 12:58 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: adsr @ 2023-05-26 23:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

There is an updated pull request by adsr against master on the void-packages repository

https://github.com/adsr/void-packages mle_1_7_2
https://github.com/void-linux/void-packages/pull/44090

mle: update to 1.7.2
#### 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)


A patch file from https://github.com/void-linux/void-packages/pull/44090.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mle_1_7_2-44090.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]

From a481334723ab777404ad4d0bc9a4ed29e2339807 Mon Sep 17 00:00:00 2001
From: Adam Saponara <as@php.net>
Date: Fri, 26 May 2023 02:18:53 -0400
Subject: [PATCH] mle: update to 1.7.2

---
 srcpkgs/mle/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index 9a96bf5443d2..bd6e5665e861 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,20 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.5.0
+version=1.7.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="libtool"
-makedepends="termbox-devel lua54-devel pcre-devel uthash"
+makedepends="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=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
+checksum=5275fcfc58d3d4890d074077d94497db488b2648287b3e48e67b00ea517b02ba
+
+do_check() {
+	make test
+}
 
 post_install() {
 	vman mle.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mle: update to 1.7.2
  2023-05-26  6:20 [PR PATCH] mle: update to 1.7.2 adsr
  2023-05-26 13:07 ` leahneukirchen
  2023-05-26 23:55 ` [PR PATCH] [Updated] " adsr
@ 2023-05-26 23:56 ` adsr
  2023-05-27 12:58 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: adsr @ 2023-05-26 23:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New comment by adsr on void-packages repository

https://github.com/void-linux/void-packages/pull/44090#issuecomment-1565082416

Comment:
Fixed. Thank you @leahneukirchen.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: mle: update to 1.7.2
  2023-05-26  6:20 [PR PATCH] mle: update to 1.7.2 adsr
                   ` (2 preceding siblings ...)
  2023-05-26 23:56 ` adsr
@ 2023-05-27 12:58 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2023-05-27 12:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

There's a merged pull request on the void-packages repository

mle: update to 1.7.2
https://github.com/void-linux/void-packages/pull/44090

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)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-27 12:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26  6:20 [PR PATCH] mle: update to 1.7.2 adsr
2023-05-26 13:07 ` leahneukirchen
2023-05-26 23:55 ` [PR PATCH] [Updated] " adsr
2023-05-26 23:56 ` adsr
2023-05-27 12:58 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).