Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot/files: dovecot-pigeonhole-0.4.5.patch
Date: Fri, 31 Oct 2014 07:07:32
Message-Id: 20141031070728.BF1629201@oystercatcher.gentoo.org
1 eras 14/10/31 07:07:28
2
3 Added: dovecot-pigeonhole-0.4.5.patch
4 Log:
5 Pigeonhole version bump
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
8
9 Revision Changes Path
10 1.1 net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/files/dovecot-pigeonhole-0.4.5.patch?rev=1.1&content-type=text/plain
14
15 Index: dovecot-pigeonhole-0.4.5.patch
16 ===================================================================
17
18 # HG changeset patch
19 # User Stephan Bosch <stephan@×××××××××.nl>
20 # Date 1414713028 -3600
21 # Node ID 3e924b1b6c5c0199f1b97cb5782f52e6348a9840
22 # Parent 80b47902cf40053cf13d8edbf034d0e4f8a4da07
23 After make distclean the distributed tarball would fail to recompile.
24
25 diff -r 80b47902cf40 -r 3e924b1b6c5c Makefile.am
26 --- a/Makefile.am Thu Oct 30 23:27:42 2014 +0100
27 +++ b/Makefile.am Fri Oct 31 00:50:28 2014 +0100
28 @@ -2,7 +2,10 @@
29 DOCS = doc
30 endif
31
32 -SUBDIRS = src $(DOCS)
33 +SUBDIRS = \
34 + . \
35 + src \
36 + $(DOCS)
37
38 ACLOCAL_AMFLAGS = -I m4
39
40 @@ -11,6 +14,7 @@
41 examples \
42 COPYING.LGPL \
43 ChangeLog \
44 + is-tagged.py \
45 update-version.sh
46
47 dist-hook: