git: b476fcf6b7f2 - main - mail/nmh-devel: Fix stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Sep 2026 18:36:45 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b476fcf6b7f257efadf52f3d12ac0a1ee93acdb8
commit b476fcf6b7f257efadf52f3d12ac0a1ee93acdb8
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-09-08 17:15:21 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-09-08 18:36:40 +0000
mail/nmh-devel: Fix stage-qa
Add USES=python and list python files in docs to satisfy stage-qa.
PR: 298190
---
mail/nmh-devel/Makefile | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/mail/nmh-devel/Makefile b/mail/nmh-devel/Makefile
index 42805ee03996..153a12db3fe1 100644
--- a/mail/nmh-devel/Makefile
+++ b/mail/nmh-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= nmh
PORTVERSION= ${NMH_COMMIT_DATE}
+PORTREVISION= 1
MASTER_SITES= #
CATEGORIES= mail
PKGNAMESUFFIX= -devel
@@ -17,8 +18,18 @@ NMH_COMMIT_DATE= 2026.01.20
LICENSE= BSD3CLAUSE
-USES= autoreconf:build cpe gmake iconv ncurses readline shebangfix
-SHEBANG_FILES= docs/contrib/ml docs/contrib/replyfilter docs/contrib/vpick
+USES= autoreconf:build cpe gmake iconv ncurses python \
+ readline shebangfix
+SHEBANG_FILES= docs/contrib/ml docs/contrib/replyfilter docs/contrib/vpick \
+ docs/contrib/gmailapis/nmh_addr.py \
+ docs/contrib/gmailapis/nmh_addr_test.py \
+ docs/contrib/gmailapis/ginc.py \
+ docs/contrib/gmailapis/nmh_gmailapi.py \
+ docs/contrib/gmailapis/gpost_test.py \
+ docs/contrib/gmailapis/glogin.py \
+ docs/contrib/gmailapis/RFC5322addr_test.py \
+ docs/contrib/gmailapis/RFC5322addr.py \
+ docs/contrib/gmailapis/gpost.py
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \
--sysconfdir=${PREFIX}/etc \