svn commit: r355299 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 11:34:29 UTC 2014


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


More information about the svn-ports-head mailing list