Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gomacro-2.7
@ 2019-10-26 16:10 voidlinux-github
  2019-11-12  9:21 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-26 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From a67ed031a75a5e8f7838482131076b96960a2df8 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Sat, 26 Oct 2019 18:06:44 +0200
Subject: [PATCH] New package: gomacro-2.7

---
 srcpkgs/gomacro/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/gomacro/template

diff --git a/srcpkgs/gomacro/template b/srcpkgs/gomacro/template
new file mode 100644
index 00000000000..e0638f4db1d
--- /dev/null
+++ b/srcpkgs/gomacro/template
@@ -0,0 +1,15 @@
+# Template file for 'gomacro'
+pkgname=gomacro
+version=2.7
+revision=1
+#create_wrksrc=yes
+#archs="i686 x86_64"
+build_style=go
+go_import_path=github.com/cosmos72/gomacro
+hostmakedepends="git"
+short_desc="Interactive Go interpreter and debugger"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MPL-2.0"
+homepage="https://github.com/cosmos72/gomacro"
+distfiles="https://github.com/cosmos72/gomacro/archive/v${version}.tar.gz"
+checksum=92748d77e8a5cc9a699f711f3a421a067cdc484ce9bf13da950268c825682210

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
@ 2019-11-12  9:21 ` voidlinux-github
  2019-11-12  9:23 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From b4a46a9196abf5cfa2171f96939bbb5b31ca6dd5 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Sat, 26 Oct 2019 18:06:44 +0200
Subject: [PATCH 1/2] New package: gomacro-2.7

---
 srcpkgs/gomacro/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/gomacro/template

diff --git a/srcpkgs/gomacro/template b/srcpkgs/gomacro/template
new file mode 100644
index 00000000000..e0638f4db1d
--- /dev/null
+++ b/srcpkgs/gomacro/template
@@ -0,0 +1,15 @@
+# Template file for 'gomacro'
+pkgname=gomacro
+version=2.7
+revision=1
+#create_wrksrc=yes
+#archs="i686 x86_64"
+build_style=go
+go_import_path=github.com/cosmos72/gomacro
+hostmakedepends="git"
+short_desc="Interactive Go interpreter and debugger"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MPL-2.0"
+homepage="https://github.com/cosmos72/gomacro"
+distfiles="https://github.com/cosmos72/gomacro/archive/v${version}.tar.gz"
+checksum=92748d77e8a5cc9a699f711f3a421a067cdc484ce9bf13da950268c825682210

From 3c59319d7654ac872a37e93e365d47be4fa937a4 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:00:59 +0100
Subject: [PATCH 2/2] termshark: update to 2.0.0.

---
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  6 +--
 3 files changed, 3 insertions(+), 71 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..8fbf94f31a2 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,11 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 # should be obsolete by next release, see:
 # https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
  2019-11-12  9:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-12  9:23 ` voidlinux-github
  2019-11-12  9:26 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From 45a7bcb76a73a06009932ecba34520ebb3fa1c20 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:00:59 +0100
Subject: [PATCH] termshark: update to 2.0.0.

---
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  6 +--
 3 files changed, 3 insertions(+), 71 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..8fbf94f31a2 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,11 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 # should be obsolete by next release, see:
 # https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
  2019-11-12  9:21 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-12  9:23 ` voidlinux-github
@ 2019-11-12  9:26 ` voidlinux-github
  2019-11-12  9:29 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From b8ba2760f811dedc491db90752a546e1ffc88474 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 10 Nov 2019 17:04:22 +0100
Subject: [PATCH 1/2] linux4.4: update to 4.4.200.

[skip ci]
---
 srcpkgs/linux4.4/template                     |  4 +-
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  6 +--
 4 files changed, 5 insertions(+), 73 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/linux4.4/template b/srcpkgs/linux4.4/template
index e1380afdc49..287942d007a 100644
--- a/srcpkgs/linux4.4/template
+++ b/srcpkgs/linux4.4/template
@@ -1,6 +1,6 @@
 # Template file for 'linux4.4'
 pkgname=linux4.4
-version=4.4.198
+version=4.4.200
 revision=1
 wrksrc="linux-${version}"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -8,7 +8,7 @@ homepage="https://www.kernel.org"
 license="GPL-2.0-only"
 short_desc="The Linux kernel and modules (${version%.*} series)"
 distfiles="${KERNEL_SITE}/kernel/v4.x/linux-${version}.tar.xz"
