update to 2.9.1
from brad, okay maintainer
This commit is contained in:
parent
398423590a
commit
797780c54b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2007/04/20 05:42:51 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/05/04 12:13:14 steven Exp $
|
||||
|
||||
COMMENT-main= "mail and news client"
|
||||
COMMENT-docs= "documentation"
|
||||
@ -7,14 +7,14 @@ COMMENT-clamav= "clamav plugin"
|
||||
COMMENT-dillo= "dillo plugin"
|
||||
COMMENT-spamassassin= "spamassassin plugin"
|
||||
|
||||
V= 2.8.1
|
||||
V= 2.9.1
|
||||
DISTNAME= claws-mail-${V}
|
||||
PKGNAME-main= ${DISTNAME}p1
|
||||
FULLPKGNAME-docs= claws-mail-docs-${V}p1
|
||||
FULLPKGNAME-bogofilter= claws-mail-bogofilter-${V}p1
|
||||
FULLPKGNAME-clamav= claws-mail-clamav-${V}p1
|
||||
FULLPKGNAME-dillo= claws-mail-dillo-${V}p1
|
||||
FULLPKGNAME-spamassassin= claws-mail-spamassassin-${V}p1
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-docs= claws-mail-docs-${V}
|
||||
FULLPKGNAME-bogofilter= claws-mail-bogofilter-${V}
|
||||
FULLPKGNAME-clamav= claws-mail-clamav-${V}
|
||||
FULLPKGNAME-dillo= claws-mail-dillo-${V}
|
||||
FULLPKGNAME-spamassassin= claws-mail-spamassassin-${V}
|
||||
|
||||
CATEGORIES= mail news
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (claws/claws-mail-2.8.1.tar.bz2) = tomD8u2sl8wJTFJ1NtSaCQ==
|
||||
RMD160 (claws/claws-mail-2.8.1.tar.bz2) = qoSm50lsv98rnNLCii7osN51imA=
|
||||
SHA1 (claws/claws-mail-2.8.1.tar.bz2) = ELkpc2GokmkK8toOUpdHNTfB/38=
|
||||
SHA256 (claws/claws-mail-2.8.1.tar.bz2) = iqT5Qu2V9T/nB8K1ccKEyX5YiiYPEAQrLMfCcXTrBVI=
|
||||
SIZE (claws/claws-mail-2.8.1.tar.bz2) = 5354557
|
||||
MD5 (claws/claws-mail-2.9.1.tar.bz2) = wOJxjUvNkycJpuG8yRDEeg==
|
||||
RMD160 (claws/claws-mail-2.9.1.tar.bz2) = GdxblOCaXR88aBIjnaq3i2SmUa8=
|
||||
SHA1 (claws/claws-mail-2.9.1.tar.bz2) = k4KRy05SbfFXvlUqmhddhiNwm20=
|
||||
SHA256 (claws/claws-mail-2.9.1.tar.bz2) = BWUA5PYfKHkTkCcGNu8nnDJrCQyGNMFfqllJf7MIbIs=
|
||||
SIZE (claws/claws-mail-2.9.1.tar.bz2) = 5451118
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
|
||||
--- configure.orig Mon Mar 5 23:56:48 2007
|
||||
+++ configure Thu Mar 22 01:31:28 2007
|
||||
@@ -27911,7 +27911,7 @@ echo $ECHO_N "checking for GNU/aspell - version >= $mi
|
||||
$OpenBSD: patch-configure,v 1.2 2007/05/04 12:13:14 steven Exp $
|
||||
--- configure.orig Thu Apr 19 03:11:30 2007
|
||||
+++ configure Thu Apr 19 19:48:15 2007
|
||||
@@ -27930,7 +27930,7 @@ echo $ECHO_N "checking for GNU/aspell - version >= $mi
|
||||
use_aspell=no ac_cv_enable_aspell=no
|
||||
else
|
||||
ASPELL_CFLAGS="-I$aspell_includes"
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
|
||||
aspell_version=`$ASPELL version|sed -e "s/\(@(#) International Ispell Version 3.1.20 (but really Aspell \)\(.*\))/\2/"`
|
||||
rm -f conf.aspelltest
|
||||
if test "$cross_compiling" = yes; then
|
||||
@@ -29538,7 +29538,7 @@ if test "${ac_cv_lib_pisock_unpack_Address+set}" = set
|
||||
@@ -29651,7 +29651,7 @@ if test "${ac_cv_lib_pisock_unpack_Address+set}" = set
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -29594,7 +29594,7 @@ fi
|
||||
@@ -29707,7 +29707,7 @@ fi
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_pisock_unpack_Address" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_pisock_unpack_Address" >&6; }
|
||||
if test $ac_cv_lib_pisock_unpack_Address = yes; then
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-src_inc_c,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
|
||||
--- src/inc.c.orig Mon Mar 5 23:44:46 2007
|
||||
+++ src/inc.c Thu Mar 22 16:22:10 2007
|
||||
$OpenBSD: patch-src_inc_c,v 1.2 2007/05/04 12:13:14 steven Exp $
|
||||
--- src/inc.c.orig Tue Apr 3 12:52:24 2007
|
||||
+++ src/inc.c Thu Apr 19 19:48:15 2007
|
||||
@@ -69,7 +69,7 @@ static GdkPixbuf *currentpix;
|
||||
static GdkPixbuf *errorpix;
|
||||
static GdkPixbuf *okpix;
|
||||
@ -9,8 +9,8 @@ $OpenBSD: patch-src_inc_c,v 1.1.1.1 2007/03/23 17:38:22 deanna Exp $
|
||||
+#define MESSAGEBUFSIZE 8192
|
||||
|
||||
static void inc_finished (MainWindow *mainwin,
|
||||
gboolean new_messages);
|
||||
@@ -921,7 +921,7 @@ static void inc_progress_dialog_set_label(IncProgressD
|
||||
gboolean new_messages,
|
||||
@@ -924,7 +924,7 @@ static void inc_progress_dialog_set_label(IncProgressD
|
||||
static void inc_progress_dialog_set_progress(IncProgressDialog *inc_dialog,
|
||||
IncSession *inc_session)
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2007/04/20 05:42:51 steven Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2007/05/04 12:13:14 steven Exp $
|
||||
@pkgpath mail/sylpheed-claws,-main${FLAVOR_STRING}
|
||||
@pkgpath mail/sylpheed-claws${FLAVOR_STRING}
|
||||
bin/claws-mail
|
||||
@ -175,6 +175,7 @@ include/claws-mail/prefs_folder_item.h
|
||||
include/claws-mail/prefs_fonts.h
|
||||
include/claws-mail/prefs_gtk.h
|
||||
include/claws-mail/prefs_image_viewer.h
|
||||
include/claws-mail/prefs_logging.h
|
||||
include/claws-mail/prefs_matcher.h
|
||||
include/claws-mail/prefs_message.h
|
||||
include/claws-mail/prefs_msg_colors.h
|
||||
|
Loading…
Reference in New Issue
Block a user