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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 17 17:31:17 UTC 2018


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>


More information about the svn-ports-all mailing list