aboutsummaryrefslogtreecommitdiff
path: root/databases/knoda
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-04-03 15:54:40 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-04-03 15:54:40 +0000
commit2f8c610bcdcfdea80dc9578fa7f828f76eebeffe (patch)
treebd9ba4a168b56cfe59acc9157536ec7dd6ac5ec2 /databases/knoda
parentf9f0820c269eccffaf5fcd772ddd0e1f773ba594 (diff)
downloadports-2f8c610bcdcfdea80dc9578fa7f828f76eebeffe.tar.gz
ports-2f8c610bcdcfdea80dc9578fa7f828f76eebeffe.zip
- Update to 0.7.3
- Fix build with modules other than mysql reported by Paul J. Pathiakis <pathiaki@pathiaki.com> & RÓcz JÓnos <wpooh@freestart.hu>
Notes
Notes: svn path=/head/; revision=132356
Diffstat (limited to 'databases/knoda')
-rw-r--r--databases/knoda/Makefile5
-rw-r--r--databases/knoda/distinfo4
-rw-r--r--databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp11
-rw-r--r--databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp11
-rw-r--r--databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp11
-rw-r--r--databases/knoda/pkg-plist2
6 files changed, 6 insertions, 38 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile
index 65906c93503d..18da2b219634 100644
--- a/databases/knoda/Makefile
+++ b/databases/knoda/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= knoda
-PORTVERSION= 0.7.2
-PORTREVISION= 2
+PORTVERSION= 0.7.3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +14,7 @@ MAINTAINER= sem@FreeBSD.org
COMMENT= Database frontend for KDE
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
-LIB_DEPENDS= hk_classes.6:${PORTSDIR}/databases/hk_classes
+LIB_DEPENDS= hk_classes.7:${PORTSDIR}/databases/hk_classes
USE_BZIP2= yes
USE_KDELIBS_VER= 3
diff --git a/databases/knoda/distinfo b/databases/knoda/distinfo
index 26281341f055..38a4de7e2268 100644
--- a/databases/knoda/distinfo
+++ b/databases/knoda/distinfo
@@ -1,2 +1,2 @@
-MD5 (knoda-0.7.2.tar.bz2) = a26b02ad9b7abc0a746241f09219c4eb
-SIZE (knoda-0.7.2.tar.bz2) = 803402
+MD5 (knoda-0.7.3.tar.bz2) = 035790b0ff64451cc6ed2ba71aff0c5d
+SIZE (knoda-0.7.3.tar.bz2) = 872183
diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp
deleted file mode 100644
index 9d268630d6a1..000000000000
--- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedbdesigner.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- hk_kdeclasses/hk_kdedbdesigner.cpp.orig Thu Jul 15 22:18:12 2004
-+++ hk_kdeclasses/hk_kdedbdesigner.cpp Thu Jul 15 22:21:24 2004
-@@ -238,7 +238,7 @@
- QString n;
- //cerr <<"drag wert="<<index(itemAt(event->pos()))<<endl;
- n.setNum(p_datasourceframe->datasource()->presentationnumber());
-- n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():"") +"</VALUE>\n";
-+ n="<VUPN>"+n+"</VUPN>\n<VALUE>"+( itemAt(event->pos())?itemAt(event->pos())->text():static_cast<QString>("")) +"</VALUE>\n";
- //cerr<<"dragwert"<<n<<endl;
- QCString cstr =n.utf8();
- //cerr<"cstr"<<cstr<<endl;
diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp
deleted file mode 100644
index 452982e84792..000000000000
--- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdedblistview.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- hk_kdeclasses/hk_kdedblistview.cpp.orig Thu Jul 15 23:11:07 2004
-+++ hk_kdeclasses/hk_kdedblistview.cpp Thu Jul 15 23:19:51 2004
-@@ -634,7 +634,7 @@
- if (xtype=="DATABASE"
- && !(database()->connection()&&database()->connection()->server_supports(hk_connection::SUPPORTS_NEW_DATABASE)))
- cancreate=false;
-- return (event->provides("application/x-hk_filecopy")&&event->source()!=this && cancreate);
-+ return (event->provides("application/x-hk_filecopy")&&event->source()!=(QWidget*)this && cancreate);
- }
-
-
diff --git a/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp b/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp
deleted file mode 100644
index 178736d5a51d..000000000000
--- a/databases/knoda/files/patch-hk_kdeclasses::hk_kdeqbe.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- hk_kdeclasses/hk_kdeqbe.cpp.orig Thu Jul 15 22:28:21 2004
-+++ hk_kdeclasses/hk_kdeqbe.cpp Thu Jul 15 23:08:55 2004
-@@ -388,7 +388,7 @@
- for (int i=0;i<p_private->p_table->numCols();++i)
- {
- if ( ((QComboTableItem*)(p_private->p_table->item(1,i)))->currentItem()>0 // field
-- || !(((QComboTableItem*)(p_private->p_table->item(1,i)))->text().isEmpty())
-+ || !(((QComboTableItem*)(p_private->p_table->item(1,i)))->currentText().isEmpty())
- )
- {
-
diff --git a/databases/knoda/pkg-plist b/databases/knoda/pkg-plist
index 398389feb001..5a3173d52290 100644
--- a/databases/knoda/pkg-plist
+++ b/databases/knoda/pkg-plist
@@ -1,4 +1,5 @@
bin/knoda
+bin/knoda-rt
include/hk_kdeboolean.h
include/hk_kdecombobox.h
include/hk_kdegrid.h
@@ -138,6 +139,7 @@ share/icons/hicolor/16x16/apps/knoda.png
share/icons/hicolor/32x32/apps/knoda.png
share/icons/locolor/16x16/apps/knoda.png
share/icons/locolor/32x32/apps/knoda.png
+share/locale/bg/LC_MESSAGES/knoda.mo
share/locale/de/LC_MESSAGES/knoda.mo
share/locale/es/LC_MESSAGES/knoda.mo
share/locale/fr/LC_MESSAGES/knoda.mo