Update to 3.0.0.

This commit is contained in:
Maxim Sobolev 2001-10-08 13:50:54 +00:00
parent 647e9e1458
commit f99c2697c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48563
5 changed files with 35 additions and 10 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= motor
PORTVERSION= 2.20.14
PORTVERSION= 3.0.0
CATEGORIES= devel
MASTER_SITES= http://konst.org.ua/download/ \
${MASTER_SITE_LOCAL}

View File

@ -1 +1 @@
MD5 (motor-2.20.14.tar.gz) = f42d9066ef6a3cb22462cb2740eb4e19
MD5 (motor-3.0.0.tar.gz) = d12b6a568952d130c56786b0177c20fb

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/configuration/Makefile.in 2001/10/08 13:16:39 1.1
+++ src/configuration/Makefile.in 2001/10/08 13:17:10
@@ -89,7 +89,7 @@
INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/ui -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/src -I$(top_srcdir)/parser/include
-CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\"
+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\"
libconfiguration_a_SOURCES = motorconfiguration.cc extkey.cc

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- src/manager/Makefile.in 2001/10/08 13:19:11 1.1
+++ src/manager/Makefile.in 2001/10/08 13:19:28
@@ -89,7 +89,7 @@
INCLUDES = -I$(top_srcdir)/kkstrtext -I$(top_srcdir)/kkconsui/include -I$(top_srcdir)/kksystr/include -I$(top_srcdir)/intl -I$(top_srcdir)/src/ui/ncurses -I$(top_srcdir)/src/debugger -I$(top_srcdir)/src/executor -I$(top_srcdir)/src/project -I$(top_srcdir)/src/configuration -I$(top_srcdir)/src -I$(top_srcdir)/src/tagbrowser -I$(top_srcdir)/parser/include
-CPPFLAGS = -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\"
+CPPFLAGS = @CPPFLAGS@ -DSHARE_DIR=\"$(pkgdatadir)\" -DLOCALE_DIR=\"$(datadir)/locale\"
libmanager_a_SOURCES = motormanager.cc

View File

@ -3,40 +3,37 @@ share/locale/de/LC_MESSAGES/motor.mo
share/locale/pl/LC_MESSAGES/motor.mo
share/locale/ru/LC_MESSAGES/motor.mo
share/locale/zh_CN/LC_MESSAGES/motor.mo
share/motor/CVS.vcsrc
share/motor/external
share/motor/syntax
share/motor/templates/library/static/Browser
share/motor/templates/library/static/Debug
share/motor/templates/library/static/Dist
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++/Browser
share/motor/templates/terminal program/C++/Debug
share/motor/templates/terminal program/C++/Dist
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/Browser
share/motor/templates/terminal program/C/Debug
share/motor/templates/terminal program/C/Dist
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/Browser
share/motor/templates/terminal program/java/Debug
share/motor/templates/terminal program/java/Dist
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