ports/79959: Update port: devel/motor to 3.4.0

Vasil Dimov vd at datamax.bg
Fri Apr 15 10:30:21 UTC 2005


>Number:         79959
>Category:       ports
>Synopsis:       Update port: devel/motor to 3.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 15 10:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
DataMax
>Environment:
>Description:
	Update to the most recent 3.4.0

	Two of the patches are not needed any more because the problematic
	code is fixed in the new release.
	Same plist.

	From ChangeLog:
	This is a bugfix release. Its main points are the fixed rpm packages of
	projects generation bug, a compile error in the parser module compiled with the
	recent GCC and CVS diff viewing now works again.

>How-To-Repeat:
>Fix:

	

--- motor_update_3.3.0-3.4.0 begins here ---
diff -urN motor-3.3.0/Makefile motor/Makefile
--- motor-3.3.0/Makefile	Mon Nov  8 18:08:31 2004
+++ motor/Makefile	Fri Apr 15 12:41:49 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	motor
-PORTVERSION=	3.3.0
+PORTVERSION=	3.4.0
 CATEGORIES=	devel
 MASTER_SITES=	http://konst.org.ua/download/
 
diff -urN motor-3.3.0/distinfo motor/distinfo
--- motor-3.3.0/distinfo	Wed Aug 18 18:26:48 2004
+++ motor/distinfo	Fri Apr 15 11:56:43 2005
@@ -1,2 +1,2 @@
-MD5 (motor-3.3.0.tar.gz) = 257d63a33c511266ae0ff56c4274af76
-SIZE (motor-3.3.0.tar.gz) = 570704
+MD5 (motor-3.4.0.tar.gz) = c9ff6aade7105a90df11ccfd51592bec
+SIZE (motor-3.4.0.tar.gz) = 572571
diff -urN motor-3.3.0/files/patch-parser_src_parser.c motor/files/patch-parser_src_parser.c
--- motor-3.3.0/files/patch-parser_src_parser.c	Sun Aug 22 17:37:47 2004
+++ motor/files/patch-parser_src_parser.c	Thu Jan  1 02:00:00 1970
@@ -1,23 +0,0 @@
-
-$FreeBSD: ports/devel/motor/files/patch-parser_src_parser.c,v 1.1 2004/08/22 14:37:47 krion Exp $
-
---- parser/src/parser.c.orig	Sun Aug 22 16:26:05 2004
-+++ parser/src/parser.c	Sun Aug 22 16:26:25 2004
-@@ -313,7 +313,7 @@
- 		buf = mmap(0, *size, PROT_READ, MAP_SHARED, f, 0);
- 		if (buf == MAP_FAILED) buf = NULL;
- 		break;
--	    default:
-+	    default: break;
- 	}
-     }
-     close(f);
-@@ -333,7 +333,7 @@
- 	    // munmap
- 	    munmap(text, size);
- 	    break;
--	default:
-+	default: break;
-     }
- }
- 
diff -urN motor-3.3.0/files/patch-src::ui::ncurses::uitagbrowser.cc motor/files/patch-src::ui::ncurses::uitagbrowser.cc
--- motor-3.3.0/files/patch-src::ui::ncurses::uitagbrowser.cc	Wed Aug 25 13:12:23 2004
+++ motor/files/patch-src::ui::ncurses::uitagbrowser.cc	Thu Jan  1 02:00:00 1970
@@ -1,11 +0,0 @@
---- src/ui/ncurses/uitagbrowser.cc.old	Wed Aug  4 08:22:13 2004
-+++ src/ui/ncurses/uitagbrowser.cc	Wed Aug  4 08:22:30 2004
-@@ -83,7 +83,7 @@
-     cm.setwindow(textwindow(w.x1, w.y1, w.x1+20, 0, uiconf.getcolor(cp_menufr)));
- 
-     for(motortagbrowser::viewscope scope = motortagbrowser::File;
--    scope != motortagbrowser::viewscope_size; (int) scope += 1) {
-+    scope != motortagbrowser::viewscope_size; (int&) scope += 1) {
- 	cm.additem(0, scope, (string) " " + getscopename(scope));
- 	if(scope == tagbrowser.getscope())
- 	    cm.setpos(cm.getcount()-1);
--- motor_update_3.3.0-3.4.0 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list