From carl@stagecraft.cx  Fri Jul 14 12:00:28 2006
Return-Path: <carl@stagecraft.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1F5FA16A4DF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jul 2006 12:00:27 +0000 (UTC)
	(envelope-from carl@stagecraft.cx)
Received: from brain.stagecraft.cx (brain.stagecraft.cx [202.45.97.24])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0A89043D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jul 2006 12:00:26 +0000 (GMT)
	(envelope-from carl@stagecraft.cx)
Received: from penny.stagecraft.cx ([172.30.0.8])
	by brain.stagecraft.cx (8.13.6/8.13.6) with ESMTP id k6E1UTUm045271
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Jul 2006 11:30:29 +1000 (EST)
	(envelope-from carl@penny.stagecraft.cx)
Received: from penny.stagecraft.cx (localhost [127.0.0.1])
	by penny.stagecraft.cx (8.13.4/8.13.6) with ESMTP id k699N0Z1093096
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 9 Jul 2006 19:23:00 +1000 (EST)
	(envelope-from carl@penny.stagecraft.cx)
Received: (from root@localhost)
	by penny.stagecraft.cx (8.13.4/8.13.6/Submit) id k699MxGQ093095;
	Sun, 9 Jul 2006 19:22:59 +1000 (EST)
	(envelope-from carl)
Message-Id: <200607090922.k699MxGQ093095@penny.stagecraft.cx>
Date: Sun, 9 Jul 2006 19:22:59 +1000 (EST)
From: Carl Makin <carl@stagecraft.cx>
Reply-To: Carl Makin <carl@stagecraft.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer-update: comms/xastir
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100289
>Category:       ports
>Synopsis:       Maintainer-update: comms/xastir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 12:00:32 GMT 2006
>Closed-Date:    Fri Jul 14 22:03:28 GMT 2006
>Last-Modified:  Fri Jul 14 22:03:28 GMT 2006
>Originator:     Carl Makin
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD penny.stagecraft.cx 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 1 21:42:59 EST 2006 root@penny.stagecraft.cx:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Evening!  This is an update to comms/xastir to bring it to the latest stable rev.

Thanks!

Carl.

>How-To-Repeat:
	
>Fix:

	

--- xastir182.diff begins here ---
--- /usr/ports/comms/xastir/Makefile	Thu May 25 00:21:40 2006
+++ xastir/Makefile	Mon Jun 26 21:58:17 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xastir
-PORTVERSION=	1.8.0
-PORTREVISION=	1
+PORTVERSION=	1.8.2
 CATEGORIES=	comms hamradio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	xastir
--- /usr/ports/comms/xastir/pkg-plist	Tue Apr 25 21:42:59 2006
+++ xastir/pkg-plist	Fri Jun 16 13:25:21 2006
@@ -5,13 +5,17 @@
 lib/xastir/Xastir_tigerpoly.py
 lib/xastir/coord-convert.pl
 lib/xastir/fcc-get
+lib/xastir/get-NWSdata
 lib/xastir/get-gnis
+lib/xastir/get-maptools.sh
 lib/xastir/get_shapelib.sh
+lib/xastir/gpx2shape
 lib/xastir/icontable.pl
 lib/xastir/inf2geo.pl
 lib/xastir/kiss-off.pl
 lib/xastir/mapblast2geo.pl
 lib/xastir/mapfgd.pl
+lib/xastir/object2shp.pl
 lib/xastir/overlay.pl
 lib/xastir/ozi2geo.pl
 lib/xastir/permutations.pl
--- /usr/ports/comms/xastir/distinfo	Wed Jun  7 23:45:44 2006
+++ xastir/distinfo	Fri Jun 16 12:47:06 2006
@@ -1,3 +1,3 @@
-MD5 (xastir-1.8.0.tar.gz) = 7da1eb2de7e912d9b9eb08f087664832
-SHA256 (xastir-1.8.0.tar.gz) = b0450d944916a8a805285fcbd2e7e28eb89c60400a4472b0656536bdc347c7cb
-SIZE (xastir-1.8.0.tar.gz) = 1585921
+MD5 (xastir-1.8.2.tar.gz) = 77b2c60cd59de17c2caccb13f95d4993
+SHA256 (xastir-1.8.2.tar.gz) = 6530851830801a331ea5fb874e3e00211994b7b6754f6396b38f6d3d649478d7
+SIZE (xastir-1.8.2.tar.gz) = 1642849
--- xastir182.diff ends here ---


# please also add the patch below as xastir/files/patch-main.c 
--- src/main.c~	Sun Jul  9 16:46:31 2006
+++ src/main.c	Sun Jul  9 18:04:42 2006
@@ -10284,7 +10284,7 @@
     // acceptable at 200.
     nexttime = 200;
 #else
-    nexttime = 2;
+    nexttime = 10;
 #endif // __CYGWIN__
 
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jul 14 20:49:56 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100289 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Jul 14 22:03:26 UTC 2006 
State-Changed-Why:  
Committed with changes: USE_BDB. Also you could probably drop 
WITH_OPTCFLAGS since -O2 -pipe is the default this days. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100289 
>Unformatted:
