Bump version of cache file format to fix implicitly broken cache problem.

Reported by:	Adam McLaurin <adam.mclaurin@gmx.net>
		Randy Pratt <rpratt1950@earthlink.net>
Discussed by:	Hiroyuki Yamamoto <hiro-y@kcn.ne.jp> (author)
Obtained from:	Sylpheed cvs repository
Approved by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2004-06-16 04:13:18 +00:00
parent 36e136310a
commit b1649c6bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111566
2 changed files with 9 additions and 3 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sylpheed-gtk2
PORTVERSION= 0.9.11.20040613
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,6 +1,11 @@
--- src/defs.h.orig Sun Sep 7 06:09:06 2003
+++ src/defs.h Thu Jan 22 20:23:18 2004
@@ -64,7 +64,7 @@
--- src/defs.h.orig Sun Jun 13 23:42:41 2004
+++ src/defs.h Wed Jun 16 02:57:31 2004
@@ -60,11 +60,11 @@
#define CACHE_FILE ".sylpheed_cache"
#define MARK_FILE ".sylpheed_mark"
/*#warning FIXME_GTK2 */
-#define CACHE_VERSION 2018
+#define CACHE_VERSION 2019
#define MARK_VERSION 2
#define DEFAULT_SIGNATURE ".signature"