grobian 15/07/15 06:04:48 Modified: ChangeLog Added: opendmarc-1.3.1.ebuild Removed: opendmarc-1.2.0.ebuild Log: Version bump, bug #543144 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path 1.21 mail-filter/opendmarc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 14 Jul 2015 17:06:29 -0000 1.20 +++ ChangeLog 15 Jul 2015 06:04:48 -0000 1.21 @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/opendmarc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.20 2015/07/14 17:06:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.21 2015/07/15 06:04:48 grobian Exp $ + +*opendmarc-1.3.1 (15 Jul 2015) + + 15 Jul 2015; Fabian Groffen <[email protected]> +opendmarc-1.3.1.ebuild, + -opendmarc-1.2.0.ebuild: + Version bump, bug #543144 14 Jul 2015; Fabian Groffen <[email protected]> metadata.xml, opendmarc-1.3.0.ebuild: 1.1 mail-filter/opendmarc/opendmarc-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.1.ebuild?rev=1.1&content-type=text/plain Index: opendmarc-1.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.1.ebuild,v 1.1 2015/07/15 06:04:48 grobian Exp $ EAPI=5 inherit user DESCRIPTION="Open source DMARC implementation " HOMEPAGE="http://www.trusteddomain.org/opendmarc/" SRC_URI="mirror://sourceforge/opendmarc/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86 ~x86-fbsd" IUSE="spf" DEPEND="dev-perl/DBI || ( mail-filter/libmilter mail-mta/sendmail )" RDEPEND="${DEPEND} dev-perl/Switch spf? ( mail-filter/libspf2 )" pkg_setup() { enewgroup milter enewuser milter -1 -1 /var/lib/milter milter } src_configure() { econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ $(use_with spf) } src_install() { default newinitd "${FILESDIR}"/opendmarc.initd opendmarc newconfd "${FILESDIR}"/opendmarc.confd opendmarc dodir /etc/opendmarc dodir /var/run/opendmarc fowners milter:milter /var/run/opendmarc # create config file sed \ -e 's/^# UserID .*$/UserID milter/' \ -e 's/^# PidFile .*/PidFile \/var\/run\/opendmarc\/opendmarc.pid/' \ -e '/^# Socket /s/^# //' \ "${S}"/opendmarc/opendmarc.conf.sample \ > "${ED}"/etc/opendmarc/opendmarc.conf \ || die }
