2023-12-30 02:53:28 by Zafer Aydogan | Files touched by this commit (1) |
Log message: https |
2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150) |
Log message: converters: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message: converters: 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. |
2015-11-03 02:43:56 by Alistair G. Crooks | Files touched by this commit (120) |
Log message: Add SHA512 digests for distfiles for converters category Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. |
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message: Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. |
2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2008-04-07 18:35:18 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Fix DESTDIR. |
2008-03-03 06:51:08 by Johnny C. Lam | Files touched by this commit (24) |
Log message: Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target. |
2007-12-16 17:14:32 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: Changes 1.5: When encoding with FORCE_BINARY_IO mode in effect, the explicit "\r\n" end of line sequence caused double carriage returns in the output, because the output text file is subject to expansion of LF to CR/LF line terminators. I made the "eol" sequence conditional on FORCE_BINARY, so that just a line feed is written to streams which will expand it. |