Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pcre: replace the no longer available distfile URL
@ 2021-11-06 11:43 baal-zebub
  2021-11-06 11:47 ` [PR PATCH] [Updated] " baal-zebub
  2021-11-08 22:00 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: baal-zebub @ 2021-11-06 11:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages pcre
https://github.com/void-linux/void-packages/pull/33924

pcre: replace the no longer available distfile URL
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

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

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

From 03687b9997dbed9c96b2293ed22d8b26c82025f5 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sat, 6 Nov 2021 12:41:03 +0100
Subject: [PATCH] pcre: replace the no longer available distfile URL

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

diff --git a/srcpkgs/pcre/template b/srcpkgs/pcre/template
index e2f0b635b30d..d97a41240fc6 100644
--- a/srcpkgs/pcre/template
+++ b/srcpkgs/pcre/template
@@ -1,7 +1,7 @@
 # Template file for 'pcre'
 pkgname=pcre
 version=8.44
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-utf8 --enable-unicode-properties --with-pic
  --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
@@ -11,7 +11,7 @@ short_desc="Perl Compatible Regular Expressions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://www.pcre.org/"
-distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
+distfiles="${SOURCEFORGE_SITE}/pcre/pcre/${version}/${pkgname}-${version}.tar.bz2"
 checksum=19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Updated] pcre: replace the no longer available distfile URL
  2021-11-06 11:43 [PR PATCH] pcre: replace the no longer available distfile URL baal-zebub
@ 2021-11-06 11:47 ` baal-zebub
  2021-11-08 22:00 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: baal-zebub @ 2021-11-06 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages pcre
https://github.com/void-linux/void-packages/pull/33924

pcre: replace the no longer available distfile URL
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

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

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

From 835de85a71f499dc5b719fb42bc0c762a8b74d8f Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Sat, 6 Nov 2021 12:41:03 +0100
Subject: [PATCH] pcre: replace the no longer available distfile URL

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

diff --git a/srcpkgs/pcre/template b/srcpkgs/pcre/template
index 4e23babf8f87..22b520b1a7c4 100644
--- a/srcpkgs/pcre/template
+++ b/srcpkgs/pcre/template
@@ -1,7 +1,7 @@
 # Template file for 'pcre'
 pkgname=pcre
 version=8.45
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-utf8 --enable-unicode-properties --with-pic
  --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
@@ -11,7 +11,7 @@ short_desc="Perl Compatible Regular Expressions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://www.pcre.org/"
-distfiles="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.bz2"
+distfiles="${SOURCEFORGE_SITE}/pcre/pcre/${version}/${pkgname}-${version}.tar.bz2"
 checksum=4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Merged]: pcre: replace the no longer available distfile URL
  2021-11-06 11:43 [PR PATCH] pcre: replace the no longer available distfile URL baal-zebub
  2021-11-06 11:47 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-11-08 22:00 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2021-11-08 22:00 UTC (permalink / raw)
  To: ml

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

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

pcre: replace the no longer available distfile URL
https://github.com/void-linux/void-packages/pull/33924

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

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

end of thread, other threads:[~2021-11-08 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 11:43 [PR PATCH] pcre: replace the no longer available distfile URL baal-zebub
2021-11-06 11:47 ` [PR PATCH] [Updated] " baal-zebub
2021-11-08 22:00 ` [PR PATCH] [Merged]: " Piraty

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