grobian     15/07/14 17:06:29

  Modified:             opendmarc-1.3.0.ebuild metadata.xml ChangeLog
  Log:
  Add SPF support by Conrad Kostecki in bug #519924
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  mail-filter/opendmarc/opendmarc-1.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.0.ebuild?r1=1.1&r2=1.2

Index: opendmarc-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opendmarc-1.3.0.ebuild      2 Sep 2014 08:47:19 -0000       1.1
+++ opendmarc-1.3.0.ebuild      14 Jul 2015 17:06:29 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.0.ebuild,v 1.1 
2014/09/02 08:47:19 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/opendmarc/opendmarc-1.3.0.ebuild,v 1.2 
2015/07/14 17:06:29 grobian Exp $
 
 EAPI=5
 
@@ -13,12 +13,13 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86 ~x86-fbsd"
-IUSE=""
+IUSE="spf"
 
 DEPEND="dev-perl/DBI
        || ( mail-filter/libmilter mail-mta/sendmail )"
 RDEPEND="${DEPEND}
-       dev-perl/Switch"
+       dev-perl/Switch
+       spf? ( mail-filter/libspf2 )"
 
 pkg_setup() {
        enewgroup milter
@@ -28,7 +29,8 @@
 src_configure() {
        econf \
                --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-               --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+               --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
+               $(use_with spf)
 }
 
 src_install() {



1.3                  mail-filter/opendmarc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/metadata.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/metadata.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml        15 Jun 2015 13:17:23 -0000      1.2
+++ metadata.xml        14 Jul 2015 17:06:29 -0000      1.3
@@ -8,4 +8,8 @@
        <upstream>
                <remote-id type="sourceforge">opendmarc</remote-id>
        </upstream>
+       <use>
+               <flag name='spf'>Use the <pkg>mail-filter/libspf2</pkg>
+                       for Sender Policy Framework checking</flag>
+       </use>
 </pkgmetadata>



1.20                 mail-filter/opendmarc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/opendmarc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   18 Oct 2014 14:09:39 -0000      1.19
+++ ChangeLog   14 Jul 2015 17:06:29 -0000      1.20
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/opendmarc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/opendmarc/ChangeLog,v 1.19 
2014/10/18 14:09:39 ago Exp $
+# 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 $
+
+  14 Jul 2015; Fabian Groffen <grob...@gentoo.org> metadata.xml,
+  opendmarc-1.3.0.ebuild:
+  Add SPF support by Conrad Kostecki in bug #519924
 
   18 Oct 2014; Agostino Sarubbo <a...@gentoo.org> opendmarc-1.1.3.ebuild:
   Stable for sparc, wrt bug #524154




Reply via email to