Summary: | sysutils/fakertc: update to v3 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ronald Klop <ronald-lists> | ||||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | eduardo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/ronaldklop/fakertc/releases/tag/v3 | ||||||||
Attachments: |
|
Hello, Should it be: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d - ${MKDIR} ${WRKSRC}/src/etc/cron.d Cheers (In reply to Nuno Teixeira from comment #1) Yes. Ouch. Last minute test reverted wrongly. Thanks for the review! (In reply to Ronald Klop from comment #2) Should I wait for a new diff? Created attachment 236952 [details]
git diff of sysutils/fakertc
Fix mkdir in new patch. Added slashes to the install commands to make sure they error on non-existent dirs.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=52dea9071b68d0a89193e15b985da717b9e561f3 commit 52dea9071b68d0a89193e15b985da717b9e561f3 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2022-09-29 18:51:49 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2022-09-29 18:54:50 +0000 sysutils/fakertc: Update to v3 - Added slashes to the install commands to make sure they error on non-existent dirs ChangeLog: https://github.com/ronaldklop/fakertc/releases/tag/v3 PR: 266702 sysutils/fakertc/Makefile | 9 ++++++--- sysutils/fakertc/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) Committed, thanks! |
Created attachment 236942 [details] git diff of sysutils/fakertc Version 3. Added a weekly cron to keep the fakertc file a bit more up-to-date which helps on an unclean reboot.