2025-01-24 10:20:37 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
devel/splint: USE_TOOLS+=bison and fix Bison>=3.6 compatibility.
|
2023-12-30 22:30:48 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master site
|
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-12-23 14:23:52 by Roland Illig | Files touched by this commit (2) |
Log message:
devel/splint: install documentation as well
|
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.
|
2019-11-03 11:55:22 by Roland Illig | Files touched by this commit (3) |
Log message:
devel/splint: fix type of signed shift expression
https://github.com/splintchecker/splint/issues/13
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message:
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
2017-05-05 09:34:06 by Maya Rashish | Files touched by this commit (2) |
Log message:
splint: use the standard check for C99 before including a C99 header
If PR pkg/47405 was not fixed before (it probably was), this should
definitely do the trick.
|