Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 12:00:30 +0100 (CET)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        edwin@FreeBSD.org
Subject:   ports/47164: MAINTAINER UPDATE: scmxx update to version 0.6.3.5
Message-ID:  <200301171100.h0HB0US3002583@norfolk.ki.iif.hu>

next in thread | raw e-mail | index | archive | help

>Number:         47164
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: scmxx update to version 0.6.3.5
>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:   Fri Jan 17 06:00:19 PST 2003
>Closed-Date:
>Last-Modified:
>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 #6: Sun Jan 5 13:40:28 CET 2003 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386

>Description:

Maintainer update of comms/scmxx to version 0.6.3.5.

Port Changes: try to find older versions 

Changes: 
Patches for code blocks that produced wrong output or segfaults.
Fix the phonebook upload code 
Add the S46 to the list of recognized phones.

Do not use the 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46293
anymore.


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

diff -ruN scmxx.bak/Makefile scmxx/Makefile
--- scmxx.bak/Makefile	Thu Nov 21 20:13:48 2002
+++ scmxx/Makefile	Mon Jan 13 22:50:12 2003
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	scmxx
-PORTVERSION=	0.6.3.1
+PORTVERSION=	0.6.3.5
 CATEGORIES=	comms
-MASTER_SITES=	http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
+MASTER_SITES=	http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ \
+		http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/old/
 
 MAINTAINER=	janos.mohacsi@bsd.hu
 
diff -ruN scmxx.bak/distinfo scmxx/distinfo
--- scmxx.bak/distinfo	Thu Nov 21 20:13:48 2002
+++ scmxx/distinfo	Mon Jan 13 14:17:30 2003
@@ -1 +1 @@
-MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242
+MD5 (scmxx-0.6.3.5.tar.bz2) = 745d078702104f56e3bf6a218d3d2ce8
diff -ruN scmxx.bak/files/patch-Makefile.in scmxx/files/patch-Makefile.in
--- scmxx.bak/files/patch-Makefile.in	Thu Nov 21 20:13:49 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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301171100.h0HB0US3002583>