Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] makedepend: update to 1.0.7
@ 2022-11-17 13:40 mdkcore0
  2022-11-18  5:56 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mdkcore0 @ 2022-11-17 13:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-makedepend
https://github.com/void-linux/void-packages/pull/40574

makedepend: update to 1.0.7
#### 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-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

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

From 1f669fda003d7f9f0ec990376bce97ae0892d420 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Wed, 16 Nov 2022 18:03:44 -0300
Subject: [PATCH] makedepend: update to 1.0.7

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

diff --git a/srcpkgs/makedepend/template b/srcpkgs/makedepend/template
index eb22f9dddd61..6d44f7f69eea 100644
--- a/srcpkgs/makedepend/template
+++ b/srcpkgs/makedepend/template
@@ -1,6 +1,6 @@
 # Template file for 'makedepend'
 pkgname=makedepend
-version=1.0.6
+version=1.0.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -9,8 +9,8 @@ short_desc="Dependency generator for makefiles"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
-checksum=d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c
+distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.xz"
+checksum=a729cfd3c0f4e16c0db1da351e7f53335222e058e3434e84f91251fd6d407065
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] makedepend: update to 1.0.7
  2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
  2022-11-18  5:56 ` [PR REVIEW] " classabbyamp
@ 2022-11-18  5:56 ` classabbyamp
  2022-11-19  0:31 ` [PR PATCH] [Updated] " mdkcore0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-18  5:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40574#discussion_r1026052759

Comment:
```suggestion
distfiles="${XORG_SITE}/util/makedepend-${version}.tar.xz"
```

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

* Re: [PR REVIEW] makedepend: update to 1.0.7
  2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
@ 2022-11-18  5:56 ` classabbyamp
  2022-11-18  5:56 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-18  5:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40574#discussion_r1026052834

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/util/makedepend"
```

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

* Re: [PR PATCH] [Updated] makedepend: update to 1.0.7
  2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
  2022-11-18  5:56 ` [PR REVIEW] " classabbyamp
  2022-11-18  5:56 ` classabbyamp
@ 2022-11-19  0:31 ` mdkcore0
  2022-11-19  0:32 ` mdkcore0
  2022-11-19  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: mdkcore0 @ 2022-11-19  0:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-makedepend
https://github.com/void-linux/void-packages/pull/40574

makedepend: update to 1.0.7
#### 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-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

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

From 448160b993a184cae274dfb941d4b9233b5aea65 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Wed, 16 Nov 2022 18:03:44 -0300
Subject: [PATCH] makedepend: update to 1.0.7

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

diff --git a/srcpkgs/makedepend/template b/srcpkgs/makedepend/template
index eb22f9dddd61..42be26c92d01 100644
--- a/srcpkgs/makedepend/template
+++ b/srcpkgs/makedepend/template
@@ -1,6 +1,6 @@
 # Template file for 'makedepend'
 pkgname=makedepend
-version=1.0.6
+version=1.0.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -8,9 +8,9 @@ makedepends="xorgproto"
 short_desc="Dependency generator for makefiles"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
-checksum=d558a52e8017d984ee59596a9582c8d699a1962391b632bec3bb6804bf4d501c
+homepage="https://gitlab.freedesktop.org/xorg/util/makedepend"
+distfiles="${XORG_SITE}/util/makedepend-${version}.tar.xz"
+checksum=a729cfd3c0f4e16c0db1da351e7f53335222e058e3434e84f91251fd6d407065
 
 post_install() {
 	vlicense COPYING

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

* Re: makedepend: update to 1.0.7
  2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
                   ` (2 preceding siblings ...)
  2022-11-19  0:31 ` [PR PATCH] [Updated] " mdkcore0
@ 2022-11-19  0:32 ` mdkcore0
  2022-11-19  0:41 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: mdkcore0 @ 2022-11-19  0:32 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/40574#issuecomment-1320701440

Comment:
adjust PR following suggestions :)

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

* Re: [PR PATCH] [Merged]: makedepend: update to 1.0.7
  2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
                   ` (3 preceding siblings ...)
  2022-11-19  0:32 ` mdkcore0
@ 2022-11-19  0:41 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-19  0:41 UTC (permalink / raw)
  To: ml

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

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

makedepend: update to 1.0.7
https://github.com/void-linux/void-packages/pull/40574

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-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - i686-libc


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

end of thread, other threads:[~2022-11-19  0:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 13:40 [PR PATCH] makedepend: update to 1.0.7 mdkcore0
2022-11-18  5:56 ` [PR REVIEW] " classabbyamp
2022-11-18  5:56 ` classabbyamp
2022-11-19  0:31 ` [PR PATCH] [Updated] " mdkcore0
2022-11-19  0:32 ` mdkcore0
2022-11-19  0:41 ` [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).