Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] highlight: update to 4.4
@ 2023-01-28 13:52 LucasTavaresA
  2023-02-11  5:59 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: LucasTavaresA @ 2023-01-28 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages highlight
https://github.com/void-linux/void-packages/pull/41913

highlight: update to 4.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 4f71531572ecb2abc71bdbdd5562deb4d3b06b46 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 28 Jan 2023 10:53:24 -0300
Subject: [PATCH] highlight: update to 4.4

---
 srcpkgs/highlight/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template
index 4c9de374894a..fee777eb6b23 100644
--- a/srcpkgs/highlight/template
+++ b/srcpkgs/highlight/template
@@ -1,7 +1,7 @@
 # Template file for 'highlight'
 pkgname=highlight
-version=4.1
-revision=3
+version=4.4
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config swig perl"
 makedepends="boost-devel lua54-devel perl"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
 distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
-checksum=3a4b6aa55b9837ea217f78e1f52bb294dbf3aaf4ccf8a5553cf859be4fbf3907
+checksum=9682336941db6b081c9be616ee778fc306386ddd2ed87881db87578bfa2a39ba
 # No check target, fails spectacularly when asked
 make_check=no
 conf_files="/etc/highlight/filetypes.conf"

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

* Re: [PR REVIEW] highlight: update to 4.4
  2023-01-28 13:52 [PR PATCH] highlight: update to 4.4 LucasTavaresA
@ 2023-02-11  5:59 ` classabbyamp
  2023-02-11  6:00 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  5:59 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41913#discussion_r1103537146

Comment:
```suggestion
distfiles="http://www.andre-simon.de/zip/highlight-${version}.tar.bz2"
```

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

* Re: [PR REVIEW] highlight: update to 4.4
  2023-01-28 13:52 [PR PATCH] highlight: update to 4.4 LucasTavaresA
  2023-02-11  5:59 ` [PR REVIEW] " classabbyamp
@ 2023-02-11  6:00 ` classabbyamp
  2023-02-11  6:02 ` [PR PATCH] [Updated] " LucasTavaresA
  2023-02-11  6:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  6:00 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41913#discussion_r1103537245

Comment:
```suggestion
homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
changelog="http://www.andre-simon.de/doku/highlight/en/changelog.php"
```

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

* Re: [PR PATCH] [Updated] highlight: update to 4.4
  2023-01-28 13:52 [PR PATCH] highlight: update to 4.4 LucasTavaresA
  2023-02-11  5:59 ` [PR REVIEW] " classabbyamp
  2023-02-11  6:00 ` classabbyamp
@ 2023-02-11  6:02 ` LucasTavaresA
  2023-02-11  6:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: LucasTavaresA @ 2023-02-11  6:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages highlight
https://github.com/void-linux/void-packages/pull/41913

highlight: update to 4.4
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From c5add00c50fa6610cbb9d72b658dbf47dbcb7f1c Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 28 Jan 2023 10:53:24 -0300
Subject: [PATCH] highlight: update to 4.4

---
 srcpkgs/highlight/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/highlight/template b/srcpkgs/highlight/template
index 4c9de374894a..d308896a2d63 100644
--- a/srcpkgs/highlight/template
+++ b/srcpkgs/highlight/template
@@ -1,7 +1,7 @@
 # Template file for 'highlight'
 pkgname=highlight
-version=4.1
-revision=3
+version=4.4
+revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config swig perl"
 makedepends="boost-devel lua54-devel perl"
@@ -9,8 +9,9 @@ short_desc="Fast and flexible source code highlighter (CLI version)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.andre-simon.de/doku/highlight/en/highlight.php"
-distfiles="http://www.andre-simon.de/zip/${pkgname}-${version}.tar.bz2"
-checksum=3a4b6aa55b9837ea217f78e1f52bb294dbf3aaf4ccf8a5553cf859be4fbf3907
+changelog="http://www.andre-simon.de/doku/highlight/en/changelog.php"
+distfiles="http://www.andre-simon.de/zip/highlight-${version}.tar.bz2"
+checksum=9682336941db6b081c9be616ee778fc306386ddd2ed87881db87578bfa2a39ba
 # No check target, fails spectacularly when asked
 make_check=no
 conf_files="/etc/highlight/filetypes.conf"

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

* Re: [PR PATCH] [Merged]: highlight: update to 4.4
  2023-01-28 13:52 [PR PATCH] highlight: update to 4.4 LucasTavaresA
                   ` (2 preceding siblings ...)
  2023-02-11  6:02 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2023-02-11  6:15 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  6:15 UTC (permalink / raw)
  To: ml

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

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

highlight: update to 4.4
https://github.com/void-linux/void-packages/pull/41913

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

end of thread, other threads:[~2023-02-11  6:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-28 13:52 [PR PATCH] highlight: update to 4.4 LucasTavaresA
2023-02-11  5:59 ` [PR REVIEW] " classabbyamp
2023-02-11  6:00 ` classabbyamp
2023-02-11  6:02 ` [PR PATCH] [Updated] " LucasTavaresA
2023-02-11  6:15 ` [PR PATCH] [Merged]: " classabbyamp

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).