diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-15 15:30:43 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-15 15:30:43 +0000 |
commit | 333a1d00233403ec366177fac62a1afb6c170816 (patch) | |
tree | 4ad35e13efaabfea99103c073979233cc04d3322 /mail/sylpheed | |
parent | f5ced66cbbd52c1eb8cd426fd030c63b6ce3cadd (diff) | |
download | FreeBSD-ports-333a1d00233403ec366177fac62a1afb6c170816.zip FreeBSD-ports-333a1d00233403ec366177fac62a1afb6c170816.tar.gz |
Update to version 0.4.4
PR: 22863
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Approved by: MAINTAINER
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed/files/patch-ac | 13 |
3 files changed, 5 insertions, 12 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 3025e97..a3e4d6b 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.4 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 5264453..3394811 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.4.2.tar.bz2) = fb4dd3c6721a66f7b49641680995e2b5 +MD5 (sylpheed-0.4.4.tar.bz2) = 9e929e843fb4b3da254219440b630c5a diff --git a/mail/sylpheed/files/patch-ac b/mail/sylpheed/files/patch-ac index 8f77933..7fa8274 100644 --- a/mail/sylpheed/files/patch-ac +++ b/mail/sylpheed/files/patch-ac @@ -1,6 +1,6 @@ ---- src/main.h.orig Fri Apr 21 02:44:30 2000 -+++ src/main.h Wed May 3 21:00:00 2000 -@@ -34,11 +34,15 @@ +--- src/defs.h.orig Thu Nov 9 01:28:14 2000 ++++ src/defs.h Thu Nov 9 01:28:24 2000 +@@ -57,8 +57,8 @@ #define MARK_VERSION 2 #define DEFAULT_SIGNATURE ".signature" @@ -10,11 +10,4 @@ +#define DEFAULT_INC_PROGRAM "" /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ /* #define DEFAULT_INC_PROGRAM "imget" */ -+#if defined(__FreeBSD__) -+#define DEFAULT_SPOOL_PATH "/var/mail" -+#else - #define DEFAULT_SPOOL_PATH "/var/spool/mail" -+#endif - #define BUFFSIZE 8192 - #define MAXPATHLEN 4095 |