diff options
author | Eray Aslan <eras@gentoo.org> | 2013-07-16 05:51:37 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-07-16 05:51:37 +0000 |
commit | c0f2ae9b7064aab18a2f65593ad4ee1f2da8e09c (patch) | |
tree | 781b0b0eafa1c5cfa35a034e65d9559cd4a702b9 /mail-filter | |
parent | Version bump. (diff) | |
download | gentoo-2-c0f2ae9b7064aab18a2f65593ad4ee1f2da8e09c.tar.gz gentoo-2-c0f2ae9b7064aab18a2f65593ad4ee1f2da8e09c.tar.bz2 gentoo-2-c0f2ae9b7064aab18a2f65593ad4ee1f2da8e09c.zip |
Fix config file location in opendkim-reportstats - bug #475952
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendkim/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/opendkim/opendkim-2.8.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail-filter/opendkim/ChangeLog b/mail-filter/opendkim/ChangeLog index bd6c42356704..6c9a0b37cdf6 100644 --- a/mail-filter/opendkim/ChangeLog +++ b/mail-filter/opendkim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/opendkim # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.69 2013/07/16 05:43:06 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/ChangeLog,v 1.70 2013/07/16 05:51:37 eras Exp $ + + 16 Jul 2013; Eray Aslan <eras@gentoo.org> opendkim-2.8.4.ebuild: + Fix config file location in opendkim-reportstats - bug #475952 *opendkim-2.8.4 (16 Jul 2013) diff --git a/mail-filter/opendkim/opendkim-2.8.4.ebuild b/mail-filter/opendkim/opendkim-2.8.4.ebuild index 29b6eb9a0676..363480e46dc3 100644 --- a/mail-filter/opendkim/opendkim-2.8.4.ebuild +++ b/mail-filter/opendkim/opendkim-2.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild,v 1.1 2013/07/16 05:43:06 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendkim/opendkim-2.8.4.ebuild,v 1.2 2013/07/16 05:51:37 eras Exp $ EAPI=5 inherit autotools db-use eutils user @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz" LICENSE="Sendmail-Open-Source BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+berkdb gnutls ldap lua memcached opendbx poll sasl +ssl static-libs unbound" DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) @@ -52,7 +52,7 @@ src_prepare() { -e 's:mailnull:milter:g' \ -e 's:^#[[:space:]]*PidFile.*:PidFile /var/run/opendkim/opendkim.pid:' \ opendkim/opendkim.conf.sample opendkim/opendkim.conf.simple.in \ - stats/opendkim-reportstats || die + stats/opendkim-reportstats{,.in} || die sed -i -e 's:dist_doc_DATA:dist_html_DATA:' libopendkim/docs/Makefile.am \ || die |