summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortnn <tnn>2009-08-14 17:59:51 +0000
committertnn <tnn>2009-08-14 17:59:51 +0000
commitdae1a1a884578ee337d7cf404d169d0df2d76b10 (patch)
tree896a37d53995c237c13bc39626b9e2dbb167c52f /mail
parent4b0711a416a2435363ee1c2b601655382cb3e99d (diff)
downloadpkgsrc-dae1a1a884578ee337d7cf404d169d0df2d76b10.tar.gz
patch-aa: set auto_update_check to default FALSE.
(I don't appreciate software that phones home.)
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed/Makefile3
-rw-r--r--mail/sylpheed/distinfo3
-rw-r--r--mail/sylpheed/patches/patch-aa13
3 files changed, 17 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index e77811042e6..9bbecd26ba3 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.118 2009/08/13 13:22:17 ahoka Exp $
+# $NetBSD: Makefile,v 1.119 2009/08/14 17:59:51 tnn Exp $
DISTNAME= sylpheed-2.7.1
+PKGREVISION= 1
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.7/
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo
index 84389184569..c919add0ea2 100644
--- a/mail/sylpheed/distinfo
+++ b/mail/sylpheed/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.67 2009/08/13 13:22:17 ahoka Exp $
+$NetBSD: distinfo,v 1.68 2009/08/14 17:59:51 tnn Exp $
SHA1 (sylpheed-2.7.1.tar.bz2) = 79013505355a9d359bbb3147f1916499abe1ab0e
RMD160 (sylpheed-2.7.1.tar.bz2) = 270607ebb48c2a2426472ddfa352021db634d0f7
Size (sylpheed-2.7.1.tar.bz2) = 2903079 bytes
+SHA1 (patch-aa) = 8f99935f3614360a2fe5a5625cde7c534cbe632e
diff --git a/mail/sylpheed/patches/patch-aa b/mail/sylpheed/patches/patch-aa
new file mode 100644
index 00000000000..500a19d28ee
--- /dev/null
+++ b/mail/sylpheed/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2009/08/14 17:59:51 tnn Exp $
+
+--- libsylph/prefs_common.c.orig 2009-06-10 09:55:45.000000000 +0200
++++ libsylph/prefs_common.c
+@@ -463,7 +463,7 @@ static PrefParam param[] = {
+ P_STRING},
+
+ /* Update check */
+- {"auto_update_check", "TRUE", &prefs_common.auto_update_check, P_BOOL},
++ {"auto_update_check", "FALSE", &prefs_common.auto_update_check, P_BOOL},
+ {"use_http_proxy", "FALSE", &prefs_common.use_http_proxy, P_BOOL},
+ {"http_proxy_host", NULL, &prefs_common.http_proxy_host, P_STRING},
+