Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] got: update to 0.71.
@ 2022-06-23 15:42 omar-polo
  2022-06-23 18:55 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: omar-polo @ 2022-06-23 15:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/omar-polo/void-packages got-0.71
https://github.com/void-linux/void-packages/pull/37659

got: update to 0.71.
The latest version on OpenBSD is 0.72 but in the -portable branch a version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.

The patch was also upstreamed so now got should cross-compile just fine.

- I tested the changes in this PR: **YES**


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

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

From 07e9d1bb1e1e6b8496352645624196dcf15b209f Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Thu, 23 Jun 2022 15:32:19 +0000
Subject: [PATCH] got: update to 0.71.

The latest version on OpenBSD is 0.72 but in the -portable branch a
version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.
---
 srcpkgs/got/patches/cross.patch | 18 ------------------
 srcpkgs/got/template            | 10 +++-------
 2 files changed, 3 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/got/patches/cross.patch

diff --git a/srcpkgs/got/patches/cross.patch b/srcpkgs/got/patches/cross.patch
deleted file mode 100644
index 377a34c8c475..000000000000
--- a/srcpkgs/got/patches/cross.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- got-portable-0.69/configure.ac.orig
-+++ got-portable-0.69/configure.ac
-@@ -204,6 +204,7 @@
- 		[return (reallocarray(NULL, 1, 1) == NULL);]
- 	)],
- 	AC_MSG_RESULT(yes),
-+	[AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])],
- 	[AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])]
- )
- AC_MSG_CHECKING([for working recallocarray])
-@@ -212,6 +213,7 @@
- 		[return (recallocarray(NULL, 1, 1, 1) == NULL);]
- 	)],
- 	AC_MSG_RESULT(yes),
-+	[AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])],
- 	[AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])]
- )
- 
diff --git a/srcpkgs/got/template b/srcpkgs/got/template
index 4c0b09d07b01..cb3454c05fed 100644
--- a/srcpkgs/got/template
+++ b/srcpkgs/got/template
@@ -1,21 +1,17 @@
 # Template file for 'got'
 pkgname=got
-version=0.70
+version=0.71
 revision=1
 wrksrc=got-portable-${version}
 build_style=gnu-configure
-hostmakedepends="automake byacc pkg-config"
+hostmakedepends="byacc pkg-config"
 makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel"
 short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
 maintainer="Omar Polo <op@omarpolo.com>"
 license="ISC"
 homepage="https://gameoftrees.org"
 distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
