summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-21 03:33:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-21 03:33:06 +0800
commit6878b7890ad8414bb920370eb711485651d4dda5 (patch)
tree4983b9633ca6f17c1d7e7c3c82c879240bfadafd /mail
parent87853ec15255c8a5db43627c382a960c9221eab5 (diff)
downloadmarcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar.gz
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar.bz2
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar.lz
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar.xz
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.tar.zst
marcuscom-ports-6878b7890ad8414bb920370eb711485651d4dda5.zip
Update to 1.5.93.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2702 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution-exchange/Makefile2
-rw-r--r--mail/evolution-exchange/distinfo4
-rw-r--r--mail/evolution-exchange/files/patch-configure26
-rw-r--r--mail/evolution-exchange/files/patch-storage::exchange-account.c11
-rw-r--r--mail/evolution-exchange/pkg-plist5
-rw-r--r--mail/ximian-connector/Makefile2
-rw-r--r--mail/ximian-connector/distinfo4
-rw-r--r--mail/ximian-connector/files/patch-configure26
-rw-r--r--mail/ximian-connector/files/patch-storage::exchange-account.c11
-rw-r--r--mail/ximian-connector/pkg-plist5
10 files changed, 44 insertions, 52 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile
index 30e716f07..4e771b00e 100644
--- a/mail/evolution-exchange/Makefile
+++ b/mail/evolution-exchange/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ximian
-PORTVERSION= 1.5.92
+PORTVERSION= 1.5.93
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.5
diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo
index 0fc9e544e..820403c74 100644
--- a/mail/evolution-exchange/distinfo
+++ b/mail/evolution-exchange/distinfo
@@ -1,2 +1,2 @@
-MD5 (ximian-connector-1.5.92.tar.bz2) = 9051580c90b5bb121a31285454181632
-SIZE (ximian-connector-1.5.92.tar.bz2) = 957687
+MD5 (ximian-connector-1.5.93.tar.bz2) = 351290edcf7b14db9d75b2b6fae02176
+SIZE (ximian-connector-1.5.93.tar.bz2) = 1016488
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure
index 507fb423e..43668716a 100644
--- a/mail/evolution-exchange/files/patch-configure
+++ b/mail/evolution-exchange/files/patch-configure
@@ -1,16 +1,18 @@
---- configure.orig Thu Jul 22 13:59:05 2004
-+++ configure Thu Jul 22 15:12:55 2004
-@@ -23429,7 +23429,7 @@
-
- case $with_static_ldap in
- no|"")
-- if test -f $with_openldap/lib/libldap.la; then
-+ if test -f $with_openldap/lib/libldap.so; then
- with_static_ldap=no
+--- configure.orig Fri Aug 20 15:26:49 2004
++++ configure Fri Aug 20 15:27:21 2004
+@@ -23754,8 +23754,8 @@
+ # libldap might depend on OpenSSL... We need to pull
+ # in the dependency libs explicitly here since we're
+ # not using libtool for the configure test.
+- if test -f $with_openldap/lib/libldap.la; then
+- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS"
++ if test -f $with_openldap/lib/libldap.so; then
++ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS"
+ fi
else
- with_static_ldap=yes
-@@ -23985,7 +23985,7 @@
- fi;
+ LDAP_LIBS="-llber $LDAP_LIBS"
+@@ -24006,7 +24006,7 @@
+
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
-heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
diff --git a/mail/evolution-exchange/files/patch-storage::exchange-account.c b/mail/evolution-exchange/files/patch-storage::exchange-account.c
deleted file mode 100644
index 6fe95e5da..000000000
--- a/mail/evolution-exchange/files/patch-storage::exchange-account.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/exchange-account.c.orig Mon Aug 16 19:46:00 2004
-+++ storage/exchange-account.c Mon Aug 16 19:52:26 2004
-@@ -800,7 +800,7 @@
- password = e_passwords_ask_password (
- _("Enter password"),
- "Exchange", account->priv->password_key,
-- prompt, TRUE, E_PASSWORDS_REMEMBER_FOREVER,
-+ prompt, E_PASSWORDS_REMEMBER_FOREVER,
- &remember, NULL);
- if (remember != oldremember) {
- account->priv->account->source->save_passwd = remember;
diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist
index a7c7161cc..e9dd0cac3 100644
--- a/mail/evolution-exchange/pkg-plist
+++ b/mail/evolution-exchange/pkg-plist
@@ -47,13 +47,18 @@ share/gnome/ximian-connector/%%VERSION%%/images/exchange-delegates-48.png
share/gnome/ximian-connector/%%VERSION%%/images/exchange-oof-48.png
share/gnome/ximian-connector/%%VERSION%%/ui/ximian-connector.xml
share/locale/az/LC_MESSAGES/ximian-connector.mo
+share/locale/bn/LC_MESSAGES/ximian-connector.mo
share/locale/cs/LC_MESSAGES/ximian-connector.mo
share/locale/de/LC_MESSAGES/ximian-connector.mo
share/locale/en_CA/LC_MESSAGES/ximian-connector.mo
share/locale/en_GB/LC_MESSAGES/ximian-connector.mo
share/locale/es/LC_MESSAGES/ximian-connector.mo
+share/locale/gu/LC_MESSAGES/ximian-connector.mo
+share/locale/hu/LC_MESSAGES/ximian-connector.mo
+share/locale/nl/LC_MESSAGES/ximian-connector.mo
share/locale/nn/LC_MESSAGES/ximian-connector.mo
share/locale/no/LC_MESSAGES/ximian-connector.mo
+share/locale/pa/LC_MESSAGES/ximian-connector.mo
share/locale/pt/LC_MESSAGES/ximian-connector.mo
share/locale/sq/LC_MESSAGES/ximian-connector.mo
share/locale/sv/LC_MESSAGES/ximian-connector.mo
diff --git a/mail/ximian-connector/Makefile b/mail/ximian-connector/Makefile
index 30e716f07..4e771b00e 100644
--- a/mail/ximian-connector/Makefile
+++ b/mail/ximian-connector/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ximian
-PORTVERSION= 1.5.92
+PORTVERSION= 1.5.93
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.5
diff --git a/mail/ximian-connector/distinfo b/mail/ximian-connector/distinfo
index 0fc9e544e..820403c74 100644
--- a/mail/ximian-connector/distinfo
+++ b/mail/ximian-connector/distinfo
@@ -1,2 +1,2 @@
-MD5 (ximian-connector-1.5.92.tar.bz2) = 9051580c90b5bb121a31285454181632
-SIZE (ximian-connector-1.5.92.tar.bz2) = 957687
+MD5 (ximian-connector-1.5.93.tar.bz2) = 351290edcf7b14db9d75b2b6fae02176
+SIZE (ximian-connector-1.5.93.tar.bz2) = 1016488
diff --git a/mail/ximian-connector/files/patch-configure b/mail/ximian-connector/files/patch-configure
index 507fb423e..43668716a 100644
--- a/mail/ximian-connector/files/patch-configure
+++ b/mail/ximian-connector/files/patch-configure
@@ -1,16 +1,18 @@
---- configure.orig Thu Jul 22 13:59:05 2004
-+++ configure Thu Jul 22 15:12:55 2004
-@@ -23429,7 +23429,7 @@
-
- case $with_static_ldap in
- no|"")
-- if test -f $with_openldap/lib/libldap.la; then
-+ if test -f $with_openldap/lib/libldap.so; then
- with_static_ldap=no
+--- configure.orig Fri Aug 20 15:26:49 2004
++++ configure Fri Aug 20 15:27:21 2004
+@@ -23754,8 +23754,8 @@
+ # libldap might depend on OpenSSL... We need to pull
+ # in the dependency libs explicitly here since we're
+ # not using libtool for the configure test.
+- if test -f $with_openldap/lib/libldap.la; then
+- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS"
++ if test -f $with_openldap/lib/libldap.so; then
++ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS"
+ fi
else
- with_static_ldap=yes
-@@ -23985,7 +23985,7 @@
- fi;
+ LDAP_LIBS="-llber $LDAP_LIBS"
+@@ -24006,7 +24006,7 @@
+
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
-heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi"
diff --git a/mail/ximian-connector/files/patch-storage::exchange-account.c b/mail/ximian-connector/files/patch-storage::exchange-account.c
deleted file mode 100644
index 6fe95e5da..000000000
--- a/mail/ximian-connector/files/patch-storage::exchange-account.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- storage/exchange-account.c.orig Mon Aug 16 19:46:00 2004
-+++ storage/exchange-account.c Mon Aug 16 19:52:26 2004
-@@ -800,7 +800,7 @@
- password = e_passwords_ask_password (
- _("Enter password"),
- "Exchange", account->priv->password_key,
-- prompt, TRUE, E_PASSWORDS_REMEMBER_FOREVER,
-+ prompt, E_PASSWORDS_REMEMBER_FOREVER,
- &remember, NULL);
- if (remember != oldremember) {
- account->priv->account->source->save_passwd = remember;
diff --git a/mail/ximian-connector/pkg-plist b/mail/ximian-connector/pkg-plist
index a7c7161cc..e9dd0cac3 100644
--- a/mail/ximian-connector/pkg-plist
+++ b/mail/ximian-connector/pkg-plist
@@ -47,13 +47,18 @@ share/gnome/ximian-connector/%%VERSION%%/images/exchange-delegates-48.png
share/gnome/ximian-connector/%%VERSION%%/images/exchange-oof-48.png
share/gnome/ximian-connector/%%VERSION%%/ui/ximian-connector.xml
share/locale/az/LC_MESSAGES/ximian-connector.mo
+share/locale/bn/LC_MESSAGES/ximian-connector.mo
share/locale/cs/LC_MESSAGES/ximian-connector.mo
share/locale/de/LC_MESSAGES/ximian-connector.mo
share/locale/en_CA/LC_MESSAGES/ximian-connector.mo
share/locale/en_GB/LC_MESSAGES/ximian-connector.mo
share/locale/es/LC_MESSAGES/ximian-connector.mo
+share/locale/gu/LC_MESSAGES/ximian-connector.mo
+share/locale/hu/LC_MESSAGES/ximian-connector.mo
+share/locale/nl/LC_MESSAGES/ximian-connector.mo
share/locale/nn/LC_MESSAGES/ximian-connector.mo
share/locale/no/LC_MESSAGES/ximian-connector.mo
+share/locale/pa/LC_MESSAGES/ximian-connector.mo
share/locale/pt/LC_MESSAGES/ximian-connector.mo
share/locale/sq/LC_MESSAGES/ximian-connector.mo
share/locale/sv/LC_MESSAGES/ximian-connector.mo