2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466) |
Log message: games: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466) |
Log message: games: Remove SHA1 hashes for distfiles |
2018-01-14 18:34:02 by Roland Illig | Files touched by this commit (58) |
Log message: games/*: fix alignment of variable values pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case. |
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message: Extend SHA512 checksums to various files I have on my local distfile mirror. |
2015-03-14 18:53:55 by Tobias Nygren | Files touched by this commit (1) | |
Log message: update master site |
2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-06-18 06:45:47 by David A. Holland | Files touched by this commit (3) |
Log message: Fix time handling; avoids need to use -lcompat and should fix the Linux build. While here, tidy a couple bits of pkglint. PKGREVISION -> 3. Set LICENSE to generic-nonlicense as that appears to describe the situation. |
2011-05-03 14:17:50 by Hauke Fath | Files touched by this commit (2) |
Log message: Updated URLs. |
2008-04-07 20:16:45 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix installation. |
2008-03-04 07:59:06 by Johnny C. Lam | Files touched by this commit (99) |
Log message: Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target. |