Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2013 19:46:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316208 - head/net/gupnp-igd
Message-ID:  <201304211946.r3LJkR4s023796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 21 19:46:26 2013
New Revision: 316208
URL: http://svnweb.freebsd.org/changeset/ports/316208

Log:
  - Update to 0.2.2 and unbreak this port
  - Change MASTER_SITES to GNOME
  - Use USES=pathfix
  - Cleanup Makefile header
  
  Changes:	http://git.gnome.org/browse/gupnp-igd/tree/NEWS
  Feature safe:	yes

Modified:
  head/net/gupnp-igd/Makefile
  head/net/gupnp-igd/distinfo   (contents, props changed)

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Sun Apr 21 19:25:45 2013	(r316207)
+++ head/net/gupnp-igd/Makefile	Sun Apr 21 19:46:26 2013	(r316208)
@@ -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/pkgc
 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>

Modified: head/net/gupnp-igd/distinfo
==============================================================================
--- head/net/gupnp-igd/distinfo	Sun Apr 21 19:25:45 2013	(r316207)
+++ head/net/gupnp-igd/distinfo	Sun Apr 21 19:46:26 2013	(r316208)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304211946.r3LJkR4s023796>