summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-18 00:33:41 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-18 00:33:41 +0800
commita7d73e8e2dcedb4cf3c2e42d5ab8f2ff7f18adb3 (patch)
tree02634a53d792a1ffb002ea4bb96d37b593317d42 /databases
parentb9687d226f9d71aba23895020ccc182ad0deb103 (diff)
downloadmarcuscom-ports-a7d73e8e2dcedb4cf3c2e42d5ab8f2ff7f18adb3.tar.gz
marcuscom-ports-a7d73e8e2dcedb4cf3c2e42d5ab8f2ff7f18adb3.tar.zst
marcuscom-ports-a7d73e8e2dcedb4cf3c2e42d5ab8f2ff7f18adb3.zip
Update to 1.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12131 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/glom/Makefile4
-rw-r--r--databases/glom/distinfo6
-rw-r--r--databases/glom/files/patch-glom_main.cc14
-rw-r--r--databases/glom/pkg-plist7
4 files changed, 12 insertions, 19 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 7572f3236..c8c614006 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/databases/glom/Makefile,v 1.22 2009/03/02 16:48:27 kwm Exp $
+# $MCom: ports/databases/glom/Makefile,v 1.23 2009/03/10 19:14:49 kwm Exp $
#
PORTNAME= glom
-PORTVERSION= 1.9.4
+PORTVERSION= 1.10.0
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/databases/glom/distinfo b/databases/glom/distinfo
index 57e59e89a..522bfdf6e 100644
--- a/databases/glom/distinfo
+++ b/databases/glom/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/glom-1.9.4.tar.bz2) = 7d66ec062b72600955a3919887da022d
-SHA256 (gnome2/glom-1.9.4.tar.bz2) = e30d181e8ad32d9358c57de148ffa0219b803da5e7dedd65abc3d5d36e3e7420
-SIZE (gnome2/glom-1.9.4.tar.bz2) = 3234662
+MD5 (gnome2/glom-1.10.0.tar.bz2) = 8c46a5e087771a0bc45c71d7dd74ec7f
+SHA256 (gnome2/glom-1.10.0.tar.bz2) = a0e03a087cec62ccf440923d44f2f99f83607502bf84aef34dc50c41989fca2a
+SIZE (gnome2/glom-1.10.0.tar.bz2) = 3246293
diff --git a/databases/glom/files/patch-glom_main.cc b/databases/glom/files/patch-glom_main.cc
index 69a77fb59..c9143bb8b 100644
--- a/databases/glom/files/patch-glom_main.cc
+++ b/databases/glom/files/patch-glom_main.cc
@@ -1,6 +1,6 @@
---- glom/main.cc.orig 2008-08-22 16:36:46.000000000 +0200
-+++ glom/main.cc 2008-09-13 21:23:46.000000000 +0200
-@@ -89,18 +89,19 @@
+--- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100
++++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100
+@@ -100,18 +100,19 @@ OptionGroup::OptionGroup()
} //namespace Glom
@@ -22,10 +22,10 @@
WSADATA data;
int errcode = WSAStartup(MAKEWORD(2, 0), &data);
if(errcode != 0)
-@@ -108,6 +109,7 @@
- std::cerr << "Failed to initialize WinSock: " << errcode << std::endl;
- return -1;
- }
+@@ -123,6 +124,7 @@ main(int argc, char* argv[])
+ gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL);
+ const std::string installation_dir(installation_dir_c);
+ g_free(installation_dir_c);
+# endif
#endif
diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist
index 0ec416ffd..682717c2e 100644
--- a/databases/glom/pkg-plist
+++ b/databases/glom/pkg-plist
@@ -1,7 +1,5 @@
bin/glom
include/glom-1.0/libglom/appstate.h
-include/glom-1.0/libglom/calcinprogress.h
-include/glom-1.0/libglom/connectionpool.h
include/glom-1.0/libglom/data_structure/field.h
include/glom-1.0/libglom/data_structure/fieldtypes.h
include/glom-1.0/libglom/data_structure/foundset.h
@@ -37,16 +35,11 @@ include/glom-1.0/libglom/data_structure/report.h
include/glom-1.0/libglom/data_structure/system_prefs.h
include/glom-1.0/libglom/data_structure/tableinfo.h
include/glom-1.0/libglom/data_structure/translatable_item.h
-include/glom-1.0/libglom/dialog_progress_creating.h
include/glom-1.0/libglom/document/document_glom.h
include/glom-1.0/libglom/document/view.h
-include/glom-1.0/libglom/glade_utils.h
-include/glom-1.0/libglom/gst-package.h
include/glom-1.0/libglom/libglom_config.h
include/glom-1.0/libglom/sharedptr.h
-include/glom-1.0/libglom/spawn_with_feedback.h
include/glom-1.0/libglom/standard_table_prefs_fields.h
-include/glom-1.0/libglom/utils.h
lib/libglom-1.0.a
lib/libglom-1.0.la
lib/libglom-1.0.so