[Bug 222884] [NEW PORT] mail/spf_fetch: Utilities to look-up SPF records and manage whitelists

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 6 20:52:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222884

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobik at freebsd.org

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to Andris Raugulis from comment #0)
Thanks for your submission.  There are a couple of things that need to be
fixed:

- The Makefile is badly ordered. See
  https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html

- Remove GH_PROJECT=spf_fetch.  It's the default.

- Remove GH_TAGNAME and PORTVERSION and set DISTVERSION=1.0.1-beta instead

- sh_OLD_CMD=${SH} is wrong (${SH} doesn't have to be /bin/sh).
  Use sh_OLD_CMD=/bin/sh

- Do not use an empty do-build.  Set NO_BUILD=yes instead.

- Use options helper for SIPCALC (do-install-SIPCALC-on)
  instead of .if ${PORT_OPTIONS:MSIPCALC}

- Since this appears to be written with OpenBSD in mind, maybe it can use
  shells/oksh instead of shells/bash?

- Please confirm that this passes portlint and Poudriere testport

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list