aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-11-26 05:02:35 +0000
committerPatrick Li <pat@FreeBSD.org>2002-11-26 05:02:35 +0000
commit8032a3f5b00362fb6fab0c4c286a2df515c60a2d (patch)
treed2fc0c995f1ce30416fba11ca42971bd026decd3 /mail
parent0b34dc3c10bd6e48ed8a047f04343bd93eb0452c (diff)
downloadports-8032a3f5b00362fb6fab0c4c286a2df515c60a2d.tar.gz
ports-8032a3f5b00362fb6fab0c4c286a2df515c60a2d.zip
Update to 0.8.6
PR: ports/45719 Submitted by: maintainer Approved by: kris
Notes
Notes: svn path=/head/; revision=71105
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile7
-rw-r--r--mail/claws-mail/distinfo2
-rw-r--r--mail/claws-mail/files/patch-configure20
-rw-r--r--mail/claws-mail/pkg-plist1
-rw-r--r--mail/sylpheed-claws/Makefile7
-rw-r--r--mail/sylpheed-claws/distinfo2
-rw-r--r--mail/sylpheed-claws/files/patch-configure20
-rw-r--r--mail/sylpheed-claws/pkg-plist1
8 files changed, 30 insertions, 30 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index 8954c2a2502b..5dc76dcc025e 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sylpheed-claws
-PORTVERSION= 0.8.5
-PORTREVISION= 1
+PORTVERSION= 0.8.6
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -129,8 +128,8 @@ post-install:
@cd ${WRKSRC}/tools && \
${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \
eud2gc.py filter_conv.pl gif2xface.pl gpg-sign-syl \
- kmail2sylpheed.pl newscache_clean.pl outlook2sylpheed.pl \
- tb2sylpheed update-po uudec ${DATADIR}
+ kmail2sylpheed.pl kmail2sylpheed_v2.pl newscache_clean.pl \
+ outlook2sylpheed.pl tb2sylpheed update-po uudec ${DATADIR}
.if !defined(WITHOUT_THEMES)
@${MKDIR} ${DATADIR}/themes
@cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `find .`; do \
diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo
index 6e975c4abff6..cf1494de3201 100644
--- a/mail/claws-mail/distinfo
+++ b/mail/claws-mail/distinfo
@@ -1,2 +1,2 @@
-MD5 (sylpheed-0.8.5claws.tar.bz2) = aec1d9d47ed128d82858c8692269bd07
+MD5 (sylpheed-0.8.6claws.tar.bz2) = feeae3ce2a6eb0aba24c32475e762a4b
MD5 (sylpheed-iconset-0.8.3claws.tar.gz) = 7a6a1d4b25d1ddc726b244da8cd3fd84
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
index 4f983f6d8496..cbf24e6d422f 100644
--- a/mail/claws-mail/files/patch-configure
+++ b/mail/claws-mail/files/patch-configure
@@ -1,32 +1,32 @@
---- configure.orig Wed Aug 28 12:46:18 2002
-+++ configure Sun Sep 1 03:01:59 2002
-@@ -1169,7 +1169,7 @@
- PATH_SEPARATOR="$ac_path_separator"
- rm -f conftest.sh
+--- configure.orig Mon Nov 25 14:32:13 2002
++++ configure Mon Nov 25 16:11:32 2002
+@@ -1464,7 +1464,7 @@
+ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
+
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
MAJOR_VERSION=0
MINOR_VERSION=8
-@@ -1650,7 +1650,7 @@
-
+@@ -1861,7 +1861,7 @@
fi
+
-if test -d "$gnomedir"; then
+if false; then
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
-@@ -9822,9 +9822,9 @@
-
+@@ -11389,9 +11389,9 @@
localedir='${prefix}/${DATADIRNAME}/locale'
+
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
+
if test "x${datadir}" = 'x${prefix}/share'; then
- if test "x${prefix}" = "xNONE"; then
diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist
index 511cc3bc9fa8..3ac0e9abefb2 100644
--- a/mail/claws-mail/pkg-plist
+++ b/mail/claws-mail/pkg-plist
@@ -162,6 +162,7 @@ share/sylpheed-claws/filter_conv.pl
share/sylpheed-claws/gif2xface.pl
share/sylpheed-claws/gpg-sign-syl
share/sylpheed-claws/kmail2sylpheed.pl
+share/sylpheed-claws/kmail2sylpheed_v2.pl
share/sylpheed-claws/newscache_clean.pl
share/sylpheed-claws/outlook2sylpheed.pl
share/sylpheed-claws/tb2sylpheed
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 8954c2a2502b..5dc76dcc025e 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sylpheed-claws
-PORTVERSION= 0.8.5
-PORTREVISION= 1
+PORTVERSION= 0.8.6
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -129,8 +128,8 @@ post-install:
@cd ${WRKSRC}/tools && \
${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \
eud2gc.py filter_conv.pl gif2xface.pl gpg-sign-syl \
- kmail2sylpheed.pl newscache_clean.pl outlook2sylpheed.pl \
- tb2sylpheed update-po uudec ${DATADIR}
+ kmail2sylpheed.pl kmail2sylpheed_v2.pl newscache_clean.pl \
+ outlook2sylpheed.pl tb2sylpheed update-po uudec ${DATADIR}
.if !defined(WITHOUT_THEMES)
@${MKDIR} ${DATADIR}/themes
@cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `find .`; do \
diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo
index 6e975c4abff6..cf1494de3201 100644
--- a/mail/sylpheed-claws/distinfo
+++ b/mail/sylpheed-claws/distinfo
@@ -1,2 +1,2 @@
-MD5 (sylpheed-0.8.5claws.tar.bz2) = aec1d9d47ed128d82858c8692269bd07
+MD5 (sylpheed-0.8.6claws.tar.bz2) = feeae3ce2a6eb0aba24c32475e762a4b
MD5 (sylpheed-iconset-0.8.3claws.tar.gz) = 7a6a1d4b25d1ddc726b244da8cd3fd84
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure
index 4f983f6d8496..cbf24e6d422f 100644
--- a/mail/sylpheed-claws/files/patch-configure
+++ b/mail/sylpheed-claws/files/patch-configure
@@ -1,32 +1,32 @@
---- configure.orig Wed Aug 28 12:46:18 2002
-+++ configure Sun Sep 1 03:01:59 2002
-@@ -1169,7 +1169,7 @@
- PATH_SEPARATOR="$ac_path_separator"
- rm -f conftest.sh
+--- configure.orig Mon Nov 25 14:32:13 2002
++++ configure Mon Nov 25 16:11:32 2002
+@@ -1464,7 +1464,7 @@
+ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
+
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
MAJOR_VERSION=0
MINOR_VERSION=8
-@@ -1650,7 +1650,7 @@
-
+@@ -1861,7 +1861,7 @@
fi
+
-if test -d "$gnomedir"; then
+if false; then
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
-@@ -9822,9 +9822,9 @@
-
+@@ -11389,9 +11389,9 @@
localedir='${prefix}/${DATADIRNAME}/locale'
+
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
+
if test "x${datadir}" = 'x${prefix}/share'; then
- if test "x${prefix}" = "xNONE"; then
diff --git a/mail/sylpheed-claws/pkg-plist b/mail/sylpheed-claws/pkg-plist
index 511cc3bc9fa8..3ac0e9abefb2 100644
--- a/mail/sylpheed-claws/pkg-plist
+++ b/mail/sylpheed-claws/pkg-plist
@@ -162,6 +162,7 @@ share/sylpheed-claws/filter_conv.pl
share/sylpheed-claws/gif2xface.pl
share/sylpheed-claws/gpg-sign-syl
share/sylpheed-claws/kmail2sylpheed.pl
+share/sylpheed-claws/kmail2sylpheed_v2.pl
share/sylpheed-claws/newscache_clean.pl
share/sylpheed-claws/outlook2sylpheed.pl
share/sylpheed-claws/tb2sylpheed