View | Details | Raw Unified | Return to bug 128454
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gpsman
8
PORTNAME=	gpsman
9
PORTVERSION=	6.3.2
9
PORTVERSION=	6.4
10
CATEGORIES=	astro tk geography
10
CATEGORIES=	astro tk geography
11
MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/
11
MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/
12
MASTER_SITE_SUBDIR=	science/cartography
12
MASTER_SITE_SUBDIR=	science/cartography
Lines 28-35 Link Here
28
28
29
.if ${OSVERSION} < 600000
29
.if ${OSVERSION} < 600000
30
GPSMAN_DEFAULT_PORT?=	/dev/cuaa0
30
GPSMAN_DEFAULT_PORT?=	/dev/cuaa0
31
.else
31
.elif ${OSVERSION} < 800045
32
GPSMAN_DEFAULT_PORT?=	/dev/cuad0
32
GPSMAN_DEFAULT_PORT?=	/dev/cuad0
33
.else
34
GPSMAN_DEFAULT_PORT?=	/dev/cuau0
33
.endif
35
.endif
34
36
35
post-patch:
37
post-patch:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gpsman-6.3.2.tgz) = dcc72b7a2a1b61f98f8432f8eb367213
1
MD5 (gpsman-6.4.tgz) = 3a47f1953e0bad1ea3a79aba0a713f1a
2
SHA256 (gpsman-6.3.2.tgz) = 91664e3b963181f140ea39f35dc06d9a06ac74d3938acd171d13482e1f12022e
2
SHA256 (gpsman-6.4.tgz) = 3c563adc162447cb0b6d94926c6228399d964a98918d44ec2af03ae10efd77c0
3
SIZE (gpsman-6.3.2.tgz) = 1191586
3
SIZE (gpsman-6.4.tgz) = 1231402
(-)pkg-plist (+5 lines)
Lines 101-106 Link Here
101
%%DATADIR%%/gmsrc/gmicons/cntct_sumo15x15.gif
101
%%DATADIR%%/gmsrc/gmicons/cntct_sumo15x15.gif
102
%%DATADIR%%/gmsrc/gmicons/coast_guard15x15.gif
102
%%DATADIR%%/gmsrc/gmicons/coast_guard15x15.gif
103
%%DATADIR%%/gmsrc/gmicons/controlled15x15.gif
103
%%DATADIR%%/gmsrc/gmicons/controlled15x15.gif
104
%%DATADIR%%/gmsrc/gmicons/cross15x15.gif
105
%%DATADIR%%/gmsrc/gmicons/cross_3p15x15.gif
104
%%DATADIR%%/gmsrc/gmicons/crossing15x15.gif
106
%%DATADIR%%/gmsrc/gmicons/crossing15x15.gif
105
%%DATADIR%%/gmsrc/gmicons/dam15x15.gif
107
%%DATADIR%%/gmsrc/gmicons/dam15x15.gif
106
%%DATADIR%%/gmsrc/gmicons/danger15x15.gif
108
%%DATADIR%%/gmsrc/gmicons/danger15x15.gif
Lines 288-293 Link Here
288
%%DATADIR%%/gmsrc/gmicons/wreck15x15.gif
290
%%DATADIR%%/gmsrc/gmicons/wreck15x15.gif
289
%%DATADIR%%/gmsrc/gmicons/zoo15x15.gif
291
%%DATADIR%%/gmsrc/gmicons/zoo15x15.gif
290
%%DATADIR%%/gmsrc/gpsinfo.tcl
292
%%DATADIR%%/gmsrc/gpsinfo.tcl
293
%%DATADIR%%/gmsrc/i18n-utf8.tcl
291
%%DATADIR%%/gmsrc/isolatin1.tcl
294
%%DATADIR%%/gmsrc/isolatin1.tcl
292
%%DATADIR%%/gmsrc/know.tcl
295
%%DATADIR%%/gmsrc/know.tcl
293
%%DATADIR%%/gmsrc/langdeutsch.tcl
296
%%DATADIR%%/gmsrc/langdeutsch.tcl
Lines 298-303 Link Here
298
%%DATADIR%%/gmsrc/langit.tcl
301
%%DATADIR%%/gmsrc/langit.tcl
299
%%DATADIR%%/gmsrc/langnl.tcl
302
%%DATADIR%%/gmsrc/langnl.tcl
300
%%DATADIR%%/gmsrc/langport.tcl
303
%%DATADIR%%/gmsrc/langport.tcl
304
%%DATADIR%%/gmsrc/langru.tcl
301
%%DATADIR%%/gmsrc/lists.tcl
305
%%DATADIR%%/gmsrc/lists.tcl
302
%%DATADIR%%/gmsrc/lowrance.tcl
306
%%DATADIR%%/gmsrc/lowrance.tcl
303
%%DATADIR%%/gmsrc/lowrance_nmea.tcl
307
%%DATADIR%%/gmsrc/lowrance_nmea.tcl
Lines 313-318 Link Here
313
%%DATADIR%%/gmsrc/options.tcl
317
%%DATADIR%%/gmsrc/options.tcl
314
%%DATADIR%%/gmsrc/posncomp.tcl
318
%%DATADIR%%/gmsrc/posncomp.tcl
315
%%DATADIR%%/gmsrc/projections.tcl
319
%%DATADIR%%/gmsrc/projections.tcl
320
%%DATADIR%%/gmsrc/projs_main.tcl
316
%%DATADIR%%/gmsrc/realtime.tcl
321
%%DATADIR%%/gmsrc/realtime.tcl
317
%%DATADIR%%/gmsrc/recdefs.tcl
322
%%DATADIR%%/gmsrc/recdefs.tcl
318
%%DATADIR%%/gmsrc/recmodels.tcl
323
%%DATADIR%%/gmsrc/recmodels.tcl

Return to bug 128454