Skip to content

Commit

Permalink
try tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed May 2, 2024
1 parent 35a5e73 commit 797d88b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions archivers/paq8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ post-destroot {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "paq(8\[\\w\]+)${extract.suffix}"

4 changes: 4 additions & 0 deletions devel/libsdl/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ destroot {
}

livecheck.type none

post-test {
error "test error"
}
1 change: 1 addition & 0 deletions lang/libgcc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ destroot {
# registry_deactivate_composite libgcc${gcc_version} "" [list ports_nodepcheck 1]
# }
#}

1 change: 1 addition & 0 deletions math/z3/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,4 @@ subport ${name}-java {
destroot.cmd ${build.cmd}
destroot.target src/api/java/install
}

0 comments on commit 797d88b

Please sign in to comment.