diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 12:53:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 12:53:48 +0800 |
commit | 194069571a0e4c7bad7bce0f33a042d707e9e171 (patch) | |
tree | c3c8a6312bab5325147ea9ea2ad87f0cc44a5fec /math/gcalctool | |
parent | 232533f87b435da7ed2bac7daeae3e90680d9e1d (diff) | |
download | freebsd-ports-graphics-194069571a0e4c7bad7bce0f33a042d707e9e171.tar.gz freebsd-ports-graphics-194069571a0e4c7bad7bce0f33a042d707e9e171.tar.zst freebsd-ports-graphics-194069571a0e4c7bad7bce0f33a042d707e9e171.zip |
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 9 | ||||
-rw-r--r-- | math/gcalctool/distinfo | 4 | ||||
-rw-r--r-- | math/gcalctool/pkg-plist | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 315c16280fb..f64c6b0d51c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,10 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/math/gcalctool/Makefile,v 1.44 2005/10/13 21:27:26 ahze Exp $ # PORTNAME= gcalctool -PORTVERSION= 5.5.42 +PORTVERSION= 5.7.8 PORTEPOCH= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -21,7 +22,7 @@ USE_BISON= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -30,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gcalctool.1 GCONF_SCHEMAS= gcalctool.schemas -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - .include <bsd.port.mk> diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 80249d18101..7adcf8a8695 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gcalctool-5.5.42.tar.bz2) = 0f42e6e437f64c844b7b30e3255b02aa -SIZE (gnome2/gcalctool-5.5.42.tar.bz2) = 1072489 +MD5 (gnome2/gcalctool-5.7.8.tar.bz2) = 112219984f04d9101b00167dd522f04a +SIZE (gnome2/gcalctool-5.7.8.tar.bz2) = 1108227 diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index eeaef685ba5..614858da39b 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -100,6 +100,7 @@ share/locale/fa/LC_MESSAGES/gcalctool.mo share/locale/fi/LC_MESSAGES/gcalctool.mo share/locale/fr/LC_MESSAGES/gcalctool.mo share/locale/ga/LC_MESSAGES/gcalctool.mo +share/locale/gl/LC_MESSAGES/gcalctool.mo share/locale/gu/LC_MESSAGES/gcalctool.mo share/locale/he/LC_MESSAGES/gcalctool.mo share/locale/hi/LC_MESSAGES/gcalctool.mo @@ -133,6 +134,7 @@ share/locale/sr/LC_MESSAGES/gcalctool.mo share/locale/sr@Latn/LC_MESSAGES/gcalctool.mo share/locale/sv/LC_MESSAGES/gcalctool.mo share/locale/ta/LC_MESSAGES/gcalctool.mo +share/locale/te/LC_MESSAGES/gcalctool.mo share/locale/th/LC_MESSAGES/gcalctool.mo share/locale/tk/LC_MESSAGES/gcalctool.mo share/locale/tr/LC_MESSAGES/gcalctool.mo |