diff options
author | pat <pat@FreeBSD.org> | 2002-11-26 05:02:35 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-11-26 05:02:35 +0000 |
commit | bf02bcce7dbc1fd0eb00d9d9d2e81b64b7ed8ffd (patch) | |
tree | 8fa71ff471415ed4c1887a1683972016cd656c99 /mail/claws-mail | |
parent | befa91aec782ddc3de2e3a42a6c05f8788592ac8 (diff) | |
download | FreeBSD-ports-bf02bcce7dbc1fd0eb00d9d9d2e81b64b7ed8ffd.zip FreeBSD-ports-bf02bcce7dbc1fd0eb00d9d9d2e81b64b7ed8ffd.tar.gz |
Update to 0.8.6
PR: ports/45719
Submitted by: maintainer
Approved by: kris
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 7 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-configure | 20 | ||||
-rw-r--r-- | mail/claws-mail/pkg-plist | 1 |
4 files changed, 15 insertions, 15 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 8954c2a..5dc76dc 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 6e975c4..cf1494d 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 4f983f6..cbf24e6 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 511cc3b..3ac0e9a 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 |