Commits
Craig Treleaven authored 6534017f9b4
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name libupnp |
6 - | version 1.6.22 |
6 + | version 1.8.3 |
7 7 | categories devel |
8 8 | platforms darwin |
9 9 | maintainers {ctreleaven @ctreleaven} openmaintainer |
10 10 | description portable open source UPnP development kit |
11 11 | long_description \ |
12 12 | The portable SDK for UPnP(tm) Devices (libupnp) provides developers with \ |
13 13 | an API and open source code for building control points, devices, and \ |
14 14 | bridges that are compliant with Version 1.0 of the Universal Plug and Play \ |
15 15 | Device Architecture Specification. |
16 16 | license GPL-2+ |
17 17 | |
18 18 | homepage http://pupnp.sourceforge.net |
19 19 | master_sites sourceforge:project/pupnp/pupnp/libUPnP%20${version}/ |
20 20 | use_bzip2 yes |
21 - | checksums sha1 f2ea020c78c5a0544627f03154348cdbd54805de \ |
22 - | rmd160 256f92c2e1fca0626b36a38895d6ccce40a48943 \ |
23 - | sha256 0bdfacb7fa8d99b78343b550800ff193264f92c66ef67852f87f042fd1a1ebbc |
21 + | checksums sha1 e7c28c24905ae972ff3277a7bdaa9b839f6c66b9 \ |
22 + | rmd160 b96c8d3e8ddd8e30a333ad0084c7e5a28990b775 \ |
23 + | sha256 9afa0b09faa9ebd9e8a6425ddbfe8d1d856544c49b1f86fde221219e569a308d \ |
24 + | size 1283246 |
24 25 | |
25 26 | configure.args-append \ |
26 27 | --enable-ipv6 |
27 28 | |
28 29 | livecheck.url http://sourceforge.net/projects/pupnp/files/pupnp/ |
29 30 | livecheck.regex "title=\\\"libUPnP (\\d+(?:\\.\\d+)*)" |