From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 10:20:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06DA5666; Sat, 7 Sep 2013 10:20:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C8EB82804; Sat, 7 Sep 2013 10:20:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87AKS0f074556; Sat, 7 Sep 2013 10:20:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87AKSYL074554; Sat, 7 Sep 2013 10:20:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071020.r87AKSYL074554@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 10:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326612 - head/net/gupnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 10:20:29 -0000 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