Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 16:46:08 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546924 - in head/astro/foxtrotgps: . files
Message-ID:  <202008291646.07TGk8kB066350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Sat Aug 29 16:46:07 2020
New Revision: 546924
URL: https://svnweb.freebsd.org/changeset/ports/546924

Log:
  astro/foxtrotgps: update to 1.2.2
  
  ChangeLog: https://bazaar.launchpad.net/~foxtrotgps-team/foxtrotgps/trunk/revision/317
  
  PR:	248944
  Submitted by:	crwhipp@gmail.com (maintainer)

Deleted:
  head/astro/foxtrotgps/files/patch-src_tracks.c
Modified:
  head/astro/foxtrotgps/Makefile
  head/astro/foxtrotgps/distinfo
  head/astro/foxtrotgps/files/patch-src_gps__functions.c
  head/astro/foxtrotgps/pkg-plist

Modified: head/astro/foxtrotgps/Makefile
==============================================================================
--- head/astro/foxtrotgps/Makefile	Sat Aug 29 16:10:03 2020	(r546923)
+++ head/astro/foxtrotgps/Makefile	Sat Aug 29 16:46:07 2020	(r546924)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	foxtrotgps
-PORTVERSION=	1.2.0
-PORTREVISION=	6
+PORTVERSION=	1.2.2
 CATEGORIES=	astro geography
 MASTER_SITES=	http://www.foxtrotgps.org/releases/
 
@@ -17,25 +16,26 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexif.so:graphics/libexif \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
-		libsoup-2.4.so:devel/libsoup \
-		libgps.so:astro/gpsd
+		libgps.so:astro/gpsd \
+		libsoup-2.4.so:devel/libsoup
 
-INFO=		foxtrotgps
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	DATADIRNAME=share
-CONFIGURE_ARGS=	--disable-schemas-install
 USES=		compiler:c++11-lang gettext gmake gnome pkgconfig python \
 		shebangfix sqlite:3
+USE_GNOME=	cairo gconf2 gtk20 intltool libglade2 libxml2
+GLIB_SCHEMAS=	org.foxtrotgps.gschema.xml
+INSTALLS_ICONS=	yes
+
 SHEBANG_FILES=	contrib/convert2gpx \
 		contrib/convert2osm \
 		contrib/georss2foxtrotgps-poi\
 		contrib/gpx2osm \
-		contrib/poi2osm \
 		contrib/osb2foxtrot \
+		contrib/poi2osm
 
-USE_GNOME=	gtk20 gconf2 libxml2 intltool libglade2
-INSTALLS_ICONS=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-schemas-install
+CONFIGURE_ENV=	DATADIRNAME=share
 
-GCONF_SCHEMAS=	apps_foxtrotgps.schemas
+INFO=		foxtrotgps
 
 .include <bsd.port.mk>

Modified: head/astro/foxtrotgps/distinfo
==============================================================================
--- head/astro/foxtrotgps/distinfo	Sat Aug 29 16:10:03 2020	(r546923)
+++ head/astro/foxtrotgps/distinfo	Sat Aug 29 16:46:07 2020	(r546924)
@@ -1,2 +1,3 @@
-SHA256 (foxtrotgps-1.2.0.tar.gz) = aa1ffbbf299b7b0f305a0bdbe395266e18305bb9449d621fb88bf8760b55505a
-SIZE (foxtrotgps-1.2.0.tar.gz) = 2115329
+TIMESTAMP = 1598361882
+SHA256 (foxtrotgps-1.2.2.tar.gz) = 1773d591ec5cc57a0695b9f9d909aa0b37f6fa577b1eb1753b3eb8a275e1290a
+SIZE (foxtrotgps-1.2.2.tar.gz) = 2165187

Modified: head/astro/foxtrotgps/files/patch-src_gps__functions.c
==============================================================================
--- head/astro/foxtrotgps/files/patch-src_gps__functions.c	Sat Aug 29 16:10:03 2020	(r546923)
+++ head/astro/foxtrotgps/files/patch-src_gps__functions.c	Sat Aug 29 16:46:07 2020	(r546924)
@@ -12,15 +12,6 @@
  
  static gboolean
  cb_gpsd_data(GIOChannel *src, GIOCondition condition, gpointer data)
-@@ -744,7 +749,7 @@ cb_gpsd_data(GIOChannel *src, GIOCondition condition, 
-         if (!libgps_initialized)
-             return FALSE;
- 
--	ret = gps_read(&libgps_gpsdata);
-+	ret = gps_read(&libgps_gpsdata, NULL, 0);
-         /* Note that gps_read() will never actually return 0
-            (zero-length reads are converted internally to a -1 return,
-             since they mean that the connection to the daemon has closed),
 @@ -755,7 +760,7 @@ cb_gpsd_data(GIOChannel *src, GIOCondition condition, 
  	{
  		gpsdata->satellites_used = libgps_gpsdata.satellites_used;

Modified: head/astro/foxtrotgps/pkg-plist
==============================================================================
--- head/astro/foxtrotgps/pkg-plist	Sat Aug 29 16:10:03 2020	(r546923)
+++ head/astro/foxtrotgps/pkg-plist	Sat Aug 29 16:46:07 2020	(r546924)
@@ -50,3 +50,4 @@ share/pixmaps/foxtrotgps-photo.png
 share/pixmaps/foxtrotgps-poi.png
 share/pixmaps/foxtrotgps-wp.png
 share/pixmaps/foxtrotgps.png
+share/GConf/gsettings/org.foxtrotgps.convert



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