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 18:12:05 by Roland Illig | Files touched by this commit (52) |
Log message: multimedia: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. |
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message: *: recursive bump for gdk-pixbuf2-2.38.1 |
2018-11-14 23:22:54 by Klaus Klein | Files touched by this commit (1332) | |
Log message: Revbump after cairo 1.16.0 update. |
2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message: Recursive revbump from hardbuzz-2.1.1 |
2018-04-16 16:35:28 by Thomas Klausner | Files touched by this commit (1284) |
Log message: Recursive bump for new fribidi dependency in pango. |
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message: Recursive bumps for fontconfig and libzip dependency changes. |
2017-02-12 07:26:18 by Ryo ONODERA | Files touched by this commit (1451) |
Log message: Recursive revbump from fonts/harfbuzz |
2017-02-06 14:56:14 by Thomas Klausner | Files touched by this commit (1452) |
Log message: Recursive bump for harfbuzz's new graphite2 dependency. |
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. |