diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-21 19:46:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-21 19:46:26 +0000 |
commit | 4a8c4eb4a78d7af54dbdae77596450b650fa1796 (patch) | |
tree | f7645d4b20117672c17ac6fa992de4c89ac31c50 /net/gupnp-igd | |
parent | 5d962e5a14508571c76006f964a38bc044df6e3d (diff) | |
download | ports-4a8c4eb4a78d7af54dbdae77596450b650fa1796.tar.gz ports-4a8c4eb4a78d7af54dbdae77596450b650fa1796.zip |
Notes
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 21 | ||||
-rw-r--r-- | net/gupnp-igd/distinfo | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 38625e079243..d74259a4cb1b 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: gupnp-igd -# Date created: 2009-12-26 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gupnp-igd -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= net -MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/ \ - LOCAL/sunpoet +MASTER_SITES= GNOME MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to handle UPnP IGD port mapping @@ -22,13 +17,17 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp -BROKEN= does not package - CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build USE_GMAKE= yes -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON= yes +USE_XZ= yes +USES= pathfix + +post-patch: + @${REINPLACE_CMD} -e '/ --define-variable=/d' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/net/gupnp-igd/distinfo b/net/gupnp-igd/distinfo index 381d910acd8d..8e94f5ae0e76 100644 --- a/net/gupnp-igd/distinfo +++ b/net/gupnp-igd/distinfo @@ -1,2 +1,2 @@ -SHA256 (gupnp-igd-0.2.1.tar.gz) = 023ae08200ff14ebfee7d3113c25047dd585087252bc65dbf8d42f4804452aa2 -SIZE (gupnp-igd-0.2.1.tar.gz) = 378358 +SHA256 (gupnp-igd-0.2.2.tar.xz) = 73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3 +SIZE (gupnp-igd-0.2.2.tar.xz) = 262216 |