Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cgrep: update to 7.0.0
@ 2022-09-01  6:29 slotThe
  2022-09-06  5:50 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: slotThe @ 2022-09-01  6:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages cgrep-7.0.0
https://github.com/void-linux/void-packages/pull/39020

cgrep: update to 7.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From a99eea4880b5c93b50ab39dbc7af359e65d5101d Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Thu, 1 Sep 2022 08:25:40 +0200
Subject: [PATCH] cgrep: update to 7.0.0

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

diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template
index 1c54fe367396..185da187e493 100644
--- a/srcpkgs/cgrep/template
+++ b/srcpkgs/cgrep/template
@@ -1,16 +1,15 @@
 # Template file for 'cgrep'
 pkgname=cgrep
-version=6.7.1
-revision=3
+version=7.0.0
+revision=1
 build_style=haskell-stack
-stackage="lts-19.0"
 makedepends="pcre-devel pkg-config"
 short_desc="Context-aware grep for source codes"
-maintainer="slotThe <soliditsallgood@mailbox.org>"
+maintainer="Tony Zorman <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=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
+checksum=87c596447882b3acf0a754ac52ac1b5314961e652708a25ffc49ec5977b1f11a
 nocross=yes
 nopie_files="/usr/bin/cgrep"
 conflicts="codesearch"

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

* Re: [PR REVIEW] cgrep: update to 7.0.0
  2022-09-01  6:29 [PR PATCH] cgrep: update to 7.0.0 slotThe
@ 2022-09-06  5:50 ` classabbyamp
  2022-09-06  6:07 ` [PR PATCH] [Updated] " slotThe
  2022-09-06  6:21 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-06  5:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39020#discussion_r963277207

Comment:
```suggestion
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] cgrep: update to 7.0.0
  2022-09-01  6:29 [PR PATCH] cgrep: update to 7.0.0 slotThe
  2022-09-06  5:50 ` [PR REVIEW] " classabbyamp
@ 2022-09-06  6:07 ` slotThe
  2022-09-06  6:21 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: slotThe @ 2022-09-06  6:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/slotThe/void-packages cgrep-7.0.0
https://github.com/void-linux/void-packages/pull/39020

cgrep: update to 7.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

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

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

From 9bb0731a0fe6e3fdb0a94b48a1df5e4b496a9a0c Mon Sep 17 00:00:00 2001
From: Tony Zorman <soliditsallgood@mailbox.org>
Date: Thu, 1 Sep 2022 08:25:40 +0200
Subject: [PATCH] cgrep: update to 7.0.0

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

diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template
index 1c54fe367396..9d943300a68c 100644
--- a/srcpkgs/cgrep/template
+++ b/srcpkgs/cgrep/template
@@ -1,16 +1,15 @@
 # Template file for 'cgrep'
 pkgname=cgrep
-version=6.7.1
-revision=3
+version=7.0.0
+revision=1
 build_style=haskell-stack
-stackage="lts-19.0"
 makedepends="pcre-devel pkg-config"
 short_desc="Context-aware grep for source codes"
-maintainer="slotThe <soliditsallgood@mailbox.org>"
+maintainer="Tony Zorman <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=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
+distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
+checksum=87c596447882b3acf0a754ac52ac1b5314961e652708a25ffc49ec5977b1f11a
 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 7.0.0
  2022-09-01  6:29 [PR PATCH] cgrep: update to 7.0.0 slotThe
  2022-09-06  5:50 ` [PR REVIEW] " classabbyamp
  2022-09-06  6:07 ` [PR PATCH] [Updated] " slotThe
@ 2022-09-06  6:21 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-06  6:21 UTC (permalink / raw)
  To: ml

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

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

cgrep: update to 7.0.0
https://github.com/void-linux/void-packages/pull/39020

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

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

end of thread, other threads:[~2022-09-06  6:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  6:29 [PR PATCH] cgrep: update to 7.0.0 slotThe
2022-09-06  5:50 ` [PR REVIEW] " classabbyamp
2022-09-06  6:07 ` [PR PATCH] [Updated] " slotThe
2022-09-06  6:21 ` [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).