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

(-)Makefile (-3 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/comms/xastir/Makefile 419843 2016-08-08 13:46:50Z mat $
2
# $FreeBSD: head/comms/xastir/Makefile 419843 2016-08-08 13:46:50Z mat $
3
3
4
PORTNAME=	xastir
4
PORTNAME=	xastir
5
PORTVERSION=	2.0.6
5
PORTVERSION=	2.0.8
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	comms hamradio
7
CATEGORIES=	comms hamradio
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
Lines 17-24 Link Here
17
17
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USES=		gettext gmake jpeg motif shebangfix
19
USES=		gettext gmake jpeg motif shebangfix
20
SHEBANG_FILES=	scripts/*.pl scripts/get-maptools.sh \
20
SHEBANG_FILES=	scripts/gpx2shape scripts/values.pl.in
21
		scripts/gpx2shape scripts/values.pl.in
22
21
23
SUB_FILES=	pkg-message
22
SUB_FILES=	pkg-message
24
23
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xastir-2.0.6.tar.gz) = e46debd3f67ea5c08e2f85f03e26653871a9cdd6d692c8eeee436c3bc8a8dd43
1
TIMESTAMP = 1467508169
2
SIZE (xastir-2.0.6.tar.gz) = 2662042
2
SHA256 (xastir-2.0.8.tar.gz) = 775db0e3c4355051a9030b8398a1d995d48b3b721fa1c9bce5e3010300c1ebb6
3
SIZE (xastir-2.0.8.tar.gz) = 2697256
(-)pkg-plist (-21 / +3 lines)
Lines 142-168 Link Here
142
%%DATADIR%%/maps/CC_OpenStreetMap_logo.png
142
%%DATADIR%%/maps/CC_OpenStreetMap_logo.png
143
%%DATADIR%%/maps/CC_OpenStreetMap_txt.png
143
%%DATADIR%%/maps/CC_OpenStreetMap_txt.png
144
%%DATADIR%%/maps/GPS/placeholder
144
%%DATADIR%%/maps/GPS/placeholder
145
%%DATADIR%%/maps/Online/CanadaTopo250k.geo
146
%%DATADIR%%/maps/Online/CanadaTopo50k.geo
147
%%DATADIR%%/maps/Online/OSM_cloudmade_1.geo
148
%%DATADIR%%/maps/Online/OSM_cloudmade_2.geo
149
%%DATADIR%%/maps/Online/OSM_cloudmade_5.geo
150
%%DATADIR%%/maps/Online/OSM_cloudmade_998.geo
151
%%DATADIR%%/maps/Online/OSM_cloudmade_999.geo
152
%%DATADIR%%/maps/Online/OSM_tiled_cycle.geo
145
%%DATADIR%%/maps/Online/OSM_tiled_cycle.geo
146
%%DATADIR%%/maps/Online/OSM_tiled_fosm.geo
153
%%DATADIR%%/maps/Online/OSM_tiled_mapnik.geo
147
%%DATADIR%%/maps/Online/OSM_tiled_mapnik.geo
154
%%DATADIR%%/maps/Online/OSM_tiled_osmarender.geo
148
%%DATADIR%%/maps/Online/OSM_tiled_mapquest-aerial.geo
155
%%DATADIR%%/maps/Online/OSM_tiled_skiing.geo
149
%%DATADIR%%/maps/Online/OSM_tiled_mapquest.geo
156
%%DATADIR%%/maps/Online/OSM_tiled_topOSM_0_relief.geo
157
%%DATADIR%%/maps/Online/OSM_tiled_topOSM_1_contour.geo
158
%%DATADIR%%/maps/Online/OSM_tiled_topOSM_2_features.geo
159
%%DATADIR%%/maps/Online/TXRadar.geo
160
%%DATADIR%%/maps/Online/USRadar.geo
161
%%DATADIR%%/maps/Online/WMSRadar.geo
162
%%DATADIR%%/maps/Online/terraserver-reflectivity.geo
163
%%DATADIR%%/maps/Online/terraserver-topo.geo
164
%%DATADIR%%/maps/Online/terraserver-urban.geo
165
%%DATADIR%%/maps/Online/terraserver.geo
166
%%DATADIR%%/maps/worldhi.map
150
%%DATADIR%%/maps/worldhi.map
167
%%DATADIR%%/scripts/Coordinate.pm
151
%%DATADIR%%/scripts/Coordinate.pm
168
%%DATADIR%%/scripts/Xastir_tigerpoly.py
152
%%DATADIR%%/scripts/Xastir_tigerpoly.py
Lines 172-180 Link Here
172
%%DATADIR%%/scripts/get-NWSdata
156
%%DATADIR%%/scripts/get-NWSdata
173
%%DATADIR%%/scripts/get-fcc-rac.pl
157
%%DATADIR%%/scripts/get-fcc-rac.pl
174
%%DATADIR%%/scripts/get-gnis
158
%%DATADIR%%/scripts/get-gnis
175
%%DATADIR%%/scripts/get-maptools.sh
176
%%DATADIR%%/scripts/get-pop
159
%%DATADIR%%/scripts/get-pop
177
%%DATADIR%%/scripts/get_shapelib.sh
178
%%DATADIR%%/scripts/gpx2shape
160
%%DATADIR%%/scripts/gpx2shape
179
%%DATADIR%%/scripts/icontable.pl
161
%%DATADIR%%/scripts/icontable.pl
180
%%DATADIR%%/scripts/inf2geo.pl
162
%%DATADIR%%/scripts/inf2geo.pl

Return to bug 211957