Skip to content
Permalink
Browse files

py-sgmlop: no livecheck, deprecated

- use https
  • Loading branch information
reneeotten committed Apr 7, 2019
1 parent eeeb2ac commit a65b10c17e63e32d488f47f0f82589df30031bf2
Showing with 8 additions and 4 deletions.
  1. +8 −4 python/py-sgmlop/Portfile
@@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-sgmlop
version 1.1.1-20040207
@@ -17,19 +18,22 @@ long_description \

platforms darwin

homepage http://www.effbot.org/zone/sgmlop-index.htm
master_sites http://www.effbot.org/downloads/
homepage https://www.effbot.org/zone/sgmlop-index.htm
master_sites https://www.effbot.org/downloads/
distname sgmlop-${version}
use_zip yes

checksums md5 be45f08ea057727d92b708dd72126e47

livecheck.type none
deprecated.upstream_support no

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} README \
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 -W ${worksrcpath} README \
${destroot}${prefix}/share/doc/${subport}
}
}

0 comments on commit a65b10c

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