summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-14 13:37:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-14 13:37:30 +0800
commit38cd14956e9b0a2cd1b6d37ae7da3348c570b783 (patch)
treebfd191af46b3f39bf50e8f49d35ffc88ecabc61a
parent280f39212fbdb361d18c98872bda902edf7ebd99 (diff)
downloadmarcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar.gz
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar.bz2
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar.lz
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar.xz
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.tar.zst
marcuscom-ports-38cd14956e9b0a2cd1b6d37ae7da3348c570b783.zip
Update to 2.13.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11048 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/gtk20/Makefile8
-rw-r--r--x11-toolkits/gtk20/distinfo6
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c11
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmimecache.h12
-rw-r--r--x11-toolkits/gtk20/pkg-plist1
5 files changed, 6 insertions, 32 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index b4f372c1b..5ff22ab69 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.131 2008/06/07 07:03:20 marcus Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.132 2008/06/12 05:44:26 marcus Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.13.2
-PORTREVISION?= 3
+PORTVERSION= 2.13.3
+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%/ \
@@ -75,8 +75,6 @@ post-patch:
${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'
@${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \
${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/gtk/xdgmime/xdgmime.c
# GnomeVFS needs pthread; gtk-demo may use GnomeVFS (via GtkFileChooser)
@${REINPLACE_CMD} -e 's|@CFLAGS@|& ${PTHREAD_CFLAGS}|; \
s|@LDFLAGS@|& ${PTHREAD_LIBS}|' \
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index 98bc3f830..3a7062969 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gtk+-2.13.2.tar.bz2) = 2db81ad8485e84d7a3c297fcfdf173bb
-SHA256 (gnome2/gtk+-2.13.2.tar.bz2) = c7006dd44c162ddbe268f6078f884b2981d3b7b6264475057ff777581d4793a2
-SIZE (gnome2/gtk+-2.13.2.tar.bz2) = 16722365
+MD5 (gnome2/gtk+-2.13.3.tar.bz2) = 4191b1f3d6239424556ebf2a92250ef6
+SHA256 (gnome2/gtk+-2.13.3.tar.bz2) = 5edc7a60e069bfbdeec7b9f101d5c6934ed702ceec3e21b1e02a2c14fca72cb6
+SIZE (gnome2/gtk+-2.13.3.tar.bz2) = 16711986
diff --git a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c b/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c
deleted file mode 100644
index e0fd02d4f..000000000
--- a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004
-+++ gtk/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004
-@@ -204,7 +204,7 @@
-
- xdg_data_dirs = getenv ("XDG_DATA_DIRS");
- if (xdg_data_dirs == NULL)
-- xdg_data_dirs = "/usr/local/share/:/usr/share/";
-+ xdg_data_dirs = "/usr/local/share/";
-
- ptr = xdg_data_dirs;
-
diff --git a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmimecache.h b/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmimecache.h
deleted file mode 100644
index b64106809..000000000
--- a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmimecache.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- gtk/xdgmime/xdgmimecache.h.orig 2007-09-13 16:35:37.000000000 -0400
-+++ gtk/xdgmime/xdgmimecache.h 2007-09-14 00:59:43.000000000 -0400
-@@ -42,6 +42,9 @@ typedef struct _XdgMimeCache XdgMimeCach
- #define _xdg_mime_cache_list_mime_parents XDG_ENTRY(cache_list_mime_parents)
- #define _xdg_mime_cache_mime_type_subclass XDG_ENTRY(cache_mime_type_subclass)
- #define _xdg_mime_cache_unalias_mime_type XDG_ENTRY(cache_unalias_mime_type)
-+#define _xdg_mime_cache_is_valid_mime_type XDG_ENTRY(cache_is_valid_mime_type)
-+#define _xdg_mime_cache_mime_type_equal XDG_ENTRY(cache_mime_type_equal)
-+#define _xdg_mime_cache_media_type_equal XDG_ENTRY(cache_media_type_equal)
-
- #endif
-
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index 7b4569a88..da3b4e218 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -121,7 +121,6 @@ include/gtk-2.0/gtk/gtkfilechooserdialog.h
include/gtk-2.0/gtk/gtkfilechooserwidget.h
include/gtk-2.0/gtk/gtkfilefilter.h
include/gtk-2.0/gtk/gtkfilesel.h
-include/gtk-2.0/gtk/gtkfilesystem.h
include/gtk-2.0/gtk/gtkfixed.h
include/gtk-2.0/gtk/gtkfontbutton.h
include/gtk-2.0/gtk/gtkfontsel.h