diff options
author | wiz <wiz> | 2010-06-15 11:48:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-15 11:48:07 +0000 |
commit | 9c0d4bf914a6da97a67e118b6503395461771e80 (patch) | |
tree | ecda33dd30f3f0a94edbbe01b732e7562a185a61 /net/gupnp-igd/Makefile | |
parent | f512d76bb5747e6540e7be401e533f60d83cc37b (diff) | |
download | pkgsrc-9c0d4bf914a6da97a67e118b6503395461771e80.tar.gz |
Update to 0.1.7:
Enable silent rules with automake 1.11
Fix race if g_main_loop_quit() is called just before g_main_loop_run()
override the main-context construct time property in the constructor
Fixed installation of python bindings
Add test for empty ip address
Test invalid IP address
Remove empty lines
Validate returned IP addresses
Diffstat (limited to 'net/gupnp-igd/Makefile')
-rw-r--r-- | net/gupnp-igd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 5606b4212bb..265bd8a06f4 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/06/13 22:45:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2010/06/15 11:48:07 wiz Exp $ # -DISTNAME= gupnp-igd-0.1.6 -PKGREVISION= 2 +DISTNAME= gupnp-igd-0.1.7 CATEGORIES= net devel MASTER_SITES= http://www.gupnp.org/sources/gupnp-igd/ |