git: 76cf00ffc713 - main - mail/nmh*: Depend on devel/liblockfile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 04:56:08 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=76cf00ffc713ce5b92cfc0ea2de6b5a37173a0cb
commit 76cf00ffc713ce5b92cfc0ea2de6b5a37173a0cb
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-02-06 23:50:39 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-02-07 04:55:24 +0000
mail/nmh*: Depend on devel/liblockfile
devel/liblockfile is a library dependency.
Reported by: stage-qa
---
mail/nmh-devel/Makefile | 4 +++-
mail/nmh/Makefile | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/mail/nmh-devel/Makefile b/mail/nmh-devel/Makefile
index 97c95c17a6a2..f73e23615a4a 100644
--- a/mail/nmh-devel/Makefile
+++ b/mail/nmh-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= nmh
PORTVERSION= ${NMH_COMMIT_DATE}
+PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= -devel
@@ -22,7 +23,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \
--sysconfdir=${PREFIX}/etc \
--docdir=${DOCSDIR}
-LIB_DEPENDS= libcurl.so:ftp/curl
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ liblockfile.so:devel/liblockfile
OPTIONS_DEFINE= DOCS HASH_BKP SASL2 TLS REPLYFILTER
OPTIONS_RADIO= MIME_HTML
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 268df2193668..a08fe7d75585 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nmh
PORTVERSION= 1.7.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= SAVANNAH
@@ -17,7 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \
--sysconfdir=${PREFIX}/etc \
--docdir=${DOCSDIR}
-LIB_DEPENDS= libcurl.so:ftp/curl
+LIB_DEPENDS= libcurl.so:ftp/curl \
+ liblockfile.so:devel/liblockfile
OPTIONS_DEFINE= DOCS HASH_BKP SASL2 TLS REPLYFILTER
OPTIONS_RADIO= MIME_HTML