Skip to content

Commit

Permalink
TeXShop: mark legacy versions as known_fail; fix dist_subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jan 3, 2025
1 parent b642b80 commit 311b6c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aqua/TeXShop/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dist_subdir TeXShop/
worksrcdir ${name}-${version}

# stealth update
dist_subdir ${name}/${version}_${revision}
dist_subdir ${name}/5.48_1

checksums rmd160 94c6828f46a8c2bb9af3c2d6aac813502390fdce \
sha256 6a287eddc3571c45edb9a93d9dc6f98e014774af44953e0bd1805158d70a3c60 \
Expand Down Expand Up @@ -101,6 +101,8 @@ platform darwin {

if {${os.major} < 11} {
# Version for legacy systems.
known_fail yes

version 2.47
revision 0
checksums rmd160 cd02b93bafa72de885338d32e98c61de39e11aa6 \
Expand Down Expand Up @@ -136,6 +138,8 @@ platform darwin {
livecheck.type none

} elseif {${os.major} < 20} {
known_fail yes

version 4.44
revision 0
checksums rmd160 bcbccbd35ecbf9f09d38e43a7bc5392f1e0f419c \
Expand Down

0 comments on commit 311b6c3

Please sign in to comment.