Skip to content
Permalink
Browse files

py-ssh: fix livecheck, deprecated

  • Loading branch information
reneeotten committed Apr 10, 2019
1 parent 7324edb commit 54460d20733e101c01af3b7a0c4e26dbdb1dbbaa
Showing with 8 additions and 1 deletion.
  1. +8 −1 python/py-ssh/Portfile
@@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-ssh
version 0.3
@@ -21,11 +22,17 @@ checksums md5 ae3a9ffa9545310e14bb013e9ee399c0

worksrcdir pyssh

deprecated.upstream_support no

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath}/docs changes.txt license.txt pyssh.html \
xinstall -m 0644 -W ${worksrcpath}/docs changes.txt license.txt pyssh.html \
to_do.txt ${destroot}${prefix}/share/doc/${subport}
}

livecheck.type none
} else {
livecheck.regex pyssh/(\[0-9.\]+)/pyssh-
}

0 comments on commit 54460d2

Please sign in to comment.
You can’t perform that action at this time.