Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vndr: update to 0.0.4
Date: Wed, 16 Oct 2019 18:08:42 +0200	[thread overview]
Message-ID: <20191016160842.50w8ZNYkDfk9d5I8sRrMj2RTStw8W57XrXH-IQcQFYM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15534@inbox.vuxu.org>

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

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

https://github.com/levithanius/void-packages vndr
https://github.com/void-linux/void-packages/pull/15534

vndr: update to 0.0.4


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

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

From 3708c33698d4620e00022928f32867ff05b6b6ba Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:10:44 +0200
Subject: [PATCH 1/3] cppzmq: update to 4.4.1

---
 srcpkgs/cppzmq/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/cppzmq/template b/srcpkgs/cppzmq/template
index d841d2334ab..bafa9a5cf16 100644
--- a/srcpkgs/cppzmq/template
+++ b/srcpkgs/cppzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'cppzmq'
 pkgname=cppzmq
-version=4.3.0
+version=4.4.1
 revision=1
 build_style=cmake
 configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
@@ -8,11 +8,6 @@ hostmakedepends="pkg-config"
 makedepends="zeromq-devel"
 short_desc="C++ binding for 0MQ"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="MIT"
 homepage="https://github.com/zeromq/cppzmq"
 distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
-checksum=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
-
-post_install() {
-	vlicense LICENSE
-}
+checksum=117fc1ca24d98dbe1a60c072cde13be863d429134907797f8e03f654ce679385

From 01c04ed899d85c1b26d48cc73f18f6a1c03385e7 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 17:14:51 +0200
Subject: [PATCH 2/3] vndr: update to 0.0.4

---
 srcpkgs/vndr/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index a7c6c4ebe07..cbf4a512940 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -1,12 +1,11 @@
 # Template file for 'vndr'
 pkgname=vndr
-version=0.0.3
+version=0.0.4
 revision=1
 build_style=go
 go_import_path=github.com/LK4D4/vndr
 short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
-license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
-checksum=dec53ba179dd2b854efb0d321a8e45b53cd2c7f06018d5ef65f55dfa9f28e840
+checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

From f901aa2b09c70795f66fc51227b0e0f7247dc266 Mon Sep 17 00:00:00 2001
From: levithanius <levithanius@gmail.com>
Date: Wed, 16 Oct 2019 18:08:18 +0200
Subject: [PATCH 3/3] fixed license error

---
 srcpkgs/vndr/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vndr/template b/srcpkgs/vndr/template
index cbf4a512940..23f24696ef1 100644
--- a/srcpkgs/vndr/template
+++ b/srcpkgs/vndr/template
@@ -6,6 +6,7 @@ build_style=go
 go_import_path=github.com/LK4D4/vndr
 short_desc="Stupid vendoring tool"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
+license="Apache-2.0"
 homepage="https://github.com/LK4D4/vndr"
 distfiles="https://github.com/LK4D4/vndr/archive/v${version}.tar.gz"
 checksum=929fdb8bd4ba34697d4efcb9ec2661df2b8499da512df02c349da53c1106e8ff

  parent reply	other threads:[~2019-10-16 16:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-16 15:15 [PR PATCH] " voidlinux-github
2019-10-16 16:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 16:08 ` voidlinux-github [this message]
2019-10-16 16:10 ` voidlinux-github
2019-10-16 16:10 ` voidlinux-github
2019-10-16 16:11 ` [PR PATCH] [Closed]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-10-16 12:28 [PR PATCH] " voidlinux-github
2019-10-16 13:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16 13:29 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191016160842.50w8ZNYkDfk9d5I8sRrMj2RTStw8W57XrXH-IQcQFYM@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).