Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HexFiend: update to 2.13.1 #9020

Merged
merged 3 commits into from Nov 3, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions editors/HexFiend/Portfile
Expand Up @@ -28,10 +28,6 @@ long_description \n\
* Smooth scrolling. No separate pages - scroll like any text document.

supported_archs x86_64
macosx_deployment_target 10.8

# The project only works with Xcode >= 8
minimum_xcodeversions {11 8.0}

patch.pre_args -p1
patchfiles 0001-xcode-Disable-Sparkle.patch
Expand All @@ -51,9 +47,9 @@ destroot {
xinstall -m 644 ${worksrcpath}/License.txt ${destroot}${prefix}/share/doc/${name}
}

if {${os.platform} ne "darwin" || ${os.major} < 12} {
if {${os.platform} ne "darwin" || ${os.major} < 18} {
pre-fetch {
ui_error "${subport} @${version} only works with OS X 10.8 Mountain Lion or later."
return -code error "incompatible OS X version"
ui_error "${subport} @${version} only works with macOS 10.14 Mojave or later."
Tatsh marked this conversation as resolved.
Show resolved Hide resolved
return -code error "incompatible macOS version"
}
}