Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cmake: update to 3.18.4
@ 2020-11-01 20:00 ndowens
  2020-11-01 21:17 ` [PR PATCH] [Updated] " ndowens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-11-01 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake
https://github.com/void-linux/void-packages/pull/26056

cmake: update to 3.18.4


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

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

From 1c198c456e4ed054f074b88bfd949baa63fb800c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 14:00:00 -0600
Subject: [PATCH] cmake: update to 3.18.4

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index a3fc64c83a2..b3fe61de370 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DCMAKE_BUILD_TYPE=None
@@ -20,7 +20,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/share/doc/cmake

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

* Re: [PR PATCH] [Updated] cmake: update to 3.18.4
  2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
@ 2020-11-01 21:17 ` ndowens
  2020-11-02  0:04 ` ndowens
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-01 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake
https://github.com/void-linux/void-packages/pull/26056

cmake: update to 3.18.4


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

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

From c1f243c1a4997a47bc3d47abcbf77259eaa73c6d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 14:00:00 -0600
Subject: [PATCH] cmake: update to 3.18.4

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index a3fc64c83a2..2073a15a694 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DCMAKE_BUILD_TYPE=None
@@ -16,11 +16,11 @@ makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel rhash-devel"
 checkdepends="pax pkg-config"
 short_desc="Cross-platform, open-source build system"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/share/doc/cmake

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

* Re: [PR PATCH] [Updated] cmake: update to 3.18.4
  2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
  2020-11-01 21:17 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-02  0:04 ` ndowens
  2020-11-02  0:05 ` ndowens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-02  0:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages cmake
https://github.com/void-linux/void-packages/pull/26056

cmake: update to 3.18.4
Update and change email address used 

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

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

From c1f243c1a4997a47bc3d47abcbf77259eaa73c6d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 14:00:00 -0600
Subject: [PATCH 1/2] cmake: update to 3.18.4

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

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index a3fc64c83a2..2073a15a694 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DCMAKE_BUILD_TYPE=None
@@ -16,11 +16,11 @@ makedepends="expat-devel libarchive-devel libcurl-devel libuv-devel
  ncurses-devel rhash-devel"
 checkdepends="pax pkg-config"
 short_desc="Cross-platform, open-source build system"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/${pkgname}-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/share/doc/cmake

From 6043913b7eb84cf759572f2a5a8089e2b00f7744 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 1 Nov 2020 18:04:31 -0600
Subject: [PATCH 2/2] cmake-gui: update to 3.18.4

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

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 5288cbafeff..ba099cf8249 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
-version=3.18.2
-revision=2
+version=3.18.4
+revision=1
 wrksrc="cmake-${version}"
 build_style=cmake
 configure_args="
@@ -17,11 +17,11 @@ makedepends="jsoncpp-devel libarchive-devel libcurl-devel libuv-devel
 depends="desktop-file-utils shared-mime-info"
 checkdepends="pax pkg-config"
 short_desc="Cross-platform, open-source build system - Qt GUI"
-maintainer="Nathan Owens <ndowens04@gmail.com>"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
 license="LGPL-2.1-or-later, GPL-3.0-or-later, BSD-3-Clause"
 homepage="https://www.cmake.org"
 distfiles="https://www.cmake.org/files/v${version%.*}/cmake-${version}.tar.gz"
-checksum=5d4e40fc775d3d828c72e5c45906b4d9b59003c9433ff1b36a1cb552bbd51d7e
+checksum=597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77
 
 do_install() {
 	# We are only interested in cmake-gui.

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

* Re: cmake: update to 3.18.4
  2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
  2020-11-01 21:17 ` [PR PATCH] [Updated] " ndowens
  2020-11-02  0:04 ` ndowens
@ 2020-11-02  0:05 ` ndowens
  2020-11-02  0:15 ` ndowens
  2020-11-02 20:48 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-02  0:05 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26056#issuecomment-720174284

Comment:
> bump cmake-gui as well!

Done

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

* Re: cmake: update to 3.18.4
  2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
                   ` (2 preceding siblings ...)
  2020-11-02  0:05 ` ndowens
@ 2020-11-02  0:15 ` ndowens
  2020-11-02 20:48 ` [PR PATCH] [Closed]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-02  0:15 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26056#issuecomment-720174284

Comment:
> bump cmake-gui as well!

Done

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

* Re: [PR PATCH] [Closed]: cmake: update to 3.18.4
  2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
                   ` (3 preceding siblings ...)
  2020-11-02  0:15 ` ndowens
@ 2020-11-02 20:48 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-11-02 20:48 UTC (permalink / raw)
  To: ml

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

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

cmake: update to 3.18.4
https://github.com/void-linux/void-packages/pull/26056

Description:
Update and change email address used 

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

end of thread, other threads:[~2020-11-02 20:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-01 20:00 [PR PATCH] cmake: update to 3.18.4 ndowens
2020-11-01 21:17 ` [PR PATCH] [Updated] " ndowens
2020-11-02  0:04 ` ndowens
2020-11-02  0:05 ` ndowens
2020-11-02  0:15 ` ndowens
2020-11-02 20:48 ` [PR PATCH] [Closed]: " Piraty

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