-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
os:macOSOS is macOSOS is macOS
Description
Describe the Bug
The released Portfile is missing the branch and therefore will fail port lint --nitpick. The following line is not working as expected.
https://github.com/SunshineStream/Sunshine/blob/70ae7a2fa9b33173eb949c86ec42a96e7b9e8c25/.github/workflows/CI.yml#L284
Expected Behavior
- Add the
port lint --nitpickcheck to the CI workflow - Automate updating macports (on push into master event) - (https://github.com/SunshineStream/macports-ports/tree/Sunshine/multimedia/Sunshine)
- Automate PR into macports upstream repo (on push into master event)... can use the
peter-evans/create-pull-request@v4action. PR description should have the content like below..
#### Description
<!-- Note: it is best to make pull requests from a branch rather than from master -->
###### Type(s)
<!-- update (title contains ": U(u)pdate to"), submission (new Portfile) and CVE Identifiers are auto-detected, replace [ ] with [x] to select -->
- [ ] bugfix
- [x] enhancement
- [ ] security fix
###### Tested on
<!-- Triple-click and copy the next line and paste it into your shell. It will copy your OS and Xcode version to the clipboard. Paste it here replacing this section.
sh -c 'echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion) $(uname -m)"; xcode=$(xcodebuild -version 2>/dev/null); if [ $? == 0 ]; then echo "$(echo "$xcode" | awk '\''NR==1{x=$0}END{print x" "$NF}'\'')"; else echo "Command Line Tools $(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | awk '\''/version:/ {print $2}'\'')"; fi' | tee /dev/tty | pbcopy
-->
macOS 12.4 21F79 x86_64
Xcode 13.4 13F17a
Command Line Tools 13.4
###### Verification <!-- (delete not applicable items) -->
Have you
- [x] followed our [Commit Message Guidelines](https://trac.macports.org/wiki/CommitMessages)?
- [x] squashed and [minimized your commits](https://guide.macports.org/#project.github)?
- [x] checked that there aren't other open [pull requests](https://github.com/macports/macports-ports/pulls) for the same change?
- [x] referenced existing tickets on [Trac](https://trac.macports.org/wiki/Tickets) with full URL? <!-- Please don't open a new Trac ticket if you are submitting a pull request. -->
- [x] checked your Portfile with `port lint --nitpick`?
- [x] tried existing tests with `sudo port test`?
- [x] tried a full install with `sudo port -vst install`?
- [x] tested basic functionality of all binary files?
<!-- Use "skip notification" (surrounded with []) to avoid notifying maintainers -->Additional Context
No response
Sunshine Host Operating System and Version
MacOS
Architecture
Sunshine Version
v0.14.0
GPU Type
GPU Model
GPU Driver/Mesa Version
Capture Method (Linux Only)
Metadata
Metadata
Assignees
Labels
os:macOSOS is macOSOS is macOS