2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message: revbump for boost-libs |
2020-06-30 20:56:19 by Nia Alarie | Files touched by this commit (1) |
Log message: elinks: Explicitly disable Lua support. It only supports Lua 5.0 which is absent from pkgsrc, so this never worked anyway. |
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message: revbump after updating security/nettle |
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message: *: recursive bump for libffi |
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message: *: Recursive revision bump for openssl 1.1.1. |
2019-11-04 23:10:16 by Roland Illig | Files touched by this commit (243) |
Log message: www: align variable assignments pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong. |
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message: *: recursive bump for nettle 3.5.1 |
2019-07-04 14:15:04 by Nia Alarie | Files touched by this commit (4) |
Log message: elinks: Support OpenSSL 1.1. Based on the FreeBSD Ports patches. While here, define LICENSE. Bump PKGREVISION. |
2018-04-18 00:29:53 by Thomas Klausner | Files touched by this commit (286) |
Log message: Add p11-kit to gnutls/bl3.mk and bump dependencies. |
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. |