diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-12 15:15:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-12 15:15:20 +0000 |
commit | f184842bf831593d096934b5308fba744743cbc0 (patch) | |
tree | 2237d945a9b1fbfcb80a2ab528dab23eaecc38ff /net/gupnp-igd/Makefile | |
parent | dc3e73c2dc887d219ce024a1c8ec40474ba21994 (diff) | |
download | pkgsrc-f184842bf831593d096934b5308fba744743cbc0.tar.gz |
Update to 0.2.3. Remove patch-ac, all the header files it added are now
included by default.
*******************
* GUPnP IGD 0.2.3 *
*******************
- Emit errors as boxed types
- Various build improvements
- Make tests less racy
Diffstat (limited to 'net/gupnp-igd/Makefile')
-rw-r--r-- | net/gupnp-igd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 064c54a71d9..a4898b389cc 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/02/12 15:15:20 wiz Exp $ -DISTNAME= gupnp-igd-0.2.2 -PKGREVISION= 5 +DISTNAME= gupnp-igd-0.2.3 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-igd/0.2/} EXTRACT_SUFX= .tar.xz @@ -12,12 +11,13 @@ COMMENT= Library to handle UPnP IGD port mapping LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-python USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= gupnp-igd-1.0.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.2.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gobject; not yet ported as of 0.2.2 CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} |