diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-01 08:20:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-01 08:20:15 +0800 |
commit | 05108c91eb471c3a5b6ce77bf6dfe5c49622fe84 (patch) | |
tree | 50826bf2f59964b9c471744e0a6aad58ee821aba | |
parent | a5f303ae7e699b96464794548b4986b11ca4da93 (diff) | |
download | marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar.gz marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar.bz2 marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar.lz marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar.xz marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.tar.zst marcuscom-ports-05108c91eb471c3a5b6ce77bf6dfe5c49622fe84.zip |
Update to 2.13.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10987 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.h | 17 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 9 |
4 files changed, 15 insertions, 23 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index e76076f6d..a5d18c140 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.126 2008/04/21 00:10:59 marcus Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.127 2008/05/04 20:24:51 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.13.0 -PORTREVISION?= 2 +PORTVERSION= 2.13.1 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/%SUBDIR%/ \ diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 23b720c29..67ed5182c 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtk+-2.13.0.tar.bz2) = 6c07effe4cb8055aeb93702b08d68b1e -SHA256 (gnome2/gtk+-2.13.0.tar.bz2) = b511f870a85f4e7efa4a9a79a0c406dff209ce70e0e2f909a63d97cd74ecacd2 -SIZE (gnome2/gtk+-2.13.0.tar.bz2) = 16252709 +MD5 (gnome2/gtk+-2.13.1.tar.bz2) = 16f57400a352aadda4b19f95aed14d0c +SHA256 (gnome2/gtk+-2.13.1.tar.bz2) = 12e96f59efb848eb00f247a701d9d6aadec340170ac25e285efc018a28275884 +SIZE (gnome2/gtk+-2.13.1.tar.bz2) = 16707047 diff --git a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.h b/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.h deleted file mode 100644 index ed81f9280..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.h +++ /dev/null @@ -1,17 +0,0 @@ ---- gtk/xdgmime/xdgmime.h.orig Sat Oct 7 10:42:32 2006 -+++ gtk/xdgmime/xdgmime.h Sat Oct 7 11:01:57 2006 -@@ -52,11 +52,14 @@ typedef void (*XdgMimeDestroy) (void *u - #define xdg_mime_get_mime_type_from_file_name XDG_ENTRY(get_mime_type_from_file_name) - #define xdg_mime_is_valid_mime_type XDG_ENTRY(is_valid_mime_type) - #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) -+#define _xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal_p) - #define xdg_mime_media_type_equal XDG_ENTRY(media_type_equal) - #define xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass) -+#define _xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass_p) - #define xdg_mime_get_mime_parents XDG_ENTRY(get_mime_parents) - #define xdg_mime_list_mime_parents XDG_ENTRY(list_mime_parents) - #define xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type) -+#define _xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type_p) - #define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents) - #define xdg_mime_shutdown XDG_ENTRY(shutdown) - #define xdg_mime_dump XDG_ENTRY(dump) diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 40c05dcf1..6be7b25ee 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -165,6 +165,7 @@ include/gtk-2.0/gtk/gtkmenutoolbutton.h include/gtk-2.0/gtk/gtkmessagedialog.h include/gtk-2.0/gtk/gtkmisc.h include/gtk-2.0/gtk/gtkmodules.h +include/gtk-2.0/gtk/gtkmountoperation.h include/gtk-2.0/gtk/gtknotebook.h include/gtk-2.0/gtk/gtkobject.h include/gtk-2.0/gtk/gtkoldeditable.h @@ -205,6 +206,7 @@ include/gtk-2.0/gtk/gtkseparator.h include/gtk-2.0/gtk/gtkseparatormenuitem.h include/gtk-2.0/gtk/gtkseparatortoolitem.h include/gtk-2.0/gtk/gtksettings.h +include/gtk-2.0/gtk/gtkshow.h include/gtk-2.0/gtk/gtksignal.h include/gtk-2.0/gtk/gtksizegroup.h include/gtk-2.0/gtk/gtksocket.h @@ -265,6 +267,7 @@ include/gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h include/gtk-unix-print-2.0/gtk/gtkprinter.h include/gtk-unix-print-2.0/gtk/gtkprintjob.h include/gtk-unix-print-2.0/gtk/gtkprintunixdialog.h +include/gtk-unix-print-2.0/gtk/gtkunixprint.h lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.a lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.la lib/gtk-2.0/%%GTK_VERSION%%/engines/libpixmap.so @@ -468,6 +471,8 @@ share/locale/bs/LC_MESSAGES/gtk20-properties.mo share/locale/bs/LC_MESSAGES/gtk20.mo share/locale/ca/LC_MESSAGES/gtk20-properties.mo share/locale/ca/LC_MESSAGES/gtk20.mo +share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +share/locale/ca@valencia/LC_MESSAGES/gtk20.mo share/locale/cs/LC_MESSAGES/gtk20-properties.mo share/locale/cs/LC_MESSAGES/gtk20.mo share/locale/cy/LC_MESSAGES/gtk20-properties.mo @@ -580,6 +585,8 @@ share/locale/ru/LC_MESSAGES/gtk20-properties.mo share/locale/ru/LC_MESSAGES/gtk20.mo share/locale/rw/LC_MESSAGES/gtk20-properties.mo share/locale/rw/LC_MESSAGES/gtk20.mo +share/locale/si/LC_MESSAGES/gtk20-properties.mo +share/locale/si/LC_MESSAGES/gtk20.mo share/locale/sk/LC_MESSAGES/gtk20-properties.mo share/locale/sk/LC_MESSAGES/gtk20.mo share/locale/sl/LC_MESSAGES/gtk20-properties.mo @@ -679,6 +686,8 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrmtry share/locale/te @dirrmtry share/locale/sr@ije/LC_MESSAGES @dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/oc/LC_MESSAGES |