diff options
author | rh <rh@pkgsrc.org> | 2003-04-12 04:26:41 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-12 04:26:41 +0000 |
commit | 747ca24e1063c1d01b5822cbd7f08806eb6af264 (patch) | |
tree | a334ede94dda5ce9f444ad9df381774033265160 /mail/evolution | |
parent | e382bff3c19587c3297d8d27d9a468f3c338b36b (diff) | |
download | pkgsrc-747ca24e1063c1d01b5822cbd7f08806eb6af264.tar.gz |
Update evolution to 1.2.4.
New Features
============
* Added support for Kerberos 5 authentication using GSSAPI
Bugs Fixed Since 1.2.3
======================
Gtkhtml
* Backported fixes from main branch for a crash rendering some HTML
documents.
Updated Translations
* es (Francisco Javier Fernandez)
* it (Marco Ciampa)
* no (Kjartan Maraas)
* pl (Zbigniew Chyla)
* pt (Duarte Loreto)
* pt_BR (Gustavo Maciel Dias Vieira)
* sv (Christian Rose)
* zh_TW (Abel Cheung)
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 8 | ||||
-rw-r--r-- | mail/evolution/PLIST | 3 | ||||
-rw-r--r-- | mail/evolution/distinfo | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 06e4293c331..84dc3f9544f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2003/03/22 04:35:09 rh Exp $ +# $NetBSD: Makefile,v 1.35 2003/04/12 04:26:41 rh Exp $ -DISTNAME= evolution-1.2.3 +DISTNAME= evolution-1.2.4 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution/source/ \ ftp://ximian.netnitco.net/pub/mirrors/ximian/ximian-evolution/source/ \ @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution/source/ \ ftp://ftp.tux.is/ximian/ximian-evolution/source/ \ ftp://sunsite.cnlab-switch.ch/mirror/ximian/ximian-evolution/source/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.2/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org HOMEPAGE= http://ximian.com/products/evolution/ @@ -47,6 +48,7 @@ REPLACE_PERL+= libical/scripts/mkrestrictiontable.pl REPLACE_PERL+= tools/csv2vcard REPLACE_PERL+= tools/evolution-addressbook-clean.in REPLACE_PERL+= tools/killev +CPPFLAGS+= -I/usr/include/krb5 -I/usr/include/gssapi CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --with-openldap --without-static-ldap CONFIGURE_ARGS+= --enable-nntp=yes @@ -54,9 +56,7 @@ CONFIGURE_ARGS+= --enable-openssl=yes CONFIGURE_ARGS+= --with-krb5=/usr --with-krb4=/usr CONFIGURE_ARGS+= --with-db3-includes=${LOCALBASE}/include/db3 CONFIGURE_ARGS+= --with-db3-libs=${LOCALBASE}/lib -CONFIGURE_ENV+= CFLAGS="-D_POSIX_THREAD_SYSCALL_SOFT=1 ${CFLAGS}" CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 pre-configure: for i in ${WRKSRC}/widgets/*/Makefile.in \ diff --git a/mail/evolution/PLIST b/mail/evolution/PLIST index cfe63a64b52..0ee511cfa8d 100644 --- a/mail/evolution/PLIST +++ b/mail/evolution/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2003/03/22 04:35:09 rh Exp $ +@comment $NetBSD: PLIST,v 1.13 2003/04/12 04:26:41 rh Exp $ bin/csv2vcard bin/evolution bin/evolution-addressbook @@ -115,6 +115,7 @@ include/camel/camel-provider.h include/camel/camel-sasl-anonymous.h include/camel/camel-sasl-cram-md5.h include/camel/camel-sasl-digest-md5.h +include/camel/camel-sasl-gssapi.h include/camel/camel-sasl-kerberos4.h include/camel/camel-sasl-login.h include/camel/camel-sasl-ntlm.h diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 63c35d75968..db1a017039d 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2003/03/22 04:35:09 rh Exp $ +$NetBSD: distinfo,v 1.21 2003/04/12 04:26:41 rh Exp $ -SHA1 (evolution-1.2.3.tar.gz) = 3c93130606e99c3a58b9be6cfad1d7b3ba473704 -Size (evolution-1.2.3.tar.gz) = 16331377 bytes +SHA1 (evolution-1.2.4.tar.bz2) = 924ef022d39ab437e41b784181ba572e8a16e59d +Size (evolution-1.2.4.tar.bz2) = 12940769 bytes SHA1 (patch-aa) = e571e75bcb93801bc6132bb2ca3f96abbde22494 SHA1 (patch-ab) = 0e0f5fd6efe83f14aee9be54e855a4844ae2f3ef SHA1 (patch-ac) = 3622582ad55b0afe7662787747958bda677833f5 |