Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mawk: update to 1.3.4.20190203.
@ 2019-11-05 20:01 voidlinux-github
  2019-11-05 20:11 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-05 21:23 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-05 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org mawk
https://github.com/void-linux/void-packages/pull/16155

mawk: update to 1.3.4.20190203.


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

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

From 23665c646cdb943a2b260d6b461720f9e9256381 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 5 Nov 2019 21:00:29 +0100
Subject: [PATCH] mawk: update to 1.3.4.20190203.

---
 srcpkgs/mawk/template | 16 +++++++---------
 srcpkgs/mawk/update   |  1 +
 2 files changed, 8 insertions(+), 9 deletions(-)
 create mode 100644 srcpkgs/mawk/update

diff --git a/srcpkgs/mawk/template b/srcpkgs/mawk/template
index a657029e4bb..538a86d13ec 100644
--- a/srcpkgs/mawk/template
+++ b/srcpkgs/mawk/template
@@ -1,20 +1,18 @@
 # Template file for 'mawk'
 pkgname=mawk
-_distver=1.3.4
-_datever=20171017
-version=${_distver}.${_datever}
+version=1.3.4.20190203
 revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc="${pkgname}-${_distver}"
 build_style="gnu-configure"
-short_desc="An interpreter for the AWK Programming Language"
+short_desc="Interpreter for the AWK Programming Language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/mawk/mawk.html"
-distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
-checksum=db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
-wrksrc="${pkgname}-${_distver}-${_datever}"
-
-provides="awk-0_1"
+distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}.tgz"
+checksum=daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b839
 alternatives="
  awk:awk:/usr/bin/mawk
  awk:awk.1:/usr/share/man/man1/mawk.1
 "
+provides="awk-0_1"
diff --git a/srcpkgs/mawk/update b/srcpkgs/mawk/update
new file mode 100644
index 00000000000..9eaba5ef293
--- /dev/null
+++ b/srcpkgs/mawk/update
@@ -0,0 +1 @@
+pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_])?\K([^/_\s]*?\d[^/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'

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

* Re: [PR PATCH] [Updated] mawk: update to 1.3.4.20190203.
  2019-11-05 20:01 [PR PATCH] mawk: update to 1.3.4.20190203 voidlinux-github
@ 2019-11-05 20:11 ` voidlinux-github
  2019-11-05 21:23 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-05 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org mawk
https://github.com/void-linux/void-packages/pull/16155

mawk: update to 1.3.4.20190203.


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

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

From f93aa338abd97a296d956cbc4dc2079f1b33a3de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 5 Nov 2019 21:10:59 +0100
Subject: [PATCH] mawk: update to 1.3.4.20190203.

---
 srcpkgs/mawk/template | 16 +++++++---------
 srcpkgs/mawk/update   |  1 +
 2 files changed, 8 insertions(+), 9 deletions(-)
 create mode 100644 srcpkgs/mawk/update

diff --git a/srcpkgs/mawk/template b/srcpkgs/mawk/template
index a657029e4bb..7aedd59e535 100644
--- a/srcpkgs/mawk/template
+++ b/srcpkgs/mawk/template
@@ -1,20 +1,18 @@
 # Template file for 'mawk'
 pkgname=mawk
-_distver=1.3.4
-_datever=20171017
-version=${_distver}.${_datever}
+version=1.3.4.20190203
 revision=1
+_distver="${version%.*}-${version##*.}"
+wrksrc="${pkgname}-${_distver}"
 build_style="gnu-configure"
-short_desc="An interpreter for the AWK Programming Language"
+short_desc="Interpreter for the AWK Programming Language"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://invisible-island.net/mawk/mawk.html"
-distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
-checksum=db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
-wrksrc="${pkgname}-${_distver}-${_datever}"
-
-provides="awk-0_1"
+distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}.tgz"
+checksum=daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b840
 alternatives="
  awk:awk:/usr/bin/mawk
  awk:awk.1:/usr/share/man/man1/mawk.1
 "
+provides="awk-0_1"
diff --git a/srcpkgs/mawk/update b/srcpkgs/mawk/update
new file mode 100644
index 00000000000..9eaba5ef293
--- /dev/null
+++ b/srcpkgs/mawk/update
@@ -0,0 +1 @@
+pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_])?\K([^/_\s]*?\d[^/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'

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

* Re: [PR PATCH] [Merged]: mawk: update to 1.3.4.20190203.
  2019-11-05 20:01 [PR PATCH] mawk: update to 1.3.4.20190203 voidlinux-github
  2019-11-05 20:11 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-05 21:23 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-05 21:23 UTC (permalink / raw)
  To: ml

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

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

mawk: update to 1.3.4.20190203.
https://github.com/void-linux/void-packages/pull/16155

Description:


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

end of thread, other threads:[~2019-11-05 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 20:01 [PR PATCH] mawk: update to 1.3.4.20190203 voidlinux-github
2019-11-05 20:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-05 21:23 ` [PR PATCH] [Merged]: " 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).