From owner-svn-ports-head@FreeBSD.ORG Mon May 26 11:34:29 2014 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 ESMTPS id CC33AE73; Mon, 26 May 2014 11:34:29 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B934028D6; Mon, 26 May 2014 11:34:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QBYTEn058514; Mon, 26 May 2014 11:34:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QBYTtt058512; Mon, 26 May 2014 11:34:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405261134.s4QBYTtt058512@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 11:34:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355299 - head/net/gupnp-ui 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.18 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: Mon, 26 May 2014 11:34:29 -0000 Author: sunpoet Date: Mon May 26 11:34:29 2014 New Revision: 355299 URL: http://svnweb.freebsd.org/changeset/ports/355299 QAT: https://qat.redports.org/buildarchive/r355299/ Log: - Use USES=libtool - Bump PORTREVISION for package change Modified: head/net/gupnp-ui/Makefile head/net/gupnp-ui/pkg-plist Modified: head/net/gupnp-ui/Makefile ============================================================================== --- head/net/gupnp-ui/Makefile Mon May 26 11:34:23 2014 (r355298) +++ head/net/gupnp-ui/Makefile Mon May 26 11:34:29 2014 (r355299) @@ -3,7 +3,7 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= GNOME @@ -22,6 +22,9 @@ MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= gtk20 USE_LDCONFIG= yes USE_PYTHON= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in .include Modified: head/net/gupnp-ui/pkg-plist ============================================================================== --- head/net/gupnp-ui/pkg-plist Mon May 26 11:34:23 2014 (r355298) +++ head/net/gupnp-ui/pkg-plist Mon May 26 11:34:29 2014 (r355299) @@ -2,9 +2,9 @@ include/gupnp-ui-1.0/libgupnp-ui/gupnp-u include/gupnp-ui-1.0/libgupnp-ui/gupnp-ui-device-view.h include/gupnp-ui-1.0/libgupnp-ui/gupnp-ui.h lib/libgupnp-ui-1.0.a -lib/libgupnp-ui-1.0.la lib/libgupnp-ui-1.0.so lib/libgupnp-ui-1.0.so.0 +lib/libgupnp-ui-1.0.so.0.0.0 libdata/pkgconfig/gupnp-ui-1.0.pc share/gtk-doc/html/gupnp-ui/GUPnPUIDeviceStore.html share/gtk-doc/html/gupnp-ui/GUPnPUIDeviceView.html