Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:31:12 +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: r485149 - head/net/gupnp-ui
Message-ID:  <201811171731.wAHHVCXB063465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:31:12 2018
New Revision: 485149
URL: https://svnweb.freebsd.org/changeset/ports/485149

Log:
  Fix build for net/gupnp 1.1.0 update

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Sat Nov 17 17:31:04 2018	(r485148)
+++ head/net/gupnp-ui/Makefile	Sat Nov 17 17:31:12 2018	(r485149)
@@ -14,17 +14,19 @@ LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	gupnp>=0.3:net/gupnp
-LIB_DEPENDS=	libgupnp-1.0.so:net/gupnp \
+LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp \
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+USES=		gnome libtool pathfix pkgconfig python
+USE_GNOME=	gtk20
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
-USES=		gnome libtool pathfix pkgconfig python
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure ${WRKSRC}/gupnp-ui-1.0.pc.in
 
 .include <bsd.port.mk>



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