diff options
author | marcus <marcus@FreeBSD.org> | 2009-11-29 04:06:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-11-29 04:06:37 +0800 |
commit | 08ef0f72276785801e0f5184e1ca838716c56eaf (patch) | |
tree | 37fd8876adeada957d64b9de8c72bdd6a0e3a340 /math/gcalctool | |
parent | d3a72c0f140ffc8ba2da94a5087d0c48d4d97e35 (diff) | |
download | freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.gz freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.zst freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.zip |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 7 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 6 | ||||
-rw-r--r-- | math/gcalctool/pkg-plist | 4 |
3 files changed, 8 insertions, 9 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 59199f5fa4ce..212264dcc05b 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/math/gcalctool/Makefile,v 1.110 2009/03/17 23:29:40 kwm Exp $ +# $MCom: ports/math/gcalctool/Makefile,v 1.123 2009/10/18 23:25:02 avl Exp $ # PORTNAME= gcalctool -PORTVERSION= 5.26.3 -PORTREVISION= 1 +PORTVERSION= 5.28.1 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= GNOME @@ -23,7 +22,7 @@ INSTALLS_OMF= yes USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2 +USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils gtk20 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index a80a5e477383..027e0e5ccb7b 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gcalctool-5.26.3.tar.bz2) = 4208595c1992c50a7f71882a23e76190 -SHA256 (gnome2/gcalctool-5.26.3.tar.bz2) = cd0e3190d322fbbdd494efbdec5ca82e52f92264ed393d842fbfcddba16530da -SIZE (gnome2/gcalctool-5.26.3.tar.bz2) = 2042869 +MD5 (gnome2/gcalctool-5.28.1.tar.bz2) = c75cdccfa3a1dc7052dbec33f83809fe +SHA256 (gnome2/gcalctool-5.28.1.tar.bz2) = a960bd46a5faffd8c8cd6dac71be281aec4454d8954062fd26269ed8615f7731 +SIZE (gnome2/gcalctool-5.28.1.tar.bz2) = 2209471 diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index b8724cd4e423..b2e862d86bb0 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,8 +1,8 @@ bin/gcalctool bin/gnome-calculator share/applications/gcalctool.desktop -%%DATADIR%%/gcalctool.glade -%%DATADIR%%/financial.glade +%%DATADIR%%/gcalctool.ui +%%DATADIR%%/financial.ui share/gnome/help/gcalctool/C/figures/gcalctool_advanced_window.png share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png |