Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 11:34:29 +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: r355299 - head/net/gupnp-ui
Message-ID:  <201405261134.s4QBYTtt058512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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