diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /devel/py-orbit2 | |
parent | - Update port 0.1.6 (diff) |
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 'devel/py-orbit2')
-rw-r--r-- | devel/py-orbit2/Makefile | 6 | ||||
-rw-r--r-- | devel/py-orbit2/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 5a5752b5d3b2..33ed83a1de10 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -3,13 +3,13 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/py-orbit2/Makefile,v 1.11 2006/04/13 07:52:34 bland Exp $ PORTNAME= orbit -PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTVERSION= 2.14.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pyorbit/2.0 +MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyorbit-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo index c0926d4a02c7..7338e67c233d 100644 --- a/devel/py-orbit2/distinfo +++ b/devel/py-orbit2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/pyorbit-2.0.1.tar.bz2) = c39384f6257a386231d79db9e403d905 -SHA256 (gnome2/pyorbit-2.0.1.tar.bz2) = 4ef3a52ebfc028b21d227d29179211f86e1c51bbcc3bf8796df746065788a1bf -SIZE (gnome2/pyorbit-2.0.1.tar.bz2) = 242959 +MD5 (gnome2/pyorbit-2.14.0.tar.bz2) = ff62b983d5d9be164bd5a207d692eab5 +SHA256 (gnome2/pyorbit-2.14.0.tar.bz2) = 4963d045f92b5975c0a7df28e7915d7efaf4c6d6f79642ecb1e8121410add32f +SIZE (gnome2/pyorbit-2.14.0.tar.bz2) = 275825 |