mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.4.0 release.
PR: ports/79959 Submitted by: Vasil Dimov <vd@datamax.bg>
This commit is contained in:
parent
662d63837b
commit
a0ca22aa14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133427
5 changed files with 55 additions and 89 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= motor
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.4.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://konst.org.ua/download/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- 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;
|
||||
}
|
||||
}
|
||||
|
|
@ -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);
|
|
@ -4,58 +4,58 @@ bin/motorsync
|
|||
%%NLS%%share/locale/pl/LC_MESSAGES/motor.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/motor.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/motor.mo
|
||||
share/motor/CVS.vcsrc
|
||||
share/motor/external
|
||||
share/motor/syntax
|
||||
share/motor/templates/library/static/Debug
|
||||
share/motor/templates/library/static/Folders
|
||||
share/motor/templates/library/static/Makefile.func
|
||||
share/motor/templates/library/static/Parserules
|
||||
share/motor/templates/library/static/Settings
|
||||
share/motor/templates/library/static/[value name].spec.tmpl
|
||||
share/motor/templates/library/static/configure.in.tmpl
|
||||
share/motor/templates/terminal program/C++/Debug
|
||||
share/motor/templates/terminal program/C++/Folders
|
||||
share/motor/templates/terminal program/C++/Makefile.func
|
||||
share/motor/templates/terminal program/C++/Parserules
|
||||
share/motor/templates/terminal program/C++/Settings
|
||||
share/motor/templates/terminal program/C++/[value name].cc.tmpl
|
||||
share/motor/templates/terminal program/C++/[value name].spec.tmpl
|
||||
share/motor/templates/terminal program/C++/configure.in.tmpl
|
||||
share/motor/templates/terminal program/C/Debug
|
||||
share/motor/templates/terminal program/C/Folders
|
||||
share/motor/templates/terminal program/C/Makefile.func
|
||||
share/motor/templates/terminal program/C/Parserules
|
||||
share/motor/templates/terminal program/C/Settings
|
||||
share/motor/templates/terminal program/C/[value name].c.tmpl
|
||||
share/motor/templates/terminal program/C/[value name].spec.tmpl
|
||||
share/motor/templates/terminal program/C/configure.in.tmpl
|
||||
share/motor/templates/terminal program/java/Debug
|
||||
share/motor/templates/terminal program/java/Folders
|
||||
share/motor/templates/terminal program/java/Makefile.func
|
||||
share/motor/templates/terminal program/java/Parserules
|
||||
share/motor/templates/terminal program/java/Settings
|
||||
share/motor/templates/terminal program/java/[value name].java.tmpl
|
||||
share/motor/templates/terminal program/java/[value name].spec.tmpl
|
||||
share/motor/templates/terminal program/java/configure.in.tmpl
|
||||
share/motor/templates/terminal program/perl/Debug
|
||||
share/motor/templates/terminal program/perl/Folders
|
||||
share/motor/templates/terminal program/perl/Makefile.func
|
||||
share/motor/templates/terminal program/perl/Parserules
|
||||
share/motor/templates/terminal program/perl/Settings
|
||||
share/motor/templates/terminal program/perl/[value name].pl.tmpl
|
||||
share/motor/templates/terminal program/perl/[value name].spec.tmpl
|
||||
share/motor/templates/terminal program/perl/configure.in.tmpl
|
||||
share/motor/themes
|
||||
@dirrm share/motor/templates/terminal program/perl
|
||||
@dirrm share/motor/templates/terminal program/java
|
||||
@dirrm share/motor/templates/terminal program/C++
|
||||
@dirrm share/motor/templates/terminal program/C
|
||||
@dirrm share/motor/templates/terminal program
|
||||
@dirrm share/motor/templates/library/static
|
||||
@dirrm share/motor/templates/library
|
||||
@dirrm share/motor/templates
|
||||
@dirrm share/motor
|
||||
%%DATADIR%%/CVS.vcsrc
|
||||
%%DATADIR%%/external
|
||||
%%DATADIR%%/syntax
|
||||
%%DATADIR%%/templates/library/static/Debug
|
||||
%%DATADIR%%/templates/library/static/Folders
|
||||
%%DATADIR%%/templates/library/static/Makefile.func
|
||||
%%DATADIR%%/templates/library/static/Parserules
|
||||
%%DATADIR%%/templates/library/static/Settings
|
||||
%%DATADIR%%/templates/library/static/[value name].spec.tmpl
|
||||
%%DATADIR%%/templates/library/static/configure.in.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C++/Debug
|
||||
%%DATADIR%%/templates/terminal program/C++/Folders
|
||||
%%DATADIR%%/templates/terminal program/C++/Makefile.func
|
||||
%%DATADIR%%/templates/terminal program/C++/Parserules
|
||||
%%DATADIR%%/templates/terminal program/C++/Settings
|
||||
%%DATADIR%%/templates/terminal program/C++/[value name].cc.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C++/[value name].spec.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C++/configure.in.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C/Debug
|
||||
%%DATADIR%%/templates/terminal program/C/Folders
|
||||
%%DATADIR%%/templates/terminal program/C/Makefile.func
|
||||
%%DATADIR%%/templates/terminal program/C/Parserules
|
||||
%%DATADIR%%/templates/terminal program/C/Settings
|
||||
%%DATADIR%%/templates/terminal program/C/[value name].c.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C/[value name].spec.tmpl
|
||||
%%DATADIR%%/templates/terminal program/C/configure.in.tmpl
|
||||
%%DATADIR%%/templates/terminal program/java/Debug
|
||||
%%DATADIR%%/templates/terminal program/java/Folders
|
||||
%%DATADIR%%/templates/terminal program/java/Makefile.func
|
||||
%%DATADIR%%/templates/terminal program/java/Parserules
|
||||
%%DATADIR%%/templates/terminal program/java/Settings
|
||||
%%DATADIR%%/templates/terminal program/java/[value name].java.tmpl
|
||||
%%DATADIR%%/templates/terminal program/java/[value name].spec.tmpl
|
||||
%%DATADIR%%/templates/terminal program/java/configure.in.tmpl
|
||||
%%DATADIR%%/templates/terminal program/perl/Debug
|
||||
%%DATADIR%%/templates/terminal program/perl/Folders
|
||||
%%DATADIR%%/templates/terminal program/perl/Makefile.func
|
||||
%%DATADIR%%/templates/terminal program/perl/Parserules
|
||||
%%DATADIR%%/templates/terminal program/perl/Settings
|
||||
%%DATADIR%%/templates/terminal program/perl/[value name].pl.tmpl
|
||||
%%DATADIR%%/templates/terminal program/perl/[value name].spec.tmpl
|
||||
%%DATADIR%%/templates/terminal program/perl/configure.in.tmpl
|
||||
%%DATADIR%%/themes
|
||||
@dirrm %%DATADIR%%/templates/terminal program/perl
|
||||
@dirrm %%DATADIR%%/templates/terminal program/java
|
||||
@dirrm %%DATADIR%%/templates/terminal program/C++
|
||||
@dirrm %%DATADIR%%/templates/terminal program/C
|
||||
@dirrm %%DATADIR%%/templates/terminal program
|
||||
@dirrm %%DATADIR%%/templates/library/static
|
||||
@dirrm %%DATADIR%%/templates/library
|
||||
@dirrm %%DATADIR%%/templates
|
||||
@dirrm %%DATADIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/
|
||||
|
|
Loading…
Add table
Reference in a new issue