From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 16:03:25 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 57DA5FBF; Wed, 21 Aug 2013 16:03:25 +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 2B66B265C; Wed, 21 Aug 2013 16:03:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LG3PUq029154; Wed, 21 Aug 2013 16:03:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7LG3O6b029151; Wed, 21 Aug 2013 16:03:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308211603.r7LG3O6b029151@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Aug 2013 16:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325155 - 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: Wed, 21 Aug 2013 16:03:25 -0000 Author: sunpoet Date: Wed Aug 21 16:03:24 2013 New Revision: 325155 URL: http://svnweb.freebsd.org/changeset/ports/325155 Log: - Update to 0.20.5 Changes: http://git.gnome.org/browse/gupnp/tree/NEWS Modified: head/net/gupnp/Makefile head/net/gupnp/distinfo head/net/gupnp/pkg-plist (contents, props changed) Modified: head/net/gupnp/Makefile ============================================================================== --- head/net/gupnp/Makefile Wed Aug 21 15:40:00 2013 (r325154) +++ head/net/gupnp/Makefile Wed Aug 21 16:03:24 2013 (r325155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gupnp -PORTVERSION= 0.20.4 +PORTVERSION= 0.20.5 CATEGORIES= net MASTER_SITES= GNOME Modified: head/net/gupnp/distinfo ============================================================================== --- head/net/gupnp/distinfo Wed Aug 21 15:40:00 2013 (r325154) +++ head/net/gupnp/distinfo Wed Aug 21 16:03:24 2013 (r325155) @@ -1,2 +1,2 @@ -SHA256 (gupnp-0.20.4.tar.xz) = 27eec44d62f6f60305cd65d7a488fc128700f8345ab37cc2ab42cf052fdd5b35 -SIZE (gupnp-0.20.4.tar.xz) = 376560 +SHA256 (gupnp-0.20.5.tar.xz) = be54bd5f3bfea36d689a5ce70679e51ec3ea3c94677e70ffc7c7ef160bffb260 +SIZE (gupnp-0.20.5.tar.xz) = 379288 Modified: head/net/gupnp/pkg-plist ============================================================================== --- head/net/gupnp/pkg-plist Wed Aug 21 15:40:00 2013 (r325154) +++ head/net/gupnp/pkg-plist Wed Aug 21 16:03:24 2013 (r325155) @@ -13,6 +13,7 @@ include/gupnp-1.0/libgupnp/gupnp-service include/gupnp-1.0/libgupnp/gupnp-service-proxy.h include/gupnp-1.0/libgupnp/gupnp-service.h include/gupnp-1.0/libgupnp/gupnp-types.h +include/gupnp-1.0/libgupnp/gupnp-white-list.h include/gupnp-1.0/libgupnp/gupnp-xml-doc.h include/gupnp-1.0/libgupnp/gupnp.h lib/girepository-1.0/GUPnP-1.0.typelib @@ -33,6 +34,7 @@ share/gtk-doc/html/gupnp/GUPnPRootDevice share/gtk-doc/html/gupnp/GUPnPService.html share/gtk-doc/html/gupnp/GUPnPServiceInfo.html share/gtk-doc/html/gupnp/GUPnPServiceProxy.html +share/gtk-doc/html/gupnp/GUPnPWhiteList.html share/gtk-doc/html/gupnp/GUPnPXMLDoc.html share/gtk-doc/html/gupnp/annotation-glossary.html share/gtk-doc/html/gupnp/api-device-control.html