Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 16:55:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470791 - head/deskutils/gnome-maps
Message-ID:  <201805241655.w4OGtxgL080517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@interia.pl
  Approved by:	maintainer timeout (gnome@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



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