diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /mail/evolution-exchange | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) | |
download | ports-3680f27ebff58ece429c4e032f9ad84fb1372114.tar.gz ports-3680f27ebff58ece429c4e032f9ad84fb1372114.zip |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
Notes
Notes:
svn path=/head/; revision=264837
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r-- | mail/evolution-exchange/Makefile | 13 | ||||
-rw-r--r-- | mail/evolution-exchange/distinfo | 5 | ||||
-rw-r--r-- | mail/evolution-exchange/pkg-plist | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 4d11f4dd178c..2a62de92f565 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports-stable/mail/evolution-exchange/Makefile,v 1.5 2010/06/23 11:38:54 kwm Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.166 2010/11/16 09:52:36 kwm Exp $ # PORTNAME= evolution-exchange -PORTVERSION= 2.30.3 +PORTVERSION= 2.32.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,8 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution plugin to connect to Microsoft Exchange servers -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution +EVO_PC_FILE= ${LOCALBASE}/libdata/pkgconfig/evolution-mail.pc +BUILD_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution +RUN_DEPENDS= ${EVO_PC_FILE}:${PORTSDIR}/mail/evolution USE_BZIP2= yes USE_GETTEXT= yes @@ -31,8 +32,8 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --with-static-ldap=no \ --with-libdb=${LOCALBASE} -EVO_VERSION= 2.30 -VERSION= 2.30 +EVO_VERSION= 2.32 +VERSION= 2.32 PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ EDS_VERSION="1.2" diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo index 566d8a27980f..8ac461492532 100644 --- a/mail/evolution-exchange/distinfo +++ b/mail/evolution-exchange/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/evolution-exchange-2.30.3.tar.bz2) = bbe693fb1e1e857fa3abcc7e39e2f800 -SHA256 (gnome2/evolution-exchange-2.30.3.tar.bz2) = 45ab89229bc19adca16b979d9b4d8c2c628c07c8b097529773b0a32243e3dfcd -SIZE (gnome2/evolution-exchange-2.30.3.tar.bz2) = 1331986 +SHA256 (gnome2/evolution-exchange-2.32.1.tar.bz2) = 300e2fd995eaecd2d0877b408cc8c6b3d26467aa36e41b1d690f8563b1df9dae +SIZE (gnome2/evolution-exchange-2.32.1.tar.bz2) = 1307820 diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 6b429296db3b..851f156b63b6 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -1,8 +1,8 @@ bin/exchange-connector-setup-%%VERSION%% -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.a -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.la -lib/evolution/2.30/plugins/liborg-gnome-exchange-operations.so -lib/evolution/2.30/plugins/org-gnome-exchange-operations.eplug +lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.a +lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.la +lib/evolution/%%VERSION%%/plugins/liborg-gnome-exchange-operations.so +lib/evolution/%%VERSION%%/plugins/org-gnome-exchange-operations.eplug lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so |