Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oniguruma: update to 6.9.5.
@ 2020-10-02 22:53 ericonr
  2020-10-02 23:50 ` [PR PATCH] [Updated] " ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ericonr @ 2020-10-02 22:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages onig
https://github.com/void-linux/void-packages/pull/25299

oniguruma: update to 6.9.5.


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

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

From 660119b56b1e881927aaee550979d226c9ebca89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 19:53:08 -0300
Subject: [PATCH] oniguruma: update to 6.9.5.

---
 srcpkgs/oniguruma/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index c017fe458d5..162f07471aa 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,6 +1,6 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.4
+version=6.9.5
 revision=1
 wrksrc="onig-${version}"
 build_style=gnu-configure
@@ -9,7 +9,7 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
 distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
-checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
+checksum=2f25cc3165e6da4b12dcabdb6b77c48f436d835e127ec2e3cad7abae9ea8e9a6
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
@ 2020-10-02 23:50 ` ericonr
  2020-10-03 17:06 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-02 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages onig
https://github.com/void-linux/void-packages/pull/25299

oniguruma: update to 6.9.5.


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

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

From fb0479a8295a8009318765b3984187afc495a7a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 19:53:08 -0300
Subject: [PATCH] oniguruma: update to 6.9.5, remove noarch.

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

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index c017fe458d5..8a3512f6930 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,6 +1,6 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.4
+version=6.9.5
 revision=1
 wrksrc="onig-${version}"
 build_style=gnu-configure
@@ -9,7 +9,7 @@ maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
 distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
-checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
+checksum=2f25cc3165e6da4b12dcabdb6b77c48f436d835e127ec2e3cad7abae9ea8e9a6
 
 post_install() {
 	vlicense COPYING
@@ -28,7 +28,6 @@ oniguruma-devel_package() {
 }
 
 oniguruma-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmkdir usr/share/doc/${sourcepkg}

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

* Re: oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
  2020-10-02 23:50 ` [PR PATCH] [Updated] " ericonr
@ 2020-10-03 17:06 ` ericonr
  2020-10-03 17:40 ` [PR PATCH] [Updated] " ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-03 17:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25299#issuecomment-703134136

Comment:
hmf, gotta fix some stuff. They have a rev1 out which we don't detect

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

* Re: [PR PATCH] [Updated] oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
  2020-10-02 23:50 ` [PR PATCH] [Updated] " ericonr
  2020-10-03 17:06 ` ericonr
@ 2020-10-03 17:40 ` ericonr
  2020-10-03 17:45 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-03 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages onig
https://github.com/void-linux/void-packages/pull/25299

oniguruma: update to 6.9.5.


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

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

From 9aea1f2778e5d3bd3a5a38db5e5e75846720dc76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 19:53:08 -0300
Subject: [PATCH] oniguruma: update to 6.9.5_rev1, remove noarch.

---
 srcpkgs/oniguruma/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index c017fe458d5..39de2b73552 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,15 +1,17 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.4
+version=6.9.5.rev1
+_ver="${version%.*}_${version##*.}"
 revision=1
-wrksrc="onig-${version}"
+wrksrc="onig-${version%.*}"
 build_style=gnu-configure
+configure_args="--enable-posix-api=yes"
 short_desc="Multi-charset regular expressions library"
 maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
-distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
-checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
+distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
+checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
 
 post_install() {
 	vlicense COPYING
@@ -28,7 +30,6 @@ oniguruma-devel_package() {
 }
 
 oniguruma-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmkdir usr/share/doc/${sourcepkg}

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

* Re: [PR PATCH] [Updated] oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
                   ` (2 preceding siblings ...)
  2020-10-03 17:40 ` [PR PATCH] [Updated] " ericonr
@ 2020-10-03 17:45 ` ericonr
  2020-10-03 18:01 ` ericonr
  2020-10-05 15:33 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-03 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages onig
https://github.com/void-linux/void-packages/pull/25299

oniguruma: update to 6.9.5.


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

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

From 5dc37c2148a34246aa09cfa18f9909336e4ac5a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 19:53:08 -0300
Subject: [PATCH] oniguruma: update to 6.9.5_rev1, remove noarch.

Also explicitly enable the POSIX API, since upstream now has it disabled
by default.
---
 srcpkgs/oniguruma/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index c017fe458d5..39de2b73552 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,15 +1,17 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.4
+version=6.9.5.rev1
+_ver="${version%.*}_${version##*.}"
 revision=1
-wrksrc="onig-${version}"
+wrksrc="onig-${version%.*}"
 build_style=gnu-configure
+configure_args="--enable-posix-api=yes"
 short_desc="Multi-charset regular expressions library"
 maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
-distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
-checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
+distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
+checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
 
 post_install() {
 	vlicense COPYING
@@ -28,7 +30,6 @@ oniguruma-devel_package() {
 }
 
 oniguruma-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmkdir usr/share/doc/${sourcepkg}

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

* Re: [PR PATCH] [Updated] oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
                   ` (3 preceding siblings ...)
  2020-10-03 17:45 ` ericonr
@ 2020-10-03 18:01 ` ericonr
  2020-10-05 15:33 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-03 18:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages onig
https://github.com/void-linux/void-packages/pull/25299

oniguruma: update to 6.9.5.


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

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

From d4352670a7a416b4d39a96f114fadd79557c41ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 19:53:08 -0300
Subject: [PATCH] oniguruma: update to 6.9.5_rev1, remove noarch.

Also explicitly enable the POSIX API, since upstream now has it disabled
by default.
---
 srcpkgs/oniguruma/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/oniguruma/template b/srcpkgs/oniguruma/template
index c017fe458d5..af4084eabc7 100644
--- a/srcpkgs/oniguruma/template
+++ b/srcpkgs/oniguruma/template
@@ -1,15 +1,17 @@
 # Template file for 'oniguruma'
 pkgname=oniguruma
-version=6.9.4
+version=6.9.5.rev1
 revision=1
-wrksrc="onig-${version}"
+_ver="${version%.*}_${version##*.}"
+wrksrc="onig-${version%.*}"
 build_style=gnu-configure
+configure_args="--enable-posix-api=yes"
 short_desc="Multi-charset regular expressions library"
 maintainer="John Regan <john@jrjrtech.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/kkos/oniguruma"
-distfiles="https://github.com/kkos/oniguruma/releases/download/v${version}/onig-${version}.tar.gz"
-checksum=4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
+distfiles="${homepage}/releases/download/v${_ver}/onig-${_ver}.tar.gz"
+checksum=d33c849d1672af227944878cefe0a8fcf26fc62bedba32aa517f2f63c314a99e
 
 post_install() {
 	vlicense COPYING
@@ -28,7 +30,6 @@ oniguruma-devel_package() {
 }
 
 oniguruma-doc_package() {
-	archs=noarch
 	short_desc+=" - documentation"
 	pkg_install() {
 		vmkdir usr/share/doc/${sourcepkg}

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

* Re: [PR PATCH] [Merged]: oniguruma: update to 6.9.5.
  2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
                   ` (4 preceding siblings ...)
  2020-10-03 18:01 ` ericonr
@ 2020-10-05 15:33 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-05 15:33 UTC (permalink / raw)
  To: ml

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

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

oniguruma: update to 6.9.5.
https://github.com/void-linux/void-packages/pull/25299

Description:


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

end of thread, other threads:[~2020-10-05 15:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 22:53 [PR PATCH] oniguruma: update to 6.9.5 ericonr
2020-10-02 23:50 ` [PR PATCH] [Updated] " ericonr
2020-10-03 17:06 ` ericonr
2020-10-03 17:40 ` [PR PATCH] [Updated] " ericonr
2020-10-03 17:45 ` ericonr
2020-10-03 18:01 ` ericonr
2020-10-05 15:33 ` [PR PATCH] [Merged]: " ericonr

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