diff options
author | mezz <mezz@FreeBSD.org> | 2004-08-17 02:48:33 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-08-17 02:48:33 +0800 |
commit | 077ea510eeb9acca1a7f69edafff56c50fae93ef (patch) | |
tree | eb1bd6c34c304c4f06f6fa76249950e07bb020aa /x11 | |
parent | 4c410800ce9b19d8463d28a6fc5a43e47621efa6 (diff) | |
download | freebsd-ports-gnome-077ea510eeb9acca1a7f69edafff56c50fae93ef.tar.gz freebsd-ports-gnome-077ea510eeb9acca1a7f69edafff56c50fae93ef.tar.zst freebsd-ports-gnome-077ea510eeb9acca1a7f69edafff56c50fae93ef.zip |
Update to 0.10.1, this fixed some serious bugs of 0.10.0.
- Ruby/GTK: Fix compiling error under GTK+-2.0.x.
- Ruby/GtkSourceView: Fix compiling error.
- Ruby/GdkPixbuf: Fix some bugs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-gnome2-all/Makefile | 1 | ||||
-rw-r--r-- | x11/ruby-gnome2/Makefile.common | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/distinfo | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/x11/ruby-gnome2-all/Makefile b/x11/ruby-gnome2-all/Makefile index 32460ca0f998..d7ef6b985b7a 100644 --- a/x11/ruby-gnome2-all/Makefile +++ b/x11/ruby-gnome2-all/Makefile @@ -7,7 +7,6 @@ PORTNAME= gnome2-all PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 CATEGORIES= x11 ruby gnome MASTER_SITES= # none PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} diff --git a/x11/ruby-gnome2/Makefile.common b/x11/ruby-gnome2/Makefile.common index 1b1c748d823e..9f274ad47869 100644 --- a/x11/ruby-gnome2/Makefile.common +++ b/x11/ruby-gnome2/Makefile.common @@ -1,6 +1,6 @@ # $FreeBSD$ -RUBY_GNOME_VERSION= 0.10.0 +RUBY_GNOME_VERSION= 0.10.1 #RUBY_GNOME_SNAPSHOTDATE= 20010224 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} diff --git a/x11/ruby-gnome2/distinfo b/x11/ruby-gnome2/distinfo index 1554d267d23d..18dfe6fa6056 100644 --- a/x11/ruby-gnome2/distinfo +++ b/x11/ruby-gnome2/distinfo @@ -1,2 +1,2 @@ -MD5 (ruby/ruby-gnome2-all-0.10.0.tar.gz) = 9634396c864a75e84edd3cfa559d1c2e -SIZE (ruby/ruby-gnome2-all-0.10.0.tar.gz) = 959557 +MD5 (ruby/ruby-gnome2-all-0.10.1.tar.gz) = 36bd796f53e1a0f14a90edf650d73ced +SIZE (ruby/ruby-gnome2-all-0.10.1.tar.gz) = 986887 |