Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2026 07:58:16 +0000
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7d48063407c - main - mail/maildrop: Update to 3.3.0
Message-ID:  <69674c98.b98a.62f1c5a2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

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

commit f7d48063407c5959e6efc88475e29829eb306ca8
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2026-01-14 07:55:11 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2026-01-14 07:55:11 +0000

    mail/maildrop: Update to 3.3.0
    
    - Remove patches that are now included upstream
    - Align comment
---
 mail/maildrop/Makefile                             |  4 +--
 mail/maildrop/distinfo                             |  6 ++---
 mail/maildrop/files/patch-libs_rfc2045_rfc2045.h   | 11 --------
 .../files/patch-libs_rfc2045_testsuitecpp.C        | 11 --------
 .../files/patch-libs_rfc2045_testsuitecpp2.C       | 29 ----------------------
 5 files changed, 5 insertions(+), 56 deletions(-)

diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 06269338df30..368af129f7c6 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -9,11 +9,11 @@
 #				and non existing users will cause the
 #				installed package to miss files.
 # MAILDROP_TRUSTED_USERS=<user> Specify users allowed to use the -d option
-# MAILDROP_LOG_COLUMNS	lenght of 'File:' line in log - 8; default: 72
+# MAILDROP_LOG_COLUMNS		lenght of 'File:' line in log - 8; default: 72
 # MAILDROP_MBOX_DIR=<dir>	Specify DEFAULT mailbox location
 
 PORTNAME=	maildrop
-PORTVERSION=	3.2.1
+PORTVERSION=	3.3.0
 CATEGORIES=	mail
 MASTER_SITES=	SF/courier/${PORTNAME}/${PORTVERSION}
 
diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo
index c3695d4cbb05..500b14e85354 100644
--- a/mail/maildrop/distinfo
+++ b/mail/maildrop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761325678
-SHA256 (maildrop-3.2.1.tar.bz2) = 3c5890f4d43322d4e63f3e80c3a609cde605f72966d6234fc886418d949d24b9
-SIZE (maildrop-3.2.1.tar.bz2) = 2392200
+TIMESTAMP = 1768306127
+SHA256 (maildrop-3.3.0.tar.bz2) = 60f745ada140930abc32028be92705d35c4439a302e2fe2d74e9a185db65c45b
+SIZE (maildrop-3.3.0.tar.bz2) = 2444154
diff --git a/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h b/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h
deleted file mode 100644
index 36c6fd96cfb4..000000000000
--- a/mail/maildrop/files/patch-libs_rfc2045_rfc2045.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/rfc2045/rfc2045.h.orig	2025-10-06 09:00:04 UTC
-+++ libs/rfc2045/rfc2045.h
-@@ -3224,7 +3224,7 @@ void rfc822::mime_decoder<out_iter, src_type>::decode(
- 
- 	if (decode_header)
- 	{
--		typename rfc2045::entity::line_iter<crlf>::headers<
-+		typename rfc2045::entity::line_iter<crlf>::template headers<
- 			src_type> parser{e, src	};
- 
- 		parser.name_lc=header_name_lc;
diff --git a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C
deleted file mode 100644
index fedab998a0fa..000000000000
--- a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/rfc2045/testsuitecpp.C.orig	2025-10-17 22:49:54 UTC
-+++ libs/rfc2045/testsuitecpp.C
-@@ -19,7 +19,7 @@ void testrfc2045line_iter_testset(int &testnum, test_t
- 		auto b=s.begin();
- 		auto e=s.end();
- 
--		typename rfc2045::entity::line_iter<crlf>::iter<
-+		typename rfc2045::entity::line_iter<crlf>::template iter<
- 			std::string_view::iterator,
- 			std::string_view::iterator
- 			>
diff --git a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C b/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C
deleted file mode 100644
index ef489dd14fe0..000000000000
--- a/mail/maildrop/files/patch-libs_rfc2045_testsuitecpp2.C
+++ /dev/null
@@ -1,29 +0,0 @@
---- libs/rfc2045/testsuitecpp2.C.orig	2025-09-10 03:08:09 UTC
-+++ libs/rfc2045/testsuitecpp2.C
-@@ -217,7 +217,7 @@ void test3()
- 	auto b=std::istreambuf_iterator<char>{ss};
- 	auto e=std::istreambuf_iterator<char>{};
- 
--	typename rfc2045::entity::line_iter<crlf>::iter<
-+	typename rfc2045::entity::line_iter<crlf>::template iter<
- 		std::istreambuf_iterator<char>,
- 		std::istreambuf_iterator<char>
- 		> iter{b, e};
-@@ -310,7 +310,7 @@ void test4()
- 	auto b=std::istreambuf_iterator<char>{ss};
- 	auto e=std::istreambuf_iterator<char>{};
- 
--	typename rfc2045::entity::line_iter<crlf>::iter<
-+	typename rfc2045::entity::line_iter<crlf>::template iter<
- 		std::istreambuf_iterator<char>,
- 		std::istreambuf_iterator<char>
- 		> iter{b, e};
-@@ -488,7 +488,7 @@ void test5()
- 	auto b=std::istreambuf_iterator<char>{ss};
- 	auto e=std::istreambuf_iterator<char>{};
- 
--	typename rfc2045::entity::line_iter<crlf>::iter<
-+	typename rfc2045::entity::line_iter<crlf>::template iter<
- 		std::istreambuf_iterator<char>,
- 		std::istreambuf_iterator<char>
- 		> iter{b, e};


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69674c98.b98a.62f1c5a2>