diff options
author | marcus <marcus@FreeBSD.org> | 2007-10-25 07:37:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-10-25 07:37:25 +0800 |
commit | 43bd9f14d9ce11690e9538bf3b03d3462faa6dbe (patch) | |
tree | da347910089a96d6d726b8bb080f62c773263828 /x11/ruby-gnome2 | |
parent | 2e669ed08a56339ee1a8b2a0573a30147f95bd82 (diff) | |
download | freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.tar.gz freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.tar.zst freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.zip |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Diffstat (limited to 'x11/ruby-gnome2')
-rw-r--r-- | x11/ruby-gnome2/Makefile | 2 | ||||
-rw-r--r-- | x11/ruby-gnome2/Makefile.common | 9 | ||||
-rw-r--r-- | x11/ruby-gnome2/distinfo | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11/ruby-gnome2/Makefile b/x11/ruby-gnome2/Makefile index 867ab8647c92..baa7bca5f216 100644 --- a/x11/ruby-gnome2/Makefile +++ b/x11/ruby-gnome2/Makefile @@ -3,7 +3,7 @@ # Whom: Akinori MUSHA aka knu <knu@idaemons.org> # # $FreeBSD$ -# $MCom: ports/x11/ruby-gnome2/Makefile,v 1.2 2005/10/17 07:05:42 mezz Exp $ +# $MCom: ports/x11/ruby-gnome2/Makefile,v 1.6 2007/10/05 05:12:56 mezz Exp $ # PORTNAME= gnome2 diff --git a/x11/ruby-gnome2/Makefile.common b/x11/ruby-gnome2/Makefile.common index 594d00c334d5..922d24482b3a 100644 --- a/x11/ruby-gnome2/Makefile.common +++ b/x11/ruby-gnome2/Makefile.common @@ -1,14 +1,17 @@ # $FreeBSD$ -RUBY_GNOME_VERSION= 0.16.0 +RUBY_GNOME_VERSION= 0.16.0.20071004 #YYYYMMDD #RUBY_GNOME_SNAPSHOTDATE= 20061130 .if defined(RUBY_GNOME_SNAPSHOTDATE) RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} .else RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION} .endif -RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -RUBY_GNOME_MASTER_SITE_SUBDIR= ruby-gnome2 +#RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +#RUBY_GNOME_MASTER_SITE_SUBDIR= ruby-gnome2 +RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~mezz/distfiles/ +RUBY_GNOME_MASTER_SITE_SUBDIR= mezz RUBY_GNOME_DISTNAME= ruby-gnome2-all-${RUBY_GNOME_VERSION:S/r/rev/} CONFIGURE_ARGS+= --ruby=${RUBY} diff --git a/x11/ruby-gnome2/distinfo b/x11/ruby-gnome2/distinfo index b1981b93f7dc..e206847bea11 100644 --- a/x11/ruby-gnome2/distinfo +++ b/x11/ruby-gnome2/distinfo @@ -1,3 +1,3 @@ -MD5 (ruby/ruby-gnome2-all-0.16.0.tar.gz) = b3b4f81ef0fe2ce6b3f965bb7c6d3686 -SHA256 (ruby/ruby-gnome2-all-0.16.0.tar.gz) = 0910f08c5224bc39aad66c46b506e5c97e260475ede6b427d5365a9ef2d69ad4 -SIZE (ruby/ruby-gnome2-all-0.16.0.tar.gz) = 1208856 +MD5 (ruby/ruby-gnome2-all-0.16.0.20071004.tar.gz) = ebc465e0a27c3f8f78bdb3d08dc50379 +SHA256 (ruby/ruby-gnome2-all-0.16.0.20071004.tar.gz) = 62d346af997a8bd071c13a1c9ff2232dea02569caf1656880b8abd843ba7d58e +SIZE (ruby/ruby-gnome2-all-0.16.0.20071004.tar.gz) = 1346048 |