diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 7315b1c16ae631c60d787b73475db448b86b7e0b (patch) | |
tree | 0a7edc722d829b9a98914843c0c09d978324e75f /deskutils/gdesklets | |
parent | e43bffa408ddb90519bcbf271791632a33f25217 (diff) | |
download | FreeBSD-ports-7315b1c16ae631c60d787b73475db448b86b7e0b.zip FreeBSD-ports-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.gz |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'deskutils/gdesklets')
-rw-r--r-- | deskutils/gdesklets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gdesklets/Makefile b/deskutils/gdesklets/Makefile index 36560fe..3c49b73 100644 --- a/deskutils/gdesklets/Makefile +++ b/deskutils/gdesklets/Makefile @@ -7,7 +7,7 @@ PORTNAME= gdesklets PORTVERSION= 0.35.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gdesklets.org/downloads/ \ http://www.pycage.de/download/${PORTNAME}/ \ @@ -17,7 +17,7 @@ DISTNAME= gDesklets-${PORTVERSION} MAINTAINER= klammer@webonaut.com COMMENT= A framework for Gnome 2.x for desktop applets -LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 USE_BZIP2= yes USE_GMAKE= yes |