Skip to content
Permalink
Browse files

py-svnreporter: fix livecheck, deprecated

- update homepage, master_sites
  • Loading branch information
reneeotten committed Apr 11, 2019
1 parent 1f7f75a commit 77c4f5364f9d85bbaca756f9795e81bca7c9eeb8
Showing with 6 additions and 4 deletions.
  1. +6 −4 python/py-svnreporter/Portfile
@@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup python 1.0
PortGroup deprecated 1.0

name py-svnreporter
version 0.4
@@ -16,13 +17,15 @@ long_description SvnReporter generates various reports in response to \
commits happening in a Subversion repository. It is \
intended to be called from the post-commit hook.

homepage http://www.calins.ch/software/SvnReporter.html
master_sites http://www.calins.ch/download/SvnReporter/
homepage http://c-space.org/software/SvnReporter.html
master_sites http://c-space.org/download/SvnReporter
distname SvnReporter-${version}
checksums md5 92ce58d3d3c76752f56462df911d0b49 \
sha1 d024cd910b9ba7f937c4b212460261ff803465d5 \
rmd160 ba0610347c93ab61f161a0088559ec32cc6affbd

deprecated.upstream_support no

python.versions 27

if {${name} ne ${subport}} {
@@ -31,6 +34,5 @@ if {${name} ne ${subport}} {

livecheck.type none
} else {
livecheck.type regex
livecheck.regex {<tr><th>Download:</th><td><a href="http://www.calins.ch/download/SvnReporter/SvnReporter-(.*).tar.gz">http://www.calins.ch/download/SvnReporter/SvnReporter-\1.tar.gz</a></td></tr>}
livecheck.regex SvnReporter-(\[0-9.\]+)${extract.suffix}
}

0 comments on commit 77c4f53

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