git: 0eecc888ab95 - main - mail/mlmmj: update to 2.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Apr 2026 12:00:14 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0eecc888ab95f7c6718276fa5f831e8d91c36fb3
commit 0eecc888ab95f7c6718276fa5f831e8d91c36fb3
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-04-23 11:59:52 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-04-23 12:00:12 +0000
mail/mlmmj: update to 2.0.1
build script fixes
---
mail/mlmmj/Makefile | 3 +--
mail/mlmmj/distinfo | 6 +++---
mail/mlmmj/files/patch-configure | 11 -----------
mail/mlmmj/pkg-plist | 1 -
4 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/mail/mlmmj/Makefile b/mail/mlmmj/Makefile
index 2c043d5854d0..61606d776c15 100644
--- a/mail/mlmmj/Makefile
+++ b/mail/mlmmj/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mlmmj
-PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
CATEGORIES= mail
MASTER_SITES= https://codeberg.org/mlmmj/mlmmj/releases/download/RELEASE_${PORTVERSION:C/\./_/g}/
diff --git a/mail/mlmmj/distinfo b/mail/mlmmj/distinfo
index 91b906bfe3c5..112bec7cd660 100644
--- a/mail/mlmmj/distinfo
+++ b/mail/mlmmj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1776935984
-SHA256 (mlmmj-2.0.0.tar.xz) = 1ec9c84bfabeddf3c1b31da410abd670d073a97a2ede7049a2b26bb80433994c
-SIZE (mlmmj-2.0.0.tar.xz) = 208092
+TIMESTAMP = 1776945566
+SHA256 (mlmmj-2.0.1.tar.xz) = ba3c37a69961f6e95a409e8819d39ecb26b75b6ae6f971a414ae7555772d9750
+SIZE (mlmmj-2.0.1.tar.xz) = 208272
diff --git a/mail/mlmmj/files/patch-configure b/mail/mlmmj/files/patch-configure
deleted file mode 100644
index 97f3233b3899..000000000000
--- a/mail/mlmmj/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2026-04-01 00:00:00 UTC
-+++ configure
-@@ -101,7 +101,7 @@
- }
-
- is_defined() {
-- awk -v k="$1" -F'\t' '$1 == k { exit 0 } END { exit 1 }' "$_defines" 2>/dev/null
-+ awk -v k="$1" -F'\t' 'BEGIN { ret = 1 } $1 == k { ret = 0; exit } END { exit ret }' "$_defines" 2>/dev/null
- }
-
- is_true() {
diff --git a/mail/mlmmj/pkg-plist b/mail/mlmmj/pkg-plist
index fd47b3eb4a98..967529ed8e8c 100644
--- a/mail/mlmmj/pkg-plist
+++ b/mail/mlmmj/pkg-plist
@@ -10,7 +10,6 @@ bin/mlmmj-receive-strip
bin/mlmmj-send
bin/mlmmj-sub
bin/mlmmj-unsub
-@comment lib/libmlmmj.a
share/man/man1/mlmmj-bounce.1.gz
share/man/man1/mlmmj-list.1.gz
share/man/man1/mlmmj-maintd.1.gz