2023-12-29 01:45:38 by Zafer Aydogan | Files touched by this commit (1) |
Log message: fetch from backup |
2023-07-09 17:09:01 by Nia Alarie | Files touched by this commit (3) |
Log message: rdp: Honour CFLAGS/LDFLAGS. Should help the build on various platforms. |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. |
2018-12-27 16:57:28 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Stop abusing g++ for compiling C sources. |
2017-01-29 07:48:27 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: - Correction to HOMEPAGE |
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message: Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |