diff options
author | drochner <drochner@pkgsrc.org> | 2012-11-06 18:59:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-11-06 18:59:08 +0000 |
commit | b59078743554ea3a98de3b1b59646e7df9e0c24d (patch) | |
tree | 0650309e9236de76fb43702ef7cab6a8b8ea4b97 /net | |
parent | 6427aeff7f5b7961b5a290c46441bd7f2bcecd6c (diff) | |
download | pkgsrc-b59078743554ea3a98de3b1b59646e7df9e0c24d.tar.gz |
avoid namespace conflict of the "uuid_create" function used internally
here with a system provided one eg in NetBSD, lead to application
crashes
Diffstat (limited to 'net')
-rw-r--r-- | net/libupnp/Makefile | 3 | ||||
-rw-r--r-- | net/libupnp/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile index f8ece64ad95..cc8bf7eb101 100644 --- a/net/libupnp/Makefile +++ b/net/libupnp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/23 17:18:35 asau Exp $ +# $NetBSD: Makefile,v 1.19 2012/11/06 18:59:08 drochner Exp $ # DISTNAME= libupnp-1.6.17 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/libupnp/distinfo b/net/libupnp/distinfo index 6db8d8880a0..775d9af9445 100644 --- a/net/libupnp/distinfo +++ b/net/libupnp/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.17 2012/04/13 23:38:34 obache Exp $ +$NetBSD: distinfo,v 1.18 2012/11/06 18:59:08 drochner Exp $ SHA1 (libupnp-1.6.17.tar.bz2) = 179e0c1337915d45ea8c04c1fa86257c9dfc5924 RMD160 (libupnp-1.6.17.tar.bz2) = 179599a8253f7df2e1085493e2d5925458195a19 Size (libupnp-1.6.17.tar.bz2) = 1187499 bytes +SHA1 (patch-aa) = b3d00b441b3c0ae9aa0769223a4eaf6baa71a71c |