Fix packaged version check for OpenBSD
This commit is contained in:
parent
5cea67171b
commit
3a9181eff5
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ def get_freebsd_versions():
|
|||
|
||||
def get_openbsd_versions():
|
||||
print >> sys.stderr, "OpenBSD ..."
|
||||
makefile = http_download_txt("http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/x11/tint2/Makefile?rev=1.5&content-type=text/plain")
|
||||
makefile = http_download_txt("http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/x11/tint2/Makefile?content-type=text/plain")
|
||||
versions = []
|
||||
version = None
|
||||
for line in makefile.split("\n"):
|
||||
|
|
Loading…
Reference in a new issue