Bug 271892 - [NEW PORT] games/bitburner: incremental game with cyberpunk themes
Summary: [NEW PORT] games/bitburner: incremental game with cyberpunk themes
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-07 20:44 UTC by shi.404
Modified: 2023-08-18 10:35 UTC (History)
1 user (show)

See Also:


Attachments
Bitburner is an incremental game with cyberpunk themes (15.93 KB, patch)
2023-06-07 20:44 UTC, shi.404
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description shi.404 2023-06-07 20:44:49 UTC
Created attachment 242669 [details]
Bitburner is an incremental game with cyberpunk themes

Bitburner is a programming-based incremental game that revolves around hacking and cyberpunk themes.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-06-25 17:35:53 UTC
Thank you for your submission.  Here are some comments:

 - make sure to set the "maintainer-approval" flag on patches so they get
   looked at
 - for auto-generated github distfiles, use USE_GITHUB as explained in
   § 5.4.3 Porter's Handbook.  Do not use MASTER_SITES in this case.
   Your port should just work if you remove MASTER_SITES and set USE_GITHUB=yes.
 - if a license file is included in the port, set LICENSE_FILE to its path
 - instead of ${CP} and ${INSTALL}, use ${INSTALL_XXX} and ${COPYTREE_XXX} as
   explained in § 5.17.1 and § 5.17.3 Porter's Handbook.
 - the sample config file may fit better into EXAMPLESDIR.  You do not need to
   add an EXAMPLES option for a single file.
 - check if you can set name and surname in your Bugzilla profile to ensure that
   your name is rendered correctly in our version control (not mandatory).

Will do a more thorough check once these issues have been addressed.
Comment 2 shi.404 2023-08-17 13:28:40 UTC
(In reply to Robert Clausecker from comment #1)
I checked and USE_GITHUB fetches the source code for the project(correct me if i'm wrong), so i decided at the time that MASTER_SITES was a better option because i only need the pre-compiled archive to run this port and compiling npm and node was too much for this tiny game
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-08-18 10:35:18 UTC
(In reply to shi.404 from comment #2)

Thank you for your response.

I apologise for being mistaken here.  I checked version 2.4.0 which does not have such an archive (there's only the auto-generated one, which you should fetch with USE_GITHUB) while 2.3.0 has, so I was under the false impression that you were trying to fetch an auto-generated tarball.

Could you please update the port to the most recent version and address the other issues I mentioned?