Bug 280754 - mail/hydroxide: Added rc.d script to run as daemon and made minor changes to Makefile
Summary: mail/hydroxide: Added rc.d script to run as daemon and made minor changes to ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-11 15:30 UTC by Yusuf Yaman
Modified: 2024-08-11 17:05 UTC (History)
2 users (show)

See Also:


Attachments
mail/hydroxide (3.67 KB, patch)
2024-08-11 15:31 UTC, Yusuf Yaman
nxjoseph: maintainer-approval+
Details | Diff
poudriere testport log (24.39 KB, text/plain)
2024-08-11 15:32 UTC, Yusuf Yaman
no flags Details
portlint log (12 bytes, text/plain)
2024-08-11 15:32 UTC, Yusuf Yaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2024-08-11 15:30:38 UTC

    
Comment 1 Yusuf Yaman 2024-08-11 15:31:48 UTC
Created attachment 252686 [details]
mail/hydroxide

Changes:
* Added rc.d script to run as daemon because people had to run the port
  somehow in the background on terminal.
* Made minor changes to Makefile.

Thanks.
Comment 2 Yusuf Yaman 2024-08-11 15:32:36 UTC
Created attachment 252687 [details]
poudriere testport log
Comment 3 Yusuf Yaman 2024-08-11 15:32:46 UTC
Created attachment 252688 [details]
portlint log
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-08-11 16:40:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1c9f292ea984baa1ed473910c8f2d39998c956a

commit a1c9f292ea984baa1ed473910c8f2d39998c956a
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2024-08-11 16:37:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-11 16:37:56 +0000

    mail/hydroxide: Add rc.d script to run as daemon and minor changes to Makefile

    Changes:
    * Add rc.d script to run as daemon because users had to run the port
      somehow in the background on terminal.
    * Minor changes to Makefile.

    PR:     280754

 GIDs                                    |  2 +-
 UIDs                                    |  2 +-
 mail/hydroxide/Makefile                 | 13 ++++++----
 mail/hydroxide/files/hydroxide.in (new) | 43 +++++++++++++++++++++++++++++++++
 4 files changed, 53 insertions(+), 7 deletions(-)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-11 17:05:48 UTC
Thanks.