Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:45:48 +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: r485179 - head/deskutils/caja-extensions
Message-ID:  <201811171745.wAHHjmFs076617@repo.freebsd.org>

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

Log:
  Fix build for net/gupnp 1.1.0.1 update

Modified:
  head/deskutils/caja-extensions/Makefile

Modified: head/deskutils/caja-extensions/Makefile
==============================================================================
--- head/deskutils/caja-extensions/Makefile	Sat Nov 17 17:45:39 2018	(r485178)
+++ head/deskutils/caja-extensions/Makefile	Sat Nov 17 17:45:47 2018	(r485179)
@@ -13,7 +13,7 @@ COMMENT=	Set of extensions for Caja
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgupnp-1.0.so:net/gupnp \
+LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp \
 		libstartup-notification-1.so:x11/startup-notification \
 		libdbus-1.so:devel/dbus \
 		libdbus-glib-1.so:devel/dbus-glib
@@ -30,5 +30,8 @@ INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.mate.Caja.Sendto.gschema.xml \
 		org.mate.caja-open-terminal.gschema.xml
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure
 
 .include <bsd.port.mk>



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