svn commit: r485179 - head/deskutils/caja-extensions

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


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>


More information about the svn-ports-all mailing list