Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] oniguruma: update to 6.9.5.
Date: Sat, 03 Oct 2020 19:45:01 +0200	[thread overview]
Message-ID: <20201003174501.Xglq8oaqfB_rJE7D9CPTxm4oNvvNOfCqz-wS4IhRBbg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25299@inbox.vuxu.org>

[-- 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}

  parent reply	other threads:[~2020-10-03 17:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02 22:53 [PR PATCH] " 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 [this message]
2020-10-03 18:01 ` ericonr
2020-10-05 15:33 ` [PR PATCH] [Merged]: " ericonr

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=20201003174501.Xglq8oaqfB_rJE7D9CPTxm4oNvvNOfCqz-wS4IhRBbg@z \
    --to=ericonr@users.noreply.github.com \
    --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).