From 194069571a0e4c7bad7bce0f33a042d707e9e171 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 5 Nov 2005 04:53:48 +0000 Subject: 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 . 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 ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke Mark Hobden Sergey Akifyev Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly. --- math/gcalctool/Makefile | 9 +++------ math/gcalctool/distinfo | 4 ++-- math/gcalctool/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'math') diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 315c16280fb7..f64c6b0d51c5 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,10 +3,11 @@ # Whom: Joe Marcus Clarke # # $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 diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 80249d181012..7adcf8a8695c 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 eeaef685ba57..614858da39b8 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 -- cgit