[Bug 274676] [NEW PORT] mail/notimail

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Nov 2023 07:36:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274676

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fuz@FreeBSD.org

--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.  I apologise for the delay in getting this one
processed.

Please check the following issues:

 - we don't want leading v in PORTVERSION.  Please instead set

    DISTVERSIONPREFIX= v
    DISTVERSION= 0.11.2

 - GH_TAGNAME defaults to
${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
   which is correct in your case.  Please discard the line that sets it.
 - PREFIX is predefined in SUB_LIST, no need to set it yourself
 - please remove the leading and trailing === from pkg-message
 - this needs USE_RC_SUBR
 - python versions before 3.6 are not supported, so please remove 3.6+
 - no files or directories should be owned by nobody.  You could avoid this by
   using the account daemon instead.
 - check if it is appropriate to use the @sample mechanism for your config.ini
 - your pkg-plist already sets up correct permissions for /var/cache/notimail
   and /var/log/notimal, so no need to instruct the user to change permissions
 - are you sure /var/cache is the right directory for a database file?  Daemons
   must be able to cope with /var/cache being cleared at any point in time.  If
   thee database needs to be preserved, put it into /var/db.

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