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 /www/libgtkhtml | |
parent | 232533f87b435da7ed2bac7daeae3e90680d9e1d (diff) | |
download | freebsd-ports-gnome-194069571a0e4c7bad7bce0f33a042d707e9e171.tar.gz freebsd-ports-gnome-194069571a0e4c7bad7bce0f33a042d707e9e171.tar.zst freebsd-ports-gnome-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 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 10 | ||||
-rw-r--r-- | www/libgtkhtml/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 8f528ae66fa7..0e40bd33c432 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -3,14 +3,14 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/www/libgtkhtml/Makefile,v 1.36 2005/10/14 20:39:58 adamw Exp $ # PORTNAME= libgtkhtml -PORTVERSION= 2.6.3 -PORTREVISION= 1 +PORTVERSION= 2.11.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -20,9 +20,9 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack lthack libxslt gnomevfs2 gail +USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 gail ltverhack INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo index 6c75968ad36f..9167a7761d02 100644 --- a/www/libgtkhtml/distinfo +++ b/www/libgtkhtml/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgtkhtml-2.6.3.tar.bz2) = c77789241d725e189ffc0391eda94361 -SIZE (gnome2/libgtkhtml-2.6.3.tar.bz2) = 392127 +MD5 (gnome2/libgtkhtml-2.11.0.tar.bz2) = ae7fbfda3b5d118c17f089f4de64b5ef +SIZE (gnome2/libgtkhtml-2.11.0.tar.bz2) = 565750 |