[62496] trunk/dports/databases/sqliteman

ryandesign at macports.org ryandesign at macports.org
Sat Jan 9 02:13:24 PST 2010


Revision: 62496
          http://trac.macports.org/changeset/62496
Author:   ryandesign at macports.org
Date:     2010-01-09 02:13:21 -0800 (Sat, 09 Jan 2010)
Log Message:
-----------
sqliteman: update to 1.2.1 and fix crash at exit; closes #19227 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/databases/sqliteman/Portfile

Added Paths:
-----------
    trunk/dports/databases/sqliteman/files/
    trunk/dports/databases/sqliteman/files/patch-litemanwindow.cpp.diff

Modified: trunk/dports/databases/sqliteman/Portfile
===================================================================
--- trunk/dports/databases/sqliteman/Portfile	2010-01-09 10:07:09 UTC (rev 62495)
+++ trunk/dports/databases/sqliteman/Portfile	2010-01-09 10:13:21 UTC (rev 62496)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                sqliteman
-version		        1.2.0
-revision	        2
+version             1.2.1
 description         GUI tool for Sqlite3
 long_description	The best developer's and/or admin's GUI tool for Sqlite3 in the world. \
                     No joking here (or just a bit only) - it contains the most complete \
@@ -16,10 +15,12 @@
 homepage	        http://www.sqliteman.com/
 master_sites        sourceforge:sqliteman
 
-checksums           md5     903aee0f7eae0d4af6c960ea755b12ac \
-                    sha1    7304c2f3a846f2345c6fa6f9d64149173e64eaaf \
-                    rmd160  7d97dad94a0f2eb08b06a04f57d5bcd7a4dd6744
+checksums           md5     1ad603d38e4eda63f1386c6ee22a2838 \
+                    sha1    a0ea03cfa9b95f38d5d1f1db926537d61a0c5c01 \
+                    rmd160  19f7e82ab49480bf1d45e8506ed71e4da6ce1f47
 
+patchfiles          patch-litemanwindow.cpp.diff
+
 use_bzip2           yes
 
 depends_build       port:cmake

Added: trunk/dports/databases/sqliteman/files/patch-litemanwindow.cpp.diff
===================================================================
--- trunk/dports/databases/sqliteman/files/patch-litemanwindow.cpp.diff	                        (rev 0)
+++ trunk/dports/databases/sqliteman/files/patch-litemanwindow.cpp.diff	2010-01-09 10:13:21 UTC (rev 62496)
@@ -0,0 +1,18 @@
+Index: sqliteman/litemanwindow.cpp
+===================================================================
+--- sqliteman/litemanwindow.cpp	(revision 490)
++++ sqliteman/litemanwindow.cpp	(working copy)
+@@ -129,12 +129,9 @@
+ 		i.next();
+ 		QSqlDatabase::database(i.value()).rollback();
+ 		QSqlDatabase::database(i.value()).close();
++		QSqlDatabase::removeDatabase(i.value());
+ 	}
+ 
+-	// It has to go after writeSettings()!
+-	foreach (QWidget *widget, QApplication::topLevelWidgets())
+-		widget->close();
+-
+ 	e->accept();
+ }
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100109/d3b7f4be/attachment-0001.html>


More information about the macports-changes mailing list