summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-18 15:52:37 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-18 15:52:37 +0800
commit84aed3bab99014c81eedc69668531a4ecf259b69 (patch)
tree8e8c335f5df261095e73c3ee51776b657163e21b
parentd6789a8339c45fdf45dba73b40c4f1e9dd939fba (diff)
downloadmarcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar.gz
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar.bz2
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar.lz
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar.xz
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.tar.zst
marcuscom-ports-84aed3bab99014c81eedc69668531a4ecf259b69.zip
Update to 3.6.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18568 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/gdl3/Makefile3
-rw-r--r--x11-toolkits/gdl3/distinfo4
-rw-r--r--x11-toolkits/gdl3/files/patch-gdl_gdl-dock-bar.c12
-rw-r--r--x11-toolkits/gdl3/pkg-plist21
4 files changed, 33 insertions, 7 deletions
diff --git a/x11-toolkits/gdl3/Makefile b/x11-toolkits/gdl3/Makefile
index fee1be3a4..d1e292a93 100644
--- a/x11-toolkits/gdl3/Makefile
+++ b/x11-toolkits/gdl3/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/trunk/x11-toolkits/gdl3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= gdl
-PORTVERSION= 3.4.2
+PORTVERSION= 3.6.2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -12,6 +12,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Components intended to be shared between GNOME development tools
LICENSE= LGPL20
+LICENSE_FILE= ${WRKSRC}/COPYING
LATEST_LINK= gdl3
USE_XZ= yes
diff --git a/x11-toolkits/gdl3/distinfo b/x11-toolkits/gdl3/distinfo
index cce809789..d2c3b5a2c 100644
--- a/x11-toolkits/gdl3/distinfo
+++ b/x11-toolkits/gdl3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/gdl-3.4.2.tar.xz) = 66eeca8aa8e7205abf38911a9eadfbd288967f92388682bd62942ed4f1db4906
-SIZE (gnome3/gdl-3.4.2.tar.xz) = 522816
+SHA256 (gnome3/gdl-3.6.2.tar.xz) = e772319f1b133047f54e3c1b7e95a718168071cfef972f981337f6bf570ddf1c
+SIZE (gnome3/gdl-3.6.2.tar.xz) = 530604
diff --git a/x11-toolkits/gdl3/files/patch-gdl_gdl-dock-bar.c b/x11-toolkits/gdl3/files/patch-gdl_gdl-dock-bar.c
new file mode 100644
index 000000000..8a7a7112e
--- /dev/null
+++ b/x11-toolkits/gdl3/files/patch-gdl_gdl-dock-bar.c
@@ -0,0 +1,12 @@
+--- gdl/gdl-dock-bar.c.orig 2012-08-05 19:14:31.000000000 +0000
++++ gdl/gdl-dock-bar.c 2013-06-18 07:48:39.000000000 +0000
+@@ -484,7 +484,8 @@
+ {
+ GdlDockBarStyle style;
+
+- g_return_if_fail (GDL_IS_DOCK_BAR (dockbar));
++ if (!GDL_IS_DOCK_BAR (dockbar))
++ return NULL;
+
+ g_object_get(G_OBJECT(dockbar), "dockbar-style", &style, NULL);
+
diff --git a/x11-toolkits/gdl3/pkg-plist b/x11-toolkits/gdl3/pkg-plist
index 4f2353880..df40a067e 100644
--- a/x11-toolkits/gdl3/pkg-plist
+++ b/x11-toolkits/gdl3/pkg-plist
@@ -1,6 +1,6 @@
include/libgdl-3.0/gdl/gdl-dock-bar.h
-include/libgdl-3.0/gdl/gdl-dock-item.h
include/libgdl-3.0/gdl/gdl-dock-item-grip.h
+include/libgdl-3.0/gdl/gdl-dock-item.h
include/libgdl-3.0/gdl/gdl-dock-layout.h
include/libgdl-3.0/gdl/gdl-dock-master.h
include/libgdl-3.0/gdl/gdl-dock-object.h
@@ -11,24 +11,37 @@ include/libgdl-3.0/gdl/libgdltypebuiltins.h
lib/girepository-1.0/Gdl-3.typelib
lib/libgdl-3.la
lib/libgdl-3.so
-lib/libgdl-3.so.3
+lib/libgdl-3.so.5
libdata/pkgconfig/gdl-3.0.pc
share/doc/gdl3-3.0/GdlDock.html
share/doc/gdl3-3.0/GdlDockBar.html
share/doc/gdl3-3.0/GdlDockItem.html
+share/doc/gdl3-3.0/GdlDockItemButtonImage.html
+share/doc/gdl3-3.0/GdlDockItemGrip.html
share/doc/gdl3-3.0/GdlDockLayout.html
share/doc/gdl3-3.0/GdlDockMaster.html
+share/doc/gdl3-3.0/GdlDockNotebook.html
share/doc/gdl3-3.0/GdlDockObject.html
+share/doc/gdl3-3.0/GdlDockPaned.html
share/doc/gdl3-3.0/GdlDockPlaceholder.html
-share/doc/gdl3-3.0/gdl-main.html
+share/doc/gdl3-3.0/GdlDockTablabel.html
+share/doc/gdl3-3.0/GdlPreviewWindow.html
+share/doc/gdl3-3.0/GdlSwitcher.html
+share/doc/gdl3-3.0/annotation-glossary.html
+share/doc/gdl3-3.0/api-index-full.html
+share/doc/gdl3-3.0/api.html
+share/doc/gdl3-3.0/core.html
+share/doc/gdl3-3.0/deprecated.html
share/doc/gdl3-3.0/gdl.devhelp2
share/doc/gdl3-3.0/home.png
share/doc/gdl3-3.0/index.html
share/doc/gdl3-3.0/index.sgml
share/doc/gdl3-3.0/left.png
+share/doc/gdl3-3.0/private.html
share/doc/gdl3-3.0/right.png
share/doc/gdl3-3.0/style.css
share/doc/gdl3-3.0/up.png
+share/doc/gdl3-3.0/widget.html
share/gir-1.0/Gdl-3.gir
share/locale/am/LC_MESSAGES/gdl-3.mo
share/locale/ar/LC_MESSAGES/gdl-3.mo
@@ -45,9 +58,9 @@ share/locale/da/LC_MESSAGES/gdl-3.mo
share/locale/de/LC_MESSAGES/gdl-3.mo
share/locale/dz/LC_MESSAGES/gdl-3.mo
share/locale/el/LC_MESSAGES/gdl-3.mo
+share/locale/en@shaw/LC_MESSAGES/gdl-3.mo
share/locale/en_CA/LC_MESSAGES/gdl-3.mo
share/locale/en_GB/LC_MESSAGES/gdl-3.mo
-share/locale/en@shaw/LC_MESSAGES/gdl-3.mo
share/locale/eo/LC_MESSAGES/gdl-3.mo
share/locale/es/LC_MESSAGES/gdl-3.mo
share/locale/et/LC_MESSAGES/gdl-3.mo