svn commit: r470791 - head/deskutils/gnome-maps

Steve Wills swills at FreeBSD.org
Thu May 24 16:56:00 UTC 2018


Author: swills
Date: Thu May 24 16:55:59 2018
New Revision: 470791
URL: https://svnweb.freebsd.org/changeset/ports/470791

Log:
  deskutils/gnome-maps: add missing net/gfbgraph dependency
  
  PR:		215300
  Reported by:	vermaden at interia.pl
  Approved by:	maintainer timeout (gnome at FreeBSD.org, >1 month)

Modified:
  head/deskutils/gnome-maps/Makefile   (contents, props changed)

Modified: head/deskutils/gnome-maps/Makefile
==============================================================================
--- head/deskutils/gnome-maps/Makefile	Thu May 24 16:19:59 2018	(r470790)
+++ head/deskutils/gnome-maps/Makefile	Thu May 24 16:55:59 2018	(r470791)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-maps
 PORTVERSION=	3.24.3
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -14,16 +15,18 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	geoclue>=0:net/geoclue
-LIB_DEPENDS=	libgeocode-glib.so:net/geocode-glib \
-		libgee-0.8.so:devel/libgee \
-		libcogl.so:graphics/cogl \
+LIB_DEPENDS=	libchamplain-0.12.so:graphics/libchamplain \
 		libclutter-1.0.so:graphics/clutter \
-		libchamplain-0.12.so:graphics/libchamplain \
-		libsoup-2.4.so:devel/libsoup \
-		librest-0.7.so:devel/librest \
-		libjson-glib-1.0.so:devel/json-glib \
+		libcogl.so:graphics/cogl \
 		libfolks.so:net-im/folks \
-		libgjs.so:lang/gjs
+		libgee-0.8.so:devel/libgee \
+		libgeocode-glib.so:net/geocode-glib \
+		libgfbgraph-0.2.so:net/gfbgraph \
+		libgjs.so:lang/gjs \
+		libgoa-1.0.so:net/gnome-online-accounts \
+		libjson-glib-1.0.so:devel/json-glib \
+		librest-0.7.so:devel/librest \
+		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	geoclue>=0:net/geoclue
 
 PORTSCOUT=	limitw:1,even


More information about the svn-ports-all mailing list