2021-10-12 14:46:14 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
pkgin: Update to 21.10.0.
Add new pkgin-prefer-gzip option to support the feature listed below, and
activate it by default on what I believe are MACHINE_ARCH that would most
benefit from it - no offence intended ;)
## Version 21.10.0 (2021-10-12)
* Support building with -DPREFER_GZIP_SUMMARY which will attempt to fetch
pkg_summary.gz first, useful on slower machines with limited memory.
|
2021-10-07 16:47:20 by Nia Alarie | Files touched by this commit (12) |
Log message:
parallel: Remove SHA1 hashes for distfiles
|
2021-07-22 16:47:46 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 21.7.0.
## Version 21.7.0 (2021-07-22)
* Syncronise latest humanize_number() from NetBSD, sizes greater than 64PB
are now printed correctly.
* Regenerate for autoconf-2.71 and fix "make distcheck".
* Fix inconsistent output when using globs.
* Fix out-of-srcdir builds.
* Improve fetch failure error messages.
* Update documentation to reflect IRC migration to Libera.
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2020-12-30 10:21:22 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 20.12.1.
## Version 20.12.1 (2020-12-30)
* Fix version selection of packages and dependencies for install. Previously
the first returned match would win, and preferred.conf was not considered
for dependencies.
|
2020-12-13 10:13:08 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 20.12.0.
## Version 20.12.0 (2020-12-13)
* Return correct MACHINE_ARCH when using $arch in repositories.conf.
|
2020-12-11 16:56:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkgin: just depend on pkg_install again
Bump PKGREVISION
|
2020-12-04 14:39:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkgin: comment out pkg_install dependency
pkg_install required by mk is newer than what is required here, and the
DEPENDS here will always pull in the package even if the base system provides
a newer version.
Bump PKGREVISION.
|
2020-11-05 10:09:30 by Ryo ONODERA | Files touched by this commit (1814) |
Log message:
*: Recursive revbump from textproc/icu-68.1
|
2020-11-02 15:25:39 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 20.11.0.
## Version 20.11.0 (2020-11-02)
* Avoid segmentation fault when trying to install package conflicts.
* Remove default 15 second download timeout, also fixing -fno-common.
* Remove debugging code that snuck into the previous release.
|