From mohacsi@norfolk.ki.iif.hu  Mon Dec 16 08:28:13 2002
Return-Path: <mohacsi@norfolk.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 19E9E37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Dec 2002 08:28:13 -0800 (PST)
Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1032143EDA
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Dec 2002 08:28:12 -0800 (PST)
	(envelope-from mohacsi@norfolk.ki.iif.hu)
Received: (from mohacsi@localhost)
	by norfolk.ki.iif.hu (8.12.6/8.12.6) id gBGGSPAH000609;
	Mon, 16 Dec 2002 17:28:25 +0100 (CET)
	(envelope-from mohacsi)
Message-Id: <200212161628.gBGGSPAH000609@norfolk.ki.iif.hu>
Date: Mon, 16 Dec 2002 17:28:25 +0100 (CET)
From: Janos Mohacsi <mohacsi@niif.hu>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: MAINTAINER UPDATE: scmxx version 0.6.3.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46293
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: scmxx version 0.6.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 08:30:02 PST 2002
>Closed-Date:    Sat Jan 18 09:32:07 PST 2003
>Last-Modified:  Sat Jan 18 09:32:07 PST 2003
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
NIIF
>Environment:
System: FreeBSD norfolk.ki.iif.hu 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Nov 28 13:41:29 CET 2002 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386

>Description:
Maintainer update to comms/scmxx 
to version 0.6.3.3

Fixes in this version:
A phonebook upload bug was fixed. Some more serial device bits were
changed. Reads from the device are now different. A 10 second timeout
for every read was implemented, and the code now makes more use of
malloc. Support for S46 phone.

Fixes in port:
more proper handling of make. 


>How-To-Repeat:
	apply this diff.
>Fix:

diff -ruN scmxx.bak/Makefile scmxx/Makefile
--- scmxx.bak/Makefile	Mon Nov 25 09:13:21 2002
+++ scmxx/Makefile	Thu Dec 12 17:13:46 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scmxx
-PORTVERSION=	0.6.3.1
+PORTVERSION=	0.6.3.3
 CATEGORIES=	comms
 MASTER_SITES=	http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
 
diff -ruN scmxx.bak/distinfo scmxx/distinfo
--- scmxx.bak/distinfo	Mon Nov 25 09:13:21 2002
+++ scmxx/distinfo	Thu Dec 12 17:14:00 2002
@@ -1 +1 @@
-MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242
+MD5 (scmxx-0.6.3.3.tar.bz2) = 759db1e2d6a5c240398187d1120ab5b2
diff -ruN scmxx.bak/files/patch-Makefile.in scmxx/files/patch-Makefile.in
--- scmxx.bak/files/patch-Makefile.in	Mon Nov 25 09:13:21 2002
+++ scmxx/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
@@ -1,25 +0,0 @@
---- Makefile.in.orig	Wed Nov 20 10:50:12 2002
-+++ Makefile.in	Wed Nov 20 10:51:01 2002
-@@ -7,7 +7,7 @@
- BINARY=scmxx@EXEEXT@
- 
- all:
--	make -C src all
-+	$(MAKE) -C src all
- 
- install: all
- 	$(INSTALL) -d $(DESTDIR)$(bindir)
-@@ -16,11 +16,11 @@
- 	$(INSTALL) docs/scmxx.1  $(DESTDIR)$(mandir)/man1/$(BINARY).1
- 
- clean:
--	make -C src clean
-+	$(MAKE) -C src clean
- 	rm -rf $(BINARY)
- 
- dist-clean:
--	make -C src dist-clean
-+	$(MAKE) -C src dist-clean
- 	rm -rf $(BINARY) Makefile config.cache config.log config.status config.h
- 
- maintainer-clean: dist-clean

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 2 16:15:58 PST 2003 
State-Changed-Why:  
[~/ports/comms/scmxx] edwin@ref5>make checksum 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat Jan 18 09:31:52 PST 2003 
State-Changed-Why:  
Superseded by ports/47164 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46293 
>Unformatted:
 >> Checksum mismatch for scmxx-0.6.3.3.tar.bz2. 
 
 From the directory at the master_site, it seems the tarball has 
 been rerolled. 
 Can you please check the new tarball for proper functionality and/or 
 a patch tro version 0.6.3.5? 
 
 
 
 Responsible-Changed-From-To: freebsd-ports->edwin 
 Responsible-Changed-By: edwin 
 Responsible-Changed-When: Thu Jan 2 16:15:58 PST 2003 
 Responsible-Changed-Why:  
 [~/ports/comms/scmxx] edwin@ref5>make checksum 
 >> Checksum mismatch for scmxx-0.6.3.3.tar.bz2. 
 
 From the directory at the master_site, it seems the tarball has 
 been rerolled. 
 Can you please check the new tarball for proper functionality and/or 
 a patch tro version 0.6.3.5? 
 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=46293 
