Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:20:28 +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: r326612 - head/net/gupnp
Message-ID:  <201309071020.r87AKSYL074554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 10:20:28 2013
New Revision: 326612
URL: http://svnweb.freebsd.org/changeset/ports/326612

Log:
  - Update to 0.20.6
  - Convert to new LIB_DEPENDS format
  
  Changes:	http://git.gnome.org/browse/gupnp/tree/NEWS

Modified:
  head/net/gupnp/Makefile
  head/net/gupnp/distinfo

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sat Sep  7 10:20:24 2013	(r326611)
+++ head/net/gupnp/Makefile	Sat Sep  7 10:20:28 2013	(r326612)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gupnp
-PORTVERSION=	0.20.5
+PORTVERSION=	0.20.6
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -12,9 +12,9 @@ COMMENT=	Framework for UPnP devices
 LICENSE=	LGPL20
 
 BUILD_DEPENDS=	gobject-introspection>=0.6.4:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	gssdp-1.0:${PORTSDIR}/net/gssdp \
-		soup-2.4:${PORTSDIR}/devel/libsoup \
-		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS=	libgssdp-1.0.so:${PORTSDIR}/net/gssdp \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
+		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 CONFIGURE_ARGS=	--enable-introspection=yes
 CONFIGURE_ENV=	VAPIGEN=""

Modified: head/net/gupnp/distinfo
==============================================================================
--- head/net/gupnp/distinfo	Sat Sep  7 10:20:24 2013	(r326611)
+++ head/net/gupnp/distinfo	Sat Sep  7 10:20:28 2013	(r326612)
@@ -1,2 +1,2 @@
-SHA256 (gupnp-0.20.5.tar.xz) = be54bd5f3bfea36d689a5ce70679e51ec3ea3c94677e70ffc7c7ef160bffb260
-SIZE (gupnp-0.20.5.tar.xz) = 379288
+SHA256 (gupnp-0.20.6.tar.xz) = 1b4ed7de9fdf2da2a5610a0101271f1661706e6481737d7a2ac0f318b5b2dbaa
+SIZE (gupnp-0.20.6.tar.xz) = 379124



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