diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-04 10:16:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-04 10:16:15 +0800 |
commit | 0871d49e7ce7871a262d386825881d34dc515328 (patch) | |
tree | 5f917b92c6fad4dcaf827451120557cf1453cfd6 | |
parent | 544319e689cba588bc96a647287145f1e7380d26 (diff) | |
download | marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar.gz marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar.bz2 marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar.lz marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar.xz marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.tar.zst marcuscom-ports-0871d49e7ce7871a262d386825881d34dc515328.zip |
Update to 2.8.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4904 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_gtkcalendar.c | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index c91afe456..6190f95dc 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.75 2005/09/19 04:07:11 marcus Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.76 2005/09/27 17:44:35 marcus Exp $ # PORTNAME= gtk -PORTVERSION= 2.8.4 +PORTVERSION= 2.8.5 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.8,} \ ftp://ftp.gtk.org/pub/gtk/v2.8/ \ diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 52efe7a51..9fa67d37f 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gtk+-2.8.4.tar.bz2) = ae14972d22ac338d87c56b6075dfd2a4 -SIZE (gnome2/gtk+-2.8.4.tar.bz2) = 11822425 +MD5 (gnome2/gtk+-2.8.5.tar.bz2) = cc25d162c5924e9bae02fb04c6fd494d +SIZE (gnome2/gtk+-2.8.5.tar.bz2) = 11818319 diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkcalendar.c b/x11-toolkits/gtk20/files/patch-gtk_gtkcalendar.c new file mode 100644 index 000000000..4dcf1fd05 --- /dev/null +++ b/x11-toolkits/gtk20/files/patch-gtk_gtkcalendar.c @@ -0,0 +1,10 @@ +--- gtk/gtkcalendar.c.orig Mon Oct 3 22:01:14 2005 ++++ gtk/gtkcalendar.c Mon Oct 3 22:02:36 2005 +@@ -566,6 +566,7 @@ gtk_calendar_init (GtkCalendar *calendar + GtkCalendarPrivate *priv; + gchar *year_before; + gchar *langinfo; ++ gchar *week_start; + gint week_1stday = 0; + gint first_weekday = 1; + guint week_origin; |