diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-30 08:47:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-30 08:47:21 +0800 |
commit | 7315b1c16ae631c60d787b73475db448b86b7e0b (patch) | |
tree | 0a7edc722d829b9a98914843c0c09d978324e75f /www/evolution-webcal | |
parent | e43bffa408ddb90519bcbf271791632a33f25217 (diff) | |
download | freebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.gz freebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.zst freebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.zip |
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 'www/evolution-webcal')
-rw-r--r-- | www/evolution-webcal/Makefile | 9 | ||||
-rw-r--r-- | www/evolution-webcal/distinfo | 6 | ||||
-rw-r--r-- | www/evolution-webcal/pkg-plist | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index 8aa2a21aa7d0..70d3f39a2caf 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,15 +3,14 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom: ports/www/evolution-webcal/Makefile,v 1.29 2005/10/04 04:35:08 marcus Exp $ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.37 2006/04/15 06:53:55 marcus Exp $ # PORTNAME= webcal -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.5.90 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.4 +MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX= evolution- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} @@ -21,9 +20,9 @@ COMMENT= Webcal(endar) handler for gnome USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_PERL= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/evolution-webcal/distinfo b/www/evolution-webcal/distinfo index 92e68c1fd5d0..85e7471af2be 100644 --- a/www/evolution-webcal/distinfo +++ b/www/evolution-webcal/distinfo @@ -1,3 +1,3 @@ -MD5 (evolution-webcal-2.4.1.tar.bz2) = 1ada1b3bf18604fea9bb6dec6752148c -SHA256 (evolution-webcal-2.4.1.tar.bz2) = b9798dcee6d13cb05023ac8e221d7ec23448e339c50c974b1cb7d0897486aac2 -SIZE (evolution-webcal-2.4.1.tar.bz2) = 155367 +MD5 (evolution-webcal-2.5.90.tar.bz2) = de482967bbb601c07ba796562dafe34a +SHA256 (evolution-webcal-2.5.90.tar.bz2) = 0fd89744637efa976032a6ca62867b2682a7bf8c61bf98b5487ee2f4d5665b3c +SIZE (evolution-webcal-2.5.90.tar.bz2) = 154694 diff --git a/www/evolution-webcal/pkg-plist b/www/evolution-webcal/pkg-plist index 78669fe92aee..da8f797a7874 100644 --- a/www/evolution-webcal/pkg-plist +++ b/www/evolution-webcal/pkg-plist @@ -26,6 +26,7 @@ share/locale/id/LC_MESSAGES/evolution-webcal.mo share/locale/it/LC_MESSAGES/evolution-webcal.mo share/locale/ja/LC_MESSAGES/evolution-webcal.mo share/locale/ko/LC_MESSAGES/evolution-webcal.mo +share/locale/ky/LC_MESSAGES/evolution-webcal.mo share/locale/lt/LC_MESSAGES/evolution-webcal.mo share/locale/mk/LC_MESSAGES/evolution-webcal.mo share/locale/ms/LC_MESSAGES/evolution-webcal.mo @@ -57,3 +58,5 @@ share/locale/zh_CN/LC_MESSAGES/evolution-webcal.mo share/locale/zh_TW/LC_MESSAGES/evolution-webcal.mo @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky |