ports/142227: [maintainer update] astro/gpsman 6.4_1 --> 6.4.1

David Wolfskill david at catwhisker.org
Sat Jan 2 04:50:01 UTC 2010


>Number:         142227
>Category:       ports
>Synopsis:       [maintainer update] astro/gpsman 6.4_1 --> 6.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 02 04:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     David Wolfskill
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
Wolfskill & Dowling Residence
>Environment:
System: FreeBSD g1-119.catwhisker.org 7.2-STABLE FreeBSD 7.2-STABLE #30 r201255: Wed Dec 30 06:56:57 PST 2009     root at g1-119.catwhisker.org:/common/S2/obj/usr/src/sys/CANARY  i386
>Description:
	Maintainer update of port astro/gpsman from 6.4_1 to 6.4.1, which
	GPSman's author released a couple of days ago.
>How-To-Repeat:
	n/a
>Fix:
	Apply the following patch -- noting that it deletes the 2 patch
	files created by PR ports/128751 (gpsman/files/patch-garmin.tcl
	and gpsman/files/patch-wrtdials.tcl) -- then use your preferred
	tool to upgrade the port:

diff -ruNx 'CVS*' gpsman.6.4_1/Makefile gpsman/Makefile
--- gpsman.6.4_1/Makefile	2009-01-05 09:27:21.000000000 -0800
+++ gpsman/Makefile	2009-12-31 18:14:25.000000000 -0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gpsman
-PORTVERSION=	6.4
-PORTREVISION=	1
+PORTVERSION=	6.4.1
 CATEGORIES=	astro tk geography
 MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/
 MASTER_SITE_SUBDIR=	science/cartography
diff -ruNx 'CVS*' gpsman.6.4_1/distinfo gpsman/distinfo
--- gpsman.6.4_1/distinfo	2008-10-29 08:32:07.000000000 -0700
+++ gpsman/distinfo	2009-12-31 18:18:11.000000000 -0800
@@ -1,3 +1,3 @@
-MD5 (gpsman-6.4.tgz) = 3a47f1953e0bad1ea3a79aba0a713f1a
-SHA256 (gpsman-6.4.tgz) = 3c563adc162447cb0b6d94926c6228399d964a98918d44ec2af03ae10efd77c0
-SIZE (gpsman-6.4.tgz) = 1231402
+MD5 (gpsman-6.4.1.tgz) = 54b6d638e28e12f2c392c1f83130e5f6
+SHA256 (gpsman-6.4.1.tgz) = 4efdcba523ff29ee9cfea5e27173e1414a0edcd4e12eef3991288ed1aa98c244
+SIZE (gpsman-6.4.1.tgz) = 1382645
diff -ruNx 'CVS*' gpsman.6.4_1/files/patch-garmin.tcl gpsman/files/patch-garmin.tcl
--- gpsman.6.4_1/files/patch-garmin.tcl	2008-11-11 01:27:00.000000000 -0800
+++ gpsman/files/patch-garmin.tcl	1969-12-31 16:00:00.000000000 -0800
@@ -1,30 +0,0 @@
-diff -ruN gmsrc/garmin.tcl gmsrc/garmin.tcl
---- gmsrc/garmin.tcl	2008-10-28 10:19:48.000000000 -0700
-+++ gmsrc/garmin.tcl	2008-11-10 04:39:44.000000000 -0800
-@@ -17,7 +17,7 @@
- #      along with this program.
- #
- #  File: garmin.tcl
--#  Last change:  23 October 2008
-+#  Last change:  2 November 2008
- #
- # Includes contributions by
- # - David Gardner (djgardner_AT_users.sourceforge.net) marked
-@@ -2567,7 +2567,7 @@
- }
- 
- proc ConvGarminDate {gd} {
--    # converts Garmin date (seconds since 1990.01.01 00:00:00) into list
-+    # converts Garmin date (seconds since 1989.12.31 00:00:00) into list
-     #  with date in current format and seconds since beginning of $YEAR0,
-     #  not necessarily a leap year, but < 1990
-     global YEAR0 TimeOffset
-@@ -2579,7 +2579,7 @@
- 	if { $yy%100!=0 || $yy%400==0 } { incr dd }
- 	incr yy 4
-     }
--    set secs [expr round((((1990-$YEAR0)*365+$dd)*24+$TimeOffset-12)*3600+$gd)]
-+    set secs [expr round((((1990-$YEAR0)*365+$dd)*24+$TimeOffset)*3600+$gd)]
-     return [list [DateFromSecs $secs] $secs]
- }
- 
diff -ruNx 'CVS*' gpsman.6.4_1/files/patch-wrtdials.tcl gpsman/files/patch-wrtdials.tcl
--- gpsman.6.4_1/files/patch-wrtdials.tcl	2008-11-11 01:27:00.000000000 -0800
+++ gpsman/files/patch-wrtdials.tcl	1969-12-31 16:00:00.000000000 -0800
@@ -1,22 +0,0 @@
-diff -ruN gmsrc/wrtdials.tcl gmsrc/wrtdials.tcl
---- gmsrc/wrtdials.tcl	2008-10-28 10:19:48.000000000 -0700
-+++ gmsrc/wrtdials.tcl	2008-11-10 04:39:44.000000000 -0800
-@@ -17,7 +17,7 @@
- #      along with this program.
- #
- #  File: wrtdials.tcl
--#  Last change:  14 September 2008
-+#  Last change:  8 November 2008
- #
- # Includes contributions by
- #  - Brian Baulch (baulchb _AT_ onthenet.com.au) marked "BSB contribution"
-@@ -4099,8 +4099,8 @@
- 				}
- 				break
- 			    }
-+			    incr i
- 			}
--			incr i
- 		    }
- 		}
- 		if { $wh == "WP" } {
diff -ruNx 'CVS*' gpsman.6.4_1/pkg-plist gpsman/pkg-plist
--- gpsman.6.4_1/pkg-plist	2008-10-29 08:32:07.000000000 -0700
+++ gpsman/pkg-plist	2010-01-01 19:44:45.000000000 -0800
@@ -315,6 +315,7 @@
 %%DATADIR%%/gmsrc/metadata.tcl
 %%DATADIR%%/gmsrc/navigate.tcl
 %%DATADIR%%/gmsrc/options.tcl
+%%DATADIR%%/gmsrc/plugins.tcl
 %%DATADIR%%/gmsrc/posncomp.tcl
 %%DATADIR%%/gmsrc/projections.tcl
 %%DATADIR%%/gmsrc/projs_main.tcl
@@ -324,6 +325,7 @@
 %%DATADIR%%/gmsrc/rgb.tcl
 %%DATADIR%%/gmsrc/search.tcl
 %%DATADIR%%/gmsrc/serial.tcl
+%%DATADIR%%/gmsrc/setup.tcl
 %%DATADIR%%/gmsrc/symbols.tcl
 %%DATADIR%%/gmsrc/trtort.tcl
 %%DATADIR%%/gmsrc/util.tcl
@@ -407,6 +409,11 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_66.html
 %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_67.html
 %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_68.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_69.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_70.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_71.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_72.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_73.html
 %%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif
 %%PORTDOCS%%%%DOCSDIR%%/html/blank.gif
 %%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list