2021-10-26 12:07:57 by Nia Alarie | Files touched by this commit (59) |
Log message: cross: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be fetched conditionally): ./cross/avr-gcc/distinfo isl-0.24.tar.bz2 |
2021-10-07 15:30:28 by Nia Alarie | Files touched by this commit (60) |
Log message: cross: Remove SHA1 hashes for distfiles |
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message: all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. |
2016-05-18 22:18:32 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: Under C++11 it is invalid to implicitly cast from a larger type to a smaller type in an initializer. Adjust various places accordingly. Avoid set-but-not-used warnings in some other places for newer GCC. |
2015-11-03 01:47:45 by Alistair G. Crooks | Files touched by this commit (40) |
Log message: Add SHA512 digests for distfiles for cross category Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. |
2012-10-03 02:10:30 by Aleksej Saushev | Files touched by this commit (20) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-12-05 23:44:08 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Fix build with newer GCC |
2011-09-03 23:59:19 by David A. Holland | Files touched by this commit (2) |
Log message: Use toupper() correctly. Caught by clang. |