Permalink
Browse files
py-simpletal: add modeline, adjust whitespace
- Loading branch information
Showing
with
7 additions
and
5 deletions.
-
+7
−5
python/py-simpletal/Portfile
|
|
@@ -1,5 +1,7 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-simpletal |
|
|
version 4.1 |
|
|
@@ -24,9 +26,9 @@ checksums md5 16c5673382967310b336c68591ae6786 \ |
|
|
python.versions 27 |
|
|
|
|
|
if {${name} eq ${subport}} { |
|
|
livecheck.type regex |
|
|
livecheck.url ${master_sites} |
|
|
livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*) |
|
|
livecheck.type regex |
|
|
livecheck.url ${master_sites} |
|
|
livecheck.regex SimpleTAL-(\\d+(?:\\.\\d+)*) |
|
|
} else { |
|
|
livecheck.type none |
|
|
} |