Permalink
Browse files
py-timeformat: update to 1.1.0
- deprecated, no livecheck
- Loading branch information
Showing
with
10 additions
and
5 deletions.
-
+10
−5
python/py-timeformat/Portfile
|
|
@@ -2,10 +2,11 @@ |
|
|
|
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup deprecated 1.0 |
|
|
|
|
|
name py-timeformat |
|
|
version 1.0.0 |
|
|
revision 1 |
|
|
version 1.1.0 |
|
|
revision 0 |
|
|
categories-append devel |
|
|
license BSD |
|
|
maintainers nomaintainer |
|
|
@@ -19,17 +20,21 @@ long_description \ |
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
|
|
|
homepage http://www.owlfish.com/software/TimeFormat/ |
|
|
homepage https://www.owlfish.com/software/TimeFormat/ |
|
|
master_sites ${homepage}downloads/ |
|
|
distname TimeFormat-${version} |
|
|
|
|
|
checksums md5 04f42919421c65a6f1c404dd522fabef |
|
|
checksums rmd160 dfcdd53ecb4082a5a51a259a1632c77e8df73286 \ |
|
|
sha256 187141d65765f9e0e876c5fe4ef0d19dbfdf6c2d873cde7ff5a6c244554da5e0 \ |
|
|
size 18820 |
|
|
|
|
|
deprecated.upstream_support no |
|
|
livecheck.type none |
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} |
|
|
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport} |
|
|
file copy {*}[glob ${worksrcpath}/documentation/html/*] \ |
|
|
${destroot}${prefix}/share/doc/${subport} |
|
|
} |
|
|
|