Skip to content

Commit

Permalink
upnp-inspector: using github, update to version 0.2.3 git master as o…
Browse files Browse the repository at this point in the history
…f 20150212, dependencies.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@153139 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
dbevans committed Sep 25, 2016
1 parent 7dc861e commit 46aa631
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions net/upnp-inspector/Portfile
Expand Up @@ -2,12 +2,14 @@
# $Id$

PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0

set git_commit 5cba5e5a8768b5268ac040b46007f9bbeedec9fc
set git_date 20150212
github.setup coherence-project UPnP-Inspector ${git_commit}
name upnp-inspector

version 0.2.2
revision 3
version 0.2.3-${git_date}
license permissive
categories net multimedia python
maintainers devans openmaintainer
Expand All @@ -19,12 +21,9 @@ description UPnP-Inspector is an UPnP Device and Service analyzer, \
long_description ${description}

platforms darwin
homepage http://coherence.beebits.net/wiki/UPnP-Inspector
master_sites http://coherence.beebits.net/download/
distname UPnP-Inspector-${version}

checksums sha1 4885b612b98d3272d3ccb6b7539384ea5895d41c \
rmd160 effc60387a78b62234665f91f638c602e6a823a6
checksums rmd160 b6070546c2f6e8ffc67b27a173238eae8a720637 \
sha256 70c929bfa12fa81a0f90981bf0066b22eb086969597c934c37f1ee83c20901f7

python.default_version 27

Expand All @@ -33,8 +32,5 @@ depends_build-append \

depends_lib-append \
port:py${python.version}-pygtk \
port:py${python.version}-twisted \
port:coherence

livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex "(?i)${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

0 comments on commit 46aa631

Please sign in to comment.