2024-03-04 15:20:51 by Thomas Klausner | Files touched by this commit (1) |
Log message:
php-mrbs: needs php 7.2 or higher, per HOMEPAGE
|
2024-03-04 11:21:34 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
php-mrbs: Fix DEPENDS.
|
2024-02-28 17:42:30 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
time/php-mrbs: commit additional file
|
2024-02-28 17:41:42 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
time/php-mrbs: update to 1.11.4
* Reset MAINTAINER by requested from previous MAINTAINER.
* Overhaul package.
Changes from 1.4.11 to 1.11.4 are too many to write here, please refer NEWS
file.
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-05-14 13:10:07 by Nia Alarie | Files touched by this commit (1) |
Log message:
php-mrbs: needs pax
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-02 17:28:42 by Roland Illig | Files touched by this commit (40) |
Log message:
time: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|