Gentoo Archives: gentoo-commits

From: "Patrick McLean (chutzpah)" <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/postfix: ChangeLog postfix-2.4.5.ebuild
Date: Wed, 19 Sep 2007 16:19:21
Message-Id: E1IY27L-0002oH-U0@stork.gentoo.org
1 chutzpah 07/09/19 16:09:35
2
3 Modified: ChangeLog postfix-2.4.5.ebuild
4 Log:
5 Change paths to binaries in default master.cf to standard gentoo paths (/usr/local/ to /usr/, requested by seemant).
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.133 mail-mta/postfix/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.133&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.133&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.132&r2=1.133
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
18 retrieving revision 1.132
19 retrieving revision 1.133
20 diff -u -r1.132 -r1.133
21 --- ChangeLog 31 Aug 2007 13:53:48 -0000 1.132
22 +++ ChangeLog 19 Sep 2007 16:09:35 -0000 1.133
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-mta/postfix
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.132 2007/08/31 13:53:48 chutzpah Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.133 2007/09/19 16:09:35 chutzpah Exp $
28 +
29 + 19 Sep 2007; Patrick McLean <chutzpah@g.o> postfix-2.4.5.ebuild:
30 + Change paths to binaries in default master.cf to standard gentoo paths
31 + (/usr/local/ to /usr/, requested by seemant).
32
33 *postfix-2.4.5 (31 Aug 2007)
34
35
36
37
38 1.2 mail-mta/postfix/postfix-2.4.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild?r1=1.1&r2=1.2
43
44 Index: postfix-2.4.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- postfix-2.4.5.ebuild 31 Aug 2007 13:53:48 -0000 1.1
51 +++ postfix-2.4.5.ebuild 19 Sep 2007 16:09:35 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.1 2007/08/31 13:53:48 chutzpah Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.4.5.ebuild,v 1.2 2007/09/19 16:09:35 chutzpah Exp $
57
58 # NOTE: this ebuild is a regular ebuild without mailer-config support!
59 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
60 @@ -161,6 +161,9 @@
61
62 sed -i -e "/^#define ALIAS_DB_MAP/s|hash:/etc/aliases|hash:/etc/mail/aliases|" \
63 src/util/sys_defs.h || die "sed failed"
64 +
65 + # change default paths to better comply with portage standard paths
66 + sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
67 }
68
69 src_compile() {
70
71
72
73 --
74 gentoo-commits@g.o mailing list