mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Ports: Update pcre2 to 10.39
PCRE2 has moved to GitHub for code and release hosting, and ftp.pcre.org is decommissioned.
This commit is contained in:
parent
3d3304332a
commit
7391104e5d
3 changed files with 4 additions and 14 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=pcre2
|
||||
version=10.34
|
||||
version=10.39
|
||||
useconfigure=true
|
||||
files="https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz pcre2-${version}.tar.gz
|
||||
https://ftp.pcre.org/pub/pcre/pcre2-${version}.tar.gz.sig pcre2-${version}.tar.gz.sig"
|
||||
files="https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz pcre2-${version}.tar.gz
|
||||
https://github.com/PhilipHazel/pcre2/releases/download/pcre2-${version}/pcre2-${version}.tar.gz.sig pcre2-${version}.tar.gz.sig"
|
||||
|
||||
auth_type="sig"
|
||||
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- pcre2-10.34/config.sub.orig Sun Jan 19 18:21:01 2020
|
||||
+++ pcre2-10.34/config.sub Sun Jan 19 18:21:19 2020
|
||||
@@ -1364,6 +1364,7 @@
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
# -sysv* is not here because it comes later, after sysvr4.
|
||||
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
||||
+ | -serenity* \
|
||||
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
|
||||
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
|
||||
| -sym* | -kopensolaris* | -plan9* \
|
Loading…
Add table
Add a link
Reference in a new issue