Skip to content

Commit

Permalink
python*: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and mkae committed Feb 8, 2017
1 parent 5a4e811 commit 99ea8e0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lang/python24-doc/Portfile
Expand Up @@ -89,5 +89,5 @@ platform linux {
}

livecheck.type regex
livecheck.url http://www.python.org/download/releases/
livecheck.url http://www.python.org/downloads/
livecheck.regex Python (2.4.\[0-9\]+)
2 changes: 1 addition & 1 deletion lang/python24/Portfile
Expand Up @@ -216,6 +216,6 @@ variant universal {
}

livecheck.type regex
livecheck.url ${homepage}download/releases/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}.\[0-9\]+)

2 changes: 1 addition & 1 deletion lang/python25/Portfile
Expand Up @@ -219,5 +219,5 @@ if {${os.platform} eq "darwin" && ${os.major} >= 14} {
}

livecheck.type regex
livecheck.url ${homepage}download/releases/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}.\[0-9\]+)
2 changes: 1 addition & 1 deletion lang/python26/Portfile
Expand Up @@ -195,5 +195,5 @@ variant ucs4 description {Enable support for UCS4} {
}

livecheck.type regex
livecheck.url ${homepage}download/releases/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python27/Portfile
Expand Up @@ -164,6 +164,6 @@ variant ucs4 description {Enable support for UCS4} {
}

livecheck.type regex
#livecheck.url ${homepage}download/releases/
#livecheck.url ${homepage}downloads/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python31/Portfile
Expand Up @@ -166,5 +166,5 @@ variant ucs4 description {Use 4-byte Unicode characters} {
}

livecheck.type regex
livecheck.url ${homepage}download/releases/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python32/Portfile
Expand Up @@ -153,5 +153,5 @@ variant ucs4 description {Use 4-byte Unicode characters} {
}

livecheck.type regex
livecheck.url ${homepage}download/releases/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python33/Portfile
Expand Up @@ -172,6 +172,6 @@ variant universal {
}

livecheck.type regex
#livecheck.url ${homepage}download/releases/
#livecheck.url ${homepage}downloads/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python34/Portfile
Expand Up @@ -188,6 +188,6 @@ variant universal {
}

livecheck.type regex
#livecheck.url ${homepage}download/releases/
#livecheck.url ${homepage}downloads/
livecheck.url ${homepage}downloads/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
2 changes: 1 addition & 1 deletion lang/python35/Portfile
Expand Up @@ -188,7 +188,7 @@ variant universal {
}

livecheck.type regex
#livecheck.url ${homepage}download/releases/
#livecheck.url ${homepage}downloads/
livecheck.url ${homepage}downloads/source/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
#regex below just for test releases, proper above
Expand Down
2 changes: 1 addition & 1 deletion lang/python36/Portfile
Expand Up @@ -190,7 +190,7 @@ variant universal {
}

livecheck.type regex
#livecheck.url ${homepage}download/releases/
#livecheck.url ${homepage}downloads/
livecheck.url ${homepage}downloads/source/
livecheck.regex Python (${branch}(?:\\.\\d+)*)
#regex below just for test releases, proper above
Expand Down

0 comments on commit 99ea8e0

Please sign in to comment.