Date: Thu, 18 Jul 2013 14:33:34 -0700 (PDT) From: David Wolfskill <david@caywhisker.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180642: [PATCH] astro/gpsman: update to 6.4.4.1 Message-ID: <201307182133.r6ILXY81035396@albert.catwhisker.org> Resent-Message-ID: <201307182140.r6ILe0cZ066060@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180642 >Category: ports >Synopsis: [PATCH] astro/gpsman: update to 6.4.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 18 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Wolfskill >Release: FreeBSD 9.2-PRERELEASE i386 >Organization: Wolfskill & Dowling Residence >Environment: System: FreeBSD g1-227.catwhisker.org 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #511 r253426M/253448:901505: Thu Jul 18 04:17:12 >Description: - Update from 6.4.4 to 6.4.4.1 - Some port cleanup while I was here. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- gpsman-6.4.4.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 323218) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: gpsman -# Date created: 26 November 2001 -# Whom: David Wolfskill -# +# Created by: David Wolfskill <davdi@catwhisker.org> # $FreeBSD$ -# PORTNAME= gpsman -PORTVERSION= 6.4.4 +PORTVERSION= 6.4.4.1 CATEGORIES= astro tk geography MASTER_SITES= SF/${PORTNAME}/distrib EXTRACT_SUFX= .tgz @@ -14,7 +10,7 @@ MAINTAINER= david@catwhisker.org COMMENT= A Tcl/Tk-based GPS management utility -USE_TK_RUN= 84+ +USE_TK_WRAPPER= 8.4+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message Index: distinfo =================================================================== --- distinfo (revision 323218) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gpsman-6.4.4.tgz) = b7a6f94d24dfd47507240fd0f1e3db94305ca8485c31db3a9fbf9637656027fe -SIZE (gpsman-6.4.4.tgz) = 1418214 +SHA256 (gpsman-6.4.4.1.tgz) = 214a8dbb3d8e0b0b798fc0cb1a422764d8747cd431105d55d54308d5deb9910c +SIZE (gpsman-6.4.4.1.tgz) = 1417223 Index: files/patch-gpsman.tcl =================================================================== --- files/patch-gpsman.tcl (revision 323218) +++ files/patch-gpsman.tcl (working copy) @@ -3,14 +3,6 @@ diff -ruN gpsman.tcl gpsman.tcl --- gpsman.tcl Tue May 9 02:37:24 2006 +++ gpsman.tcl Wed May 10 17:56:02 2006 -@@ -1,6 +1,6 @@ - #!/bin/sh - # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ --exec wish "$0" -- "$@" -+exec wish8.4 "$0" -- "$@" - - # - # gpsman --- GPS Manager: a manager for GPS receiver data @@ -247,7 +247,7 @@ } Index: pkg-descr =================================================================== --- pkg-descr (revision 323218) +++ pkg-descr (working copy) @@ -5,4 +5,4 @@ logging information in NMEA from any GPS receiver. Author: Miguel Filgueiras -WWW: http://gpsman.sourceforge.net/ +WWW: http://gpsman.sourceforge.net/ --- gpsman-6.4.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307182133.r6ILXY81035396>