Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jun 2018 20:52:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 222884] [NEW PORT] mail/spf_fetch: Utilities to look-up SPF records and manage whitelists
Message-ID:  <bug-222884-7788-IRQNPeqfOW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222884-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222884-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222884

Tobias Kortkamp <tobik@freebsd.org> changed:

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

--- Comment #1 from Tobias Kortkamp <tobik@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=3Dspf_fetch.  It's the default.

- Remove GH_TAGNAME and PORTVERSION and set DISTVERSION=3D1.0.1-beta instead

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

- Do not use an empty do-build.  Set NO_BUILD=3Dyes 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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222884-7788-IRQNPeqfOW>