summaryrefslogtreecommitdiff
path: root/devel/eric3/patches
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-09 17:06:56 +0000
committerrecht <recht@pkgsrc.org>2004-05-09 17:06:56 +0000
commit1d12d44e0acf4d076d16af82ee8075a59bd105a1 (patch)
tree4bd28295ceb62f1e8441976abf0950cbed25800d /devel/eric3/patches
parentbbf6e7725ecc7f56974c92e984a439a2ce63b2bd (diff)
downloadpkgsrc-1d12d44e0acf4d076d16af82ee8075a59bd105a1.tar.gz
update to 3.4.2 and bl3ify
changes: (for a complete list see the included HISTORY file) Version 3.4.2 - some bug fixes - changed unittest logic to search for testcases in the given module, if no module function named 'suite' could be found - adoption to subversion 1.0 - include a message marker in the subject line for bug emails - a few usability enhancements Version 3.4.1 - fixed a serious bug in VariablesViewer 3.4: - It comes with it's own source documentation generator. - Support for Quixote PTL files. - Capability to generate various UML-like diagrams from the source code. - Interface to the cyclops cycles finder (a copy of cyclops is included). - Import/Export of keyboard shortcuts. - A QRegExp and a Python regexp wizard. Version 3.3.1: - fixed a compatibility problem with PyQt/sip 3.9 3.3: This version includes an interface to omniORB, scripting capabilities, a refactoring browser (the well known Bicycle Repair Man), remapable keyboard actions and a Russian translation. The editor supports split views, keyboard macros, bookmarks and additional breakpoint types. In addition to these new features there are a bunch of changes under the hood, that should increase eric3's usability. For details see the history file in the distribution.
Diffstat (limited to 'devel/eric3/patches')
-rw-r--r--devel/eric3/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/eric3/patches/patch-aa b/devel/eric3/patches/patch-aa
index bfba1758082..5e2df81b42e 100644
--- a/devel/eric3/patches/patch-aa
+++ b/devel/eric3/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2003/07/23 09:44:11 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2004/05/09 17:06:56 recht Exp $
---- eric/Project/ProjectBrowser.py.orig 2003-07-23 11:00:19.000000000 +0200
-+++ eric/Project/ProjectBrowser.py 2003-07-23 11:17:26.000000000 +0200
-@@ -1129,7 +1129,7 @@
+--- eric/Project/ProjectBrowser.py.orig 2004-04-02 19:52:23.000000000 +0200
++++ eric/Project/ProjectBrowser.py 2004-05-09 18:51:55.000000000 +0200
+@@ -1372,7 +1372,7 @@
"""
self.compileProc = QProcess(self)
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1 2003/07/23 09:44:11 drochner Exp $
if sys.platform == "win32":
pyuic = pyuic + '.exe'
self.compileProc.addArgument(pyuic)
-@@ -1430,7 +1430,7 @@
+@@ -1730,7 +1730,7 @@
self.pylupdateProc = QProcess(self)