mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:47:47 +00:00
Ports: Update byacc to 20210808
This commit is contained in:
parent
b26e4874ec
commit
5c75216361
3 changed files with 3 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=byacc
|
||||
version=20191125
|
||||
version=20210808
|
||||
files="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz byacc-${version}.tgz
|
||||
https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz.asc byacc-${version}.tgz.asc"
|
||||
useconfigure=true
|
||||
auth_type="sig"
|
||||
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
|
||||
auth_import_key="19882D92DDA4C400C22C0D56CC2AF4472167BE03"
|
||||
auth_opts=("byacc-${version}.tgz.asc" "byacc-${version}.tgz")
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- byacc-20191125/config.sub.orig Thu Jan 23 16:57:22 2020
|
||||
+++ byacc-20191125/config.sub Thu Jan 23 16:57:33 2020
|
||||
@@ -1339,6 +1339,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* | esix* | 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