2024-03-24 21:51:24 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.69
Changes:
0.69
----
- Makefile: Warn users of pkgx.dev about their poor life choices.
|
2023-12-02 20:57:28 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
moreutils: update to 0.68. From the changelog:
* popen: Use pclose, fixing compile warning.
Thanks, Mikel Olasagasti Uranga
* vidir: Zero pad line numbers to work better when used with
a small tab size such as 2.
Thanks, Johan Grande
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-01-13 12:49:41 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.67
Changes:
0.67
----
- README: Formalize that I am not adding new tools to moreutils, and
have not for a long while. This package needs someone new to take over
editorial responsibility.
- Makefile: Install man pages without executable bit. Thanks, meator
- ifne.1: Improve example that pipes to mail to avoid escape sequences.
0.66
----
- vipe: When no output is piped into vipe, and stdin is connected to
the terminal, don't read from stdin before opening the editor. This
allows eg: vipe | command Thanks, Florian Pensec
- chronic: With -v, flush stdout after printing "STDERR" header. Thanks,
Adam Sjøgren
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2021-01-06 15:31:44 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
moreutils: Update to 0.65
Changes:
0.65
----
- vipe: Added --suffix option. Thanks, Pål Grønås Drange.
- ifdata: fail when -ph is given but no hwaddr is available
(Closes: #386755) Thanks, Nicolas Schier
|
2020-10-09 17:46:56 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
moreutils: Update to 0.64
pkgsrc changes:
- Remove patch-is__utf8_Makefile, same problem fixed upstream
Changes:
0.64
----
- parallel: fix typo in usage message.
- Makefile: Propagate compiler and linker flags when building is_utf8.
- ts: Fix parsing of ISO-8601 dates. Thanks, David Laban.
- parallel: Allow compiling with uClibc-ng, which does not have getloadavg.
Thanks, Rosen Penev
|