-checksum="2e534ed89f794a61543e6d2cb306903ea04f93977ed241004585c6b85e8b074e"
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum="16a61f49e52e189606d8f4236423f912b5cae71b1d505ef1313b4fc3173108f0"
 
 post_install() {
 	sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE

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

* Re: [PR REVIEW] got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
@ 2022-06-23 18:55 ` classabbyamp
  2022-06-23 19:45 ` paper42
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-06-23 18:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37659#discussion_r905360609

Comment:
```suggestion
homepage="https://gameoftrees.org"
changelog="http://gameoftrees.org/releases/CHANGES"
```

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

* Re: [PR REVIEW] got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
  2022-06-23 18:55 ` [PR REVIEW] " classabbyamp
@ 2022-06-23 19:45 ` paper42
  2022-06-23 21:38 ` classabbyamp
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-06-23 19:45 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37659#discussion_r905396210

Comment:
please add that line, but use https if possible

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

* Re: [PR REVIEW] got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
  2022-06-23 18:55 ` [PR REVIEW] " classabbyamp
  2022-06-23 19:45 ` paper42
@ 2022-06-23 21:38 ` classabbyamp
  2022-06-24  6:37 ` [PR PATCH] [Updated] " omar-polo
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-06-23 21:38 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37659#discussion_r905360609

Comment:
```suggestion
homepage="https://gameoftrees.org"
changelog="https://gameoftrees.org/releases/CHANGES"
```

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

* Re: [PR PATCH] [Updated] got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
                   ` (2 preceding siblings ...)
  2022-06-23 21:38 ` classabbyamp
@ 2022-06-24  6:37 ` omar-polo
  2022-06-24  6:39 ` [PR REVIEW] " omar-polo
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: omar-polo @ 2022-06-24  6:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/omar-polo/void-packages got-0.71
https://github.com/void-linux/void-packages/pull/37659

got: update to 0.71.
The latest version on OpenBSD is 0.72 but in the -portable branch a version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.

The patch was also upstreamed so now got should cross-compile just fine.

edit: the changelog can be consulted here: http://gameoftrees.org/releases/CHANGES

- I tested the changes in this PR: **YES**


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

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

From d5a6c181fe749fc94cb3980286e67c3fababb770 Mon Sep 17 00:00:00 2001
From: Omar Polo <op@omarpolo.com>
Date: Thu, 23 Jun 2022 15:32:19 +0000
Subject: [PATCH] got: update to 0.71.

The latest version on OpenBSD is 0.72 but in the -portable branch a
version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.
---
 srcpkgs/got/patches/cross.patch | 18 ------------------
 srcpkgs/got/template            | 11 ++++-------
 2 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/got/patches/cross.patch

diff --git a/srcpkgs/got/patches/cross.patch b/srcpkgs/got/patches/cross.patch
deleted file mode 100644
index 377a34c8c475..000000000000
--- a/srcpkgs/got/patches/cross.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- got-portable-0.69/configure.ac.orig
-+++ got-portable-0.69/configure.ac
-@@ -204,6 +204,7 @@
- 		[return (reallocarray(NULL, 1, 1) == NULL);]
- 	)],
- 	AC_MSG_RESULT(yes),
-+	[AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])],
- 	[AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])]
- )
- AC_MSG_CHECKING([for working recallocarray])
-@@ -212,6 +213,7 @@
- 		[return (recallocarray(NULL, 1, 1, 1) == NULL);]
- 	)],
- 	AC_MSG_RESULT(yes),
-+	[AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])],
- 	[AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])]
- )
- 
diff --git a/srcpkgs/got/template b/srcpkgs/got/template
index 4c0b09d07b01..1113cca08d9b 100644
--- a/srcpkgs/got/template
+++ b/srcpkgs/got/template
@@ -1,21 +1,18 @@
 # Template file for 'got'
 pkgname=got
-version=0.70
+version=0.71
 revision=1
 wrksrc=got-portable-${version}
 build_style=gnu-configure
-hostmakedepends="automake byacc pkg-config"
+hostmakedepends="byacc pkg-config"
 makedepends="libmd-devel zlib-devel libuuid-devel libbsd-devel ncurses-devel openssl-devel"
 short_desc="VCS which prioritizes ease of use and simplicity over flexibility"
 maintainer="Omar Polo <op@omarpolo.com>"
 license="ISC"
 homepage="https://gameoftrees.org"
+changelog="https://gameoftrees.org/releases/CHANGES"
 distfiles="https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz"
-checksum="2e534ed89f794a61543e6d2cb306903ea04f93977ed241004585c6b85e8b074e"
-
-pre_configure() {
-	autoreconf -fi
-}
+checksum="16a61f49e52e189606d8f4236423f912b5cae71b1d505ef1313b4fc3173108f0"
 
 post_install() {
 	sed -n '/Copyright/,/PERFORMANCE/p' got/got.c > LICENSE

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

* Re: [PR REVIEW] got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
                   ` (3 preceding siblings ...)
  2022-06-24  6:37 ` [PR PATCH] [Updated] " omar-polo
@ 2022-06-24  6:39 ` omar-polo
  2022-06-24  6:42 ` [PR PATCH] [Merged]: " classabbyamp
  2022-06-24  6:44 ` omar-polo
  6 siblings, 0 replies; 8+ messages in thread
From: omar-polo @ 2022-06-24  6:39 UTC (permalink / raw)
  To: ml

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

New review comment by omar-polo on void-packages repository

https://github.com/void-linux/void-packages/pull/37659#discussion_r905761433

Comment:
Added.  Thanks, I didn't know about this variable! :)

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

* Re: [PR PATCH] [Merged]: got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
                   ` (4 preceding siblings ...)
  2022-06-24  6:39 ` [PR REVIEW] " omar-polo
@ 2022-06-24  6:42 ` classabbyamp
  2022-06-24  6:44 ` omar-polo
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-06-24  6:42 UTC (permalink / raw)
  To: ml

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

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

got: update to 0.71.
https://github.com/void-linux/void-packages/pull/37659

Description:
The latest version on OpenBSD is 0.72 but in the -portable branch a version was skipped by mistake and so we have a 0.71 that's actually 0.72.
Next -portable version will be 0.73 in par again with the OpenBSD version.

The patch was also upstreamed so now got should cross-compile just fine.

edit: the changelog can be consulted here: http://gameoftrees.org/releases/CHANGES

- I tested the changes in this PR: **YES**


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

* Re: got: update to 0.71.
  2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
                   ` (5 preceding siblings ...)
  2022-06-24  6:42 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-06-24  6:44 ` omar-polo
  6 siblings, 0 replies; 8+ messages in thread
From: omar-polo @ 2022-06-24  6:44 UTC (permalink / raw)
  To: ml

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

New comment by omar-polo on void-packages repository

https://github.com/void-linux/void-packages/pull/37659#issuecomment-1165255903

Comment:
Thanks :)

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 15:42 [PR PATCH] got: update to 0.71 omar-polo
2022-06-23 18:55 ` [PR REVIEW] " classabbyamp
2022-06-23 19:45 ` paper42
2022-06-23 21:38 ` classabbyamp
2022-06-24  6:37 ` [PR PATCH] [Updated] " omar-polo
2022-06-24  6:39 ` [PR REVIEW] " omar-polo
2022-06-24  6:42 ` [PR PATCH] [Merged]: " classabbyamp
2022-06-24  6:44 ` omar-polo

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