-checksum=ecf808d88d04086da25bf44288d63a7110dd99948c17bc1162e5301abccff312
+checksum=d559ed60f5a1bf4dbfc6355b5abab829f0596dab8af7eefa74b9036c8581e809
 
 nocross=yes
 nodebug=yes
diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..8fbf94f31a2 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,11 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 # should be obsolete by next release, see:
 # https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
 
 post_install() {
 	vlicense LICENSE

From e53821e88c3a2a0b6b0e22848886fc4fc29f6b0b Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:26:10 +0100
Subject: [PATCH 2/2] termshark: update to 2.0.0.

---
 srcpkgs/termshark/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 8fbf94f31a2..76b79d28132 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -14,10 +14,6 @@ homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
 checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
-# should be obsolete by next release, see:
-# https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-11-12  9:26 ` voidlinux-github
@ 2019-11-12  9:29 ` voidlinux-github
  2019-11-12  9:31 ` voidlinux-github
  2019-11-12  9:38 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From 28d5d339c91ddaa33a4aa29bd1011a7d1f5cc2ff Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 10 Nov 2019 17:04:22 +0100
Subject: [PATCH 1/2] linux4.4: update to 4.4.200.

[skip ci]
---
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  6 +--
 3 files changed, 3 insertions(+), 71 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..8fbf94f31a2 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,11 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 # should be obsolete by next release, see:
 # https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
 
 post_install() {
 	vlicense LICENSE

From 53dd2a008eeafe4beee2d47b8743f139adefcfd1 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:26:10 +0100
Subject: [PATCH 2/2] termshark: update to 2.0.0.

---
 srcpkgs/termshark/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 8fbf94f31a2..76b79d28132 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -14,10 +14,6 @@ homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
 checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
-# should be obsolete by next release, see:
-# https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-11-12  9:29 ` voidlinux-github
@ 2019-11-12  9:31 ` voidlinux-github
  2019-11-12  9:38 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From 20176589f234c8c3f3a95bf97dd61722b1be9310 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Sun, 10 Nov 2019 17:04:22 +0100
Subject: [PATCH 1/2] linux4.4: update to 4.4.200.

[skip ci]
---
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  6 +--
 3 files changed, 3 insertions(+), 71 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..8fbf94f31a2 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,11 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 # should be obsolete by next release, see:
 # https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
 
 post_install() {
 	vlicense LICENSE

From c601d5a3c19ffe633a6fdebc7ad957c1d779a897 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:26:10 +0100
Subject: [PATCH 2/2] termshark: update to 2.0.0.

---
 srcpkgs/termshark/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 8fbf94f31a2..76b79d28132 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -14,10 +14,6 @@ homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
 checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
-# should be obsolete by next release, see:
-# https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-#go_ldflags="-X github.com/gcla/termshark.Version=${version}"
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: gomacro-2.7
  2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-11-12  9:31 ` voidlinux-github
@ 2019-11-12  9:38 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-11-12  9:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages master
https://github.com/void-linux/void-packages/pull/15814

New package: gomacro-2.7
gomacro is an almost complete Go interpreter, implemented in pure Go. It offers both an interactive REPL and a scripting mode, and does not require a Go toolchain at runtime (except in one very specific case: import of a 3rd party package at runtime).

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

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

From 4dc9e76651809c811a73eca9dc9e80a66ef5b2b2 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Tue, 12 Nov 2019 10:38:31 +0100
Subject: [PATCH] termshark: update to 2.0.0.

---
 .../termshark/patches/default-interface.patch | 27 ------------
 srcpkgs/termshark/patches/license.patch       | 41 -------------------
 srcpkgs/termshark/template                    |  8 +---
 3 files changed, 2 insertions(+), 74 deletions(-)
 delete mode 100644 srcpkgs/termshark/patches/default-interface.patch
 delete mode 100644 srcpkgs/termshark/patches/license.patch

diff --git a/srcpkgs/termshark/patches/default-interface.patch b/srcpkgs/termshark/patches/default-interface.patch
deleted file mode 100644
index 0ed3fec5527..00000000000
--- a/srcpkgs/termshark/patches/default-interface.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-# reason: default to first interface if no args are given
-# source: https://github.com/gcla/termshark/commit/99241799288932a26d92a9a72a69e01829906054
-
-From 99241799288932a26d92a9a72a69e01829906054 Mon Sep 17 00:00:00 2001
-From: Ross Jacobs <rj@swit.sh>
-Date: Tue, 23 Apr 2019 22:34:20 +0100
-Subject: [PATCH] Fixes #5, fixes #8
-
----
- cmd/termshark/termshark.go | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go
-index 16ed5d2..b268f5d 100644
---- cmd/termshark/termshark.go
-+++ cmd/termshark/termshark.go
-@@ -2230,6 +2230,10 @@ func cmain() int {
- 	// argument is a pcap file e.g. termshark foo.pcap
- 	if pcapf == "" && opts.Iface == "" {
- 		pcapf = string(opts.Args.FilterOrFile)
-+		// `termshark` => `termshark -i 1` (livecapture on default interface if no args)
-+		if pcapf == "" {
-+			opts.Iface = "1"
-+		}
- 	} else {
- 		// Add it to filter args. Figure out later if they're capture or display.
- 		filterArgs = append(filterArgs, opts.Args.FilterOrFile)
diff --git a/srcpkgs/termshark/patches/license.patch b/srcpkgs/termshark/patches/license.patch
deleted file mode 100644
index 5c859cdfd79..00000000000
--- a/srcpkgs/termshark/patches/license.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-# reason: add MIT license (+1 commit after 1.0.0 release)
-# source: https://github.com/gcla/termshark/commit/b0f047255ce8c9023dd4e9aa16276deaa79fce89
-
-From b0f047255ce8c9023dd4e9aa16276deaa79fce89 Mon Sep 17 00:00:00 2001
-From: Graham Clark <grclark@gmail.com>
-Date: Mon, 22 Apr 2019 22:27:08 -0400
-Subject: [PATCH] Fix the license - thanks to Andrew Benson for reporting this.
-
----
- LICENSE | 22 ++++++++++++++++++++++
- 1 file changed, 22 insertions(+)
- create mode 100644 LICENSE
-
-diff --git a/LICENSE b/LICENSE
-new file mode 100644
-index 0000000..b34611b
---- /dev/null
-+++ LICENSE
-@@ -0,0 +1,22 @@
-+The MIT License (MIT)
-+
-+Copyright (c) 2019 Graham Clark
-+
-+Permission is hereby granted, free of charge, to any person obtaining a copy
-+of this software and associated documentation files (the "Software"), to deal
-+in the Software without restriction, including without limitation the rights
-+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-+copies of the Software, and to permit persons to whom the Software is
-+furnished to do so, subject to the following conditions:
-+
-+The above copyright notice and this permission notice shall be included in all
-+copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-+SOFTWARE.
-+
diff --git a/srcpkgs/termshark/template b/srcpkgs/termshark/template
index 62634c6da59..76b79d28132 100644
--- a/srcpkgs/termshark/template
+++ b/srcpkgs/termshark/template
@@ -1,6 +1,6 @@
 # Template file for 'termshark'
 pkgname=termshark
-version=1.0.0
+version=2.0.0
 revision=1
 build_style=go
 go_import_path="github.com/gcla/termshark"
@@ -12,11 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="MIT"
 homepage="https://github.com/gcla/termshark"
 distfiles="https://github.com/gcla/termshark/archive/v${version}.tar.gz"
-checksum=669bba0e8dd7df54ade6321a5c7d2ec20563ffd777f7b3b0394a11f88da64698
-
-# should be obsolete by next release, see:
-# https://github.com/gcla/termshark/commit/cd358de177ba07c31a084ad4dbb3cf45aa6c7ffd
-go_ldflags="-X github.com/gcla/termshark.Version=${version}"
+checksum=37129758921aad149f96a0c22cb561a223afb5b16c2a5adc6bc40c0e313e3a08
 
 post_install() {
 	vlicense LICENSE

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

end of thread, other threads:[~2019-11-12  9:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 16:10 [PR PATCH] New package: gomacro-2.7 voidlinux-github
2019-11-12  9:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-12  9:23 ` voidlinux-github
2019-11-12  9:26 ` voidlinux-github
2019-11-12  9:29 ` voidlinux-github
2019-11-12  9:31 ` voidlinux-github
2019-11-12  9:38 ` voidlinux-github

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