Bug 261745 - mail/nmh-devel: empty PORTVERSION
Summary: mail/nmh-devel: empty PORTVERSION
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Cy Schubert
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2022-02-06 14:01 UTC by Dmitry Marakasov
Modified: 2022-02-06 22:53 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-02-06 14:01:46 UTC
mail/nmh-devel has an empty PORTVERSION due to incorrect variable naming (COMMIT_DATE vs NMH_COMMIT_DATE). Not sure how this has not triggered any Q/A, sanity checks and has not broken INDEX.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-06 15:37:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d66f0ab6c02f9e02cf2058afe0888728f04dd325

commit d66f0ab6c02f9e02cf2058afe0888728f04dd325
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-02-06 15:34:26 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-02-06 15:37:04 +0000

    mail/nmh-devel: Correct NULL version

    Align NMH_COMMIT_DATE variable with PORTREVISION.

    PR:             261745
    Reported by:    adami3
    Pointy hat to:  cy

 mail/nmh-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2022-02-06 15:38:18 UTC
Sorry about that. Fixed.