Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 18:09:51 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316463 - head/astro/gpsman
Message-ID:  <201304241809.r3OI9pZa051909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Wed Apr 24 18:09:51 2013
New Revision: 316463
URL: http://svnweb.freebsd.org/changeset/ports/316463

Log:
  Update to 6.4.4
  
  * new option in file config.tcl indicating whether GPSMan data can be
  appended to an existing file when saving; to be used with care as a
  file with conflicting time offsets can result that will not be
  loaded by GPSMan; asked by Zvi Grauer.
  * explicit support for the Garmin Street Pilot I, with thanks to
  Martin Espinoza who sent the protocols list.
  
  In addition, I tried to clean up the port a wee bit:
  * I removed a line in the Makefile that had been commented-out
  Wed Jul 26 08:32:31 2006 UTC (r168793).
  * I changed the USE_TK_RUN specification to permit the use of
  Tcl/Tk 8.5 (and tested that it brings in 8.5 if that's
  available, and that gpsman works with it).
  
  PR:		ports/178112
  Submitted by:	dhw (maintainer)

Modified:
  head/astro/gpsman/Makefile
  head/astro/gpsman/distinfo

Modified: head/astro/gpsman/Makefile
==============================================================================
--- head/astro/gpsman/Makefile	Wed Apr 24 18:03:50 2013	(r316462)
+++ head/astro/gpsman/Makefile	Wed Apr 24 18:09:51 2013	(r316463)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gpsman
-PORTVERSION=	6.4.3
+PORTVERSION=	6.4.4
 CATEGORIES=	astro tk geography
 MASTER_SITES=	SF/${PORTNAME}/distrib
 EXTRACT_SUFX=	.tgz
@@ -14,8 +14,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	david@catwhisker.org
 COMMENT=	A Tcl/Tk-based GPS management utility
 
-#RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
-USE_TK_RUN=	84
+USE_TK_RUN=	84+
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 SUB_FILES=	pkg-message

Modified: head/astro/gpsman/distinfo
==============================================================================
--- head/astro/gpsman/distinfo	Wed Apr 24 18:03:50 2013	(r316462)
+++ head/astro/gpsman/distinfo	Wed Apr 24 18:09:51 2013	(r316463)
@@ -1,2 +1,2 @@
-SHA256 (gpsman-6.4.3.tgz) = 02154563663da64e0358fe57a2507a6567b770c3461d68d816cba3f9343f065d
-SIZE (gpsman-6.4.3.tgz) = 1417403
+SHA256 (gpsman-6.4.4.tgz) = b7a6f94d24dfd47507240fd0f1e3db94305ca8485c31db3a9fbf9637656027fe
+SIZE (gpsman-6.4.4.tgz) = 1418214



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