git: d66f0ab6c02f - main - mail/nmh-devel: Correct NULL version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Feb 2022 15:37:09 UTC
The branch main has been updated by cy: 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(-) diff --git a/mail/nmh-devel/Makefile b/mail/nmh-devel/Makefile index bf128f1d416a..97c95c17a6a2 100644 --- a/mail/nmh-devel/Makefile +++ b/mail/nmh-devel/Makefile @@ -12,7 +12,7 @@ USE_GITHUB= yes GH_ACCOUNT= cschuber GH_PROJECT= nmh GH_TAGNAME= 9159514406 -COMMIT_DATE= 2022.02.04 +NMH_COMMIT_DATE= 2022.02.04 LICENSE= BSD3CLAUSE