Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/netqmail: netqmail-1.06-r2.ebuild ChangeLog
Date: Mon, 27 May 2013 01:02:37
Message-Id: 20130527010232.9B0592171E@flycatcher.gentoo.org
1 robbat2 13/05/27 01:02:32
2
3 Modified: netqmail-1.06-r2.ebuild ChangeLog
4 Log:
5 Bug #437386: FreeBSD netqmail support.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 mail-mta/netqmail/netqmail-1.06-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: netqmail-1.06-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- netqmail-1.06-r2.ebuild 27 May 2013 00:45:52 -0000 1.1
23 +++ netqmail-1.06-r2.ebuild 27 May 2013 01:02:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild,v 1.1 2013/05/27 00:45:52 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.06-r2.ebuild,v 1.2 2013/05/27 01:02:32 robbat2 Exp $
29
30 EAPI=5
31
32 @@ -93,6 +93,7 @@ src_prepare() {
33 epatch "${FILESDIR}"/${PV}-exit.patch
34 epatch "${FILESDIR}"/${PV}-readwrite.patch
35 epatch "${DISTDIR}"/${QMAIL_LARGE_DNS}
36 + epatch "${FILESDIR}"/${PV}-fbsd-utmpx.patch
37
38 ht_fix_file Makefile*
39
40
41
42
43 1.64 mail-mta/netqmail/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?rev=1.64&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?rev=1.64&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/netqmail/ChangeLog?r1=1.63&r2=1.64
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v
52 retrieving revision 1.63
53 retrieving revision 1.64
54 diff -p -w -b -B -u -u -r1.63 -r1.64
55 --- ChangeLog 27 May 2013 00:45:52 -0000 1.63
56 +++ ChangeLog 27 May 2013 01:02:32 -0000 1.64
57 @@ -1,6 +1,10 @@
58 # ChangeLog for mail-mta/netqmail
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.63 2013/05/27 00:45:52 robbat2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/ChangeLog,v 1.64 2013/05/27 01:02:32 robbat2 Exp $
62 +
63 + 27 May 2013; Robin H. Johnson <robbat2@g.o>
64 + +files/1.06-fbsd-utmpx.patch, netqmail-1.06-r2.ebuild:
65 + Bug #437386: FreeBSD netqmail support.
66
67 *netqmail-1.06-r2 (27 May 2013)