summaryrefslogtreecommitdiff
path: root/Ports/wget
AgeCommit message (Collapse)Author
2022-05-25Ports: Allow selecting multiple `config_{sub,guess}_path`sTim Schumacher
Some ports may have more than one `config.sub` that is in use (vendored dependencies, etc.). Instead of fiddling about with space-delimited strings, let's just make that setting into an array right away.
2022-04-29Ports: Remove no longer needed fnmatch.patchKenneth Myhra
We already have LibC/fnmatch.h with the necessary defines so these patches are no longer needed.
2022-04-11Ports/wget: Update wget to version 1.21.3EWouters
2022-02-06Ports: Update wget to version 1.21.2BodgeMaster
This is another one where I just changed the version number and it worked.
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-08-14Ports: Fix building the wget portGunnar Beutner
2021-05-30Ports: Add port for wgetTim Schumacher