summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-10-27 12:19:26 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-10-27 12:19:26 +0000
commit81a620c9a43b8bdc482dee6cf11502461a4fa6c7 (patch)
tree6c4b9c61be75d64e8d15cd98ae6fc00b1fbf4b7a /mail-filter
parentAllow switching to the new shared icedtea-web:0 (diff)
downloadgentoo-2-81a620c9a43b8bdc482dee6cf11502461a4fa6c7.tar.gz
gentoo-2-81a620c9a43b8bdc482dee6cf11502461a4fa6c7.tar.bz2
gentoo-2-81a620c9a43b8bdc482dee6cf11502461a4fa6c7.zip
Add missing patch for dovecot_deleted_to_trash-0.5, bug 461374 comment 6.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dovecot_deleted_to_trash/ChangeLog6
-rw-r--r--mail-filter/dovecot_deleted_to_trash/files/fix_names_and_destdir.patch18
2 files changed, 23 insertions, 1 deletions
diff --git a/mail-filter/dovecot_deleted_to_trash/ChangeLog b/mail-filter/dovecot_deleted_to_trash/ChangeLog
index 392afcaa91cc..a7b102bdbba4 100644
--- a/mail-filter/dovecot_deleted_to_trash/ChangeLog
+++ b/mail-filter/dovecot_deleted_to_trash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dovecot_deleted_to_trash
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.8 2013/07/14 07:31:04 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.9 2013/10/27 12:19:26 maksbotan Exp $
+
+ 27 Oct 2013; Maxim Koltsov <maksbotan@gentoo.org>
+ +files/fix_names_and_destdir.patch:
+ Add missing patch for dovecot_deleted_to_trash-0.5, bug 461374 comment 6.
*dovecot_deleted_to_trash-0.5 (14 Jul 2013)
diff --git a/mail-filter/dovecot_deleted_to_trash/files/fix_names_and_destdir.patch b/mail-filter/dovecot_deleted_to_trash/files/fix_names_and_destdir.patch
new file mode 100644
index 000000000000..a9c2cb312fe6
--- /dev/null
+++ b/mail-filter/dovecot_deleted_to_trash/files/fix_names_and_destdir.patch
@@ -0,0 +1,18 @@
+--- Makefile.old 2012-08-24 11:10:58.083907845 +0300
++++ Makefile 2012-08-24 11:13:34.167906088 +0300
+@@ -5,13 +5,13 @@
+ # Dovecot's header directory
+ DOVECOT_INC_PATH = /usr/include/dovecot
+ # Dovecot's IMAP plugin path
+-DOVECOT_IMAP_PLUGIN_PATH = /usr/lib/dovecot/imap
++DOVECOT_IMAP_PLUGIN_PATH = /usr/lib/dovecot/
+
+ ## usually no need to configure anything below this line ##
+
+ # plugin source & target name #
+ PLUGIN_SOURCES = deleted-to-trash-plugin.c
+-PLUGIN_NAME = lib_deleted_to_trash_plugin.so
++PLUGIN_NAME = lib99_deleted_to_trash_plugin.so
+
+ #### configuration end ####
+