git: dfced3e976e9 - main - mail/nmh-devel: update to latest git commit on savannah
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 21:19:24 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfced3e976e9495abdd1e8877cbe779f9cffeb12 commit dfced3e976e9495abdd1e8877cbe779f9cffeb12 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-18 21:11:44 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-18 21:11:44 +0000 mail/nmh-devel: update to latest git commit on savannah --- mail/nmh-devel/Makefile | 4 +-- mail/nmh-devel/distinfo | 6 ++-- .../files/patch-test_post_test-post-basic | 33 ++++++++-------------- 3 files changed, 17 insertions(+), 26 deletions(-) diff --git a/mail/nmh-devel/Makefile b/mail/nmh-devel/Makefile index 7ee303fa0fbf..67ad44bcb154 100644 --- a/mail/nmh-devel/Makefile +++ b/mail/nmh-devel/Makefile @@ -10,8 +10,8 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Cleaned up MH mailer suite WWW= https://savannah.nongnu.org/projects/nmh/ -GIT_TAGNAME= 86cc564 -NMH_COMMIT_DATE= 2024.04.03 +GIT_TAGNAME= d8cc9ce +NMH_COMMIT_DATE= 2024.07.06 WRKSRC= ${WRKDIR}/${PORTNAME}-${GIT_TAGNAME} diff --git a/mail/nmh-devel/distinfo b/mail/nmh-devel/distinfo index eba840127039..146037fec2bd 100644 --- a/mail/nmh-devel/distinfo +++ b/mail/nmh-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717423436 -SHA256 (nmh-devel-2024.04.03-86cc564.tar.gz) = 983d87bd8e3ffe6588ce85e34af503256b45991d3522b5b8df3ed667fd722abb -SIZE (nmh-devel-2024.04.03-86cc564.tar.gz) = 8004955 +TIMESTAMP = 1721336827 +SHA256 (nmh-devel-2024.07.06-d8cc9ce.tar.gz) = 573edbc5ebe84f9375f6e8454cf4d48aad6bbed26298083a13382b12b514843e +SIZE (nmh-devel-2024.07.06-d8cc9ce.tar.gz) = 8005123 diff --git a/mail/nmh-devel/files/patch-test_post_test-post-basic b/mail/nmh-devel/files/patch-test_post_test-post-basic index 5ed616ed67ce..d8814b638c51 100644 --- a/mail/nmh-devel/files/patch-test_post_test-post-basic +++ b/mail/nmh-devel/files/patch-test_post_test-post-basic @@ -1,6 +1,6 @@ ---- test/post/test-post-basic.orig 2023-12-04 03:00:44 UTC -+++ test/post/test-post-basic -@@ -143,13 +143,12 @@ check "${testname}.err" "${testname}.err.expected" +--- test/post/test-post-basic.orig 2024-07-06 07:47:54.000000000 -0700 ++++ test/post/test-post-basic 2024-07-18 14:09:44.765195000 -0700 +@@ -143,13 +143,12 @@ set +e check "${testname}.err" "${testname}.err.expected" @@ -16,23 +16,13 @@ cat > "${testname}.expected" <<EOF EHLO nosuchhost.example.com MAIL FROM:<nobody@example.com> BODY=8BITMIME -@@ -168,8 +167,9 @@ EOF +@@ -203,46 +202,7 @@ . QUIT EOF --SMTPUTF8=1 test_post "${testname}.actual" "${testname}.expected" -+test_post "${testname}.actual" "${testname}.expected" +-(SMTPUTF8=1; export SMTPUTF8 +-test_post "${testname}.actual" "${testname}.expected") -+ - # - # 8-bit with 8BITMIME support, inferred from content - # -@@ -202,43 +202,7 @@ EOF - . - QUIT - EOF --SMTPUTF8=1 test_post "${testname}.actual" "${testname}.expected" -- -# -# binary content containing a NUL -# @@ -46,7 +36,7 @@ -MIME-Version: 1.0 -Content-Type: application/octet-stream -Content-Transfer-Encoding: binary -- + -This is a test, with a NUL character: " " -" - @@ -67,8 +57,9 @@ -. -QUIT -" --SMTPUTF8=1 test_post "${testname}.actual" "${testname}.expected" -+test_post "${testname}.actual" "${testname}.expected" - - +-(SMTPUTF8=1; export SMTPUTF8 +-test_post "${testname}.actual" "${testname}.expected") +- +- finish_test + exit ${failed:-0}