Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cgrep: update to 6.7.1.
@ 2021-12-21  8:22 UsernameRandomlyGenerated
  2021-12-22 22:19 ` [PR REVIEW] " Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-12-21  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages cgrep671
https://github.com/void-linux/void-packages/pull/34639

cgrep: update to 6.7.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a87c28b3159806dd3bd82fb16d39f424ca9756ee Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <overtwist_wt@aleeas.com>
Date: Tue, 21 Dec 2021 10:21:39 +0100
Subject: [PATCH] cgrep: update to 6.7.1.

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

diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template
index 15eda3bafd0e..446e01b403eb 100644
--- a/srcpkgs/cgrep/template
+++ b/srcpkgs/cgrep/template
@@ -1,7 +1,7 @@
 # Template file for 'cgrep'
 pkgname=cgrep
-version=6.6.33
-revision=2
+version=6.7.1
+revision=1
 build_style=haskell-stack
 stackage="lts-17.5"
 makedepends="pcre-devel pkg-config"
@@ -10,7 +10,7 @@ maintainer="slotThe <soliditsallgood@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://awgn.github.io/cgrep/"
 distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"
-checksum=f0d7114e9c26dc3ff3515711cce63864f3995ac06ed3743acf2560fc5a1eb78e
+checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
 nocross=yes
 nopie_files="/usr/bin/cgrep"
 conflicts="codesearch"

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

* Re: [PR REVIEW] cgrep: update to 6.7.1.
  2021-12-21  8:22 [PR PATCH] cgrep: update to 6.7.1 UsernameRandomlyGenerated
@ 2021-12-22 22:19 ` Chocimier
  2021-12-23  9:03 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
  2021-12-26  2:41 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-12-22 22:19 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34639#discussion_r774208465

Comment:
Use 18.6, that's newst for ghc 8.10.4 we have.

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

* Re: [PR PATCH] [Updated] cgrep: update to 6.7.1.
  2021-12-21  8:22 [PR PATCH] cgrep: update to 6.7.1 UsernameRandomlyGenerated
  2021-12-22 22:19 ` [PR REVIEW] " Chocimier
@ 2021-12-23  9:03 ` UsernameRandomlyGenerated
  2021-12-26  2:41 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: UsernameRandomlyGenerated @ 2021-12-23  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages cgrep671
https://github.com/void-linux/void-packages/pull/34639

cgrep: update to 6.7.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bcabbda771d1e2dc5247715eaa55e76a2f07537a Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <overtwist_wt@aleeas.com>
Date: Tue, 21 Dec 2021 10:21:39 +0100
Subject: [PATCH] cgrep: update to 6.7.1.

---
 srcpkgs/cgrep/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template
index 15eda3bafd0e..c987e67725b0 100644
--- a/srcpkgs/cgrep/template
+++ b/srcpkgs/cgrep/template
@@ -1,16 +1,16 @@
 # Template file for 'cgrep'
 pkgname=cgrep
-version=6.6.33
-revision=2
+version=6.7.1
+revision=1
 build_style=haskell-stack
-stackage="lts-17.5"
+stackage="lts-18.6"
 makedepends="pcre-devel pkg-config"
 short_desc="Context-aware grep for source codes"
 maintainer="slotThe <soliditsallgood@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://awgn.github.io/cgrep/"
 distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"
-checksum=f0d7114e9c26dc3ff3515711cce63864f3995ac06ed3743acf2560fc5a1eb78e
+checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
 nocross=yes
 nopie_files="/usr/bin/cgrep"
 conflicts="codesearch"

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

* Re: [PR PATCH] [Merged]: cgrep: update to 6.7.1.
  2021-12-21  8:22 [PR PATCH] cgrep: update to 6.7.1 UsernameRandomlyGenerated
  2021-12-22 22:19 ` [PR REVIEW] " Chocimier
  2021-12-23  9:03 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-12-26  2:41 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-12-26  2:41 UTC (permalink / raw)
  To: ml

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

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

cgrep: update to 6.7.1.
https://github.com/void-linux/void-packages/pull/34639

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-26  2:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  8:22 [PR PATCH] cgrep: update to 6.7.1 UsernameRandomlyGenerated
2021-12-22 22:19 ` [PR REVIEW] " Chocimier
2021-12-23  9:03 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-12-26  2:41 ` [PR PATCH] [Merged]: " ericonr

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