K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-10-28T09:10:11.987124Z K 7 svn:log V 789 MFH: r400214 mail/opendmarc: Add libspf2 as a run-time (library) dependency libsfp2 is a build and run-time dependency for opendmarc. Currently libspf2 is declared a BUILD_DEPENDS, which results in the libspf2 package being removed by portmaster or pkg as an unecessary package when using -s argument or autoremove command respectively. This change correctly declares libspf2 as a LIB_DEPENDS, resulting in both build and run-time dependency registration. While I'm here: - Convert MSPF conditional to an option helper - Group and sort USE{S} entries - Whitespace align OPTIONS - Tweak SPF_DESC to match ./configure output for the option - Sort pkg-plist PR: 204050 Submitted by: Douglas Approved by: portmgr (blanket) Approved by: portmgr (feld) END