1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

Ports: Update pcre to 8.45

This commit is contained in:
Tim Schumacher 2021-11-06 02:03:53 +01:00 committed by Idan Horowitz
parent abf1585a3f
commit 85db9aac49
3 changed files with 16 additions and 16 deletions

View file

@ -131,7 +131,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`oksh`](oksh/) | oksh | 6.8.1 | https://github.com/ibara/oksh | | [`oksh`](oksh/) | oksh | 6.8.1 | https://github.com/ibara/oksh |
| [`p7zip`](p7zip/) | p7zip | 17.04 | https://github.com/jinfeihan57/p7zip | | [`p7zip`](p7zip/) | p7zip | 17.04 | https://github.com/jinfeihan57/p7zip |
| [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
| [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.44 | https://www.pcre.org/ | | [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.45 | https://www.pcre.org/ |
| [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.39 | https://www.pcre.org/ | | [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.39 | https://www.pcre.org/ |
| [`php`](php/) | PHP | 8.0.10 | https://www.php.net/ | | [`php`](php/) | PHP | 8.0.10 | https://www.php.net/ |
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh #!/usr/bin/env -S bash ../.port_include.sh
port=pcre port=pcre
version=8.44 version=8.45
useconfigure=true useconfigure=true
files="https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz pcre-${version}.tar.gz files="https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz pcre-${version}.tar.gz
https://ftp.pcre.org/pub/pcre/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig" https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.gz.sig pcre-${version}.tar.gz.sig"
auth_type="sig" auth_type="sig"
auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8" auth_import_key="45F68D54BBE23FB3039B46E59766E084FB0F43D8"

View file

@ -1,12 +1,12 @@
diff -Naur pcre-8.44/config.sub pcre-8.44.serenity/config.sub diff -ur a/config.sub b/config.sub
--- pcre-8.44/config.sub 2020-02-12 18:17:31.000000000 +0100 --- a/config.sub 2021-06-15 17:52:53.000000000 +0200
+++ pcre-8.44.serenity/config.sub 2021-04-12 01:21:59.467797075 +0200 +++ b/config.sub 2021-11-06 02:02:32.208608392 +0100
@@ -1390,7 +1390,7 @@ @@ -1690,7 +1690,7 @@
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ # Now accept the basic system types.
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ # The portable systems comes first.
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ # Each alternative MUST end in a * to match a version number.
- | -midnightbsd*) - gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
+ | -midnightbsd* | -serenity*) + gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | serenity* | irix* \
# Remember, each alternative MUST END IN *, to match a version number. | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
;; | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
-qnx*) | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \