Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2025 16:13:07 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e99e74efa1da - main - mail/mailfromd: the port had been updated to version 9.1
Message-ID:  <694eb413.dd78.26378f9b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danfe:

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

commit e99e74efa1da5a298495659157ca225ae9c8b17a
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-12-26 16:11:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-12-26 16:11:56 +0000

    mail/mailfromd: the port had been updated to version 9.1
    
    Tentatively enable EMACS option by default: it pulls Emacs
    as a build dependency only which should not affect package
    users, while ports users could always disable it to avoid
    pulling this somewhat heavy dependency.  While here, drop
    no longer needed `post-patch' target as these bugs had been
    properly fixed upstream.
    
    Requested by:   maintainer
---
 mail/mailfromd/Makefile  | 10 ++--------
 mail/mailfromd/distinfo  |  6 +++---
 mail/mailfromd/pkg-plist |  1 +
 3 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/mail/mailfromd/Makefile b/mail/mailfromd/Makefile
index d3824621804a..8239f9cb4c68 100644
--- a/mail/mailfromd/Makefile
+++ b/mail/mailfromd/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mailfromd
-PORTVERSION=	9.0
+PORTVERSION=	9.1
 CATEGORIES=	mail
 MASTER_SITES=	http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
 		http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
@@ -37,7 +37,7 @@ INFO=		${PORTNAME}
 PORTDOCS=	AUTHORS ChangeLog NEWS README THANKS TODO
 
 OPTIONS_DEFINE=		DOCS EMACS NLS
-OPTIONS_DEFAULT=	GDBM
+OPTIONS_DEFAULT=	GDBM EMACS
 OPTIONS_MULTI=		DB
 OPTIONS_MULTI_DB=	BDB GDBM
 OPTIONS_SUB=		yes
@@ -64,12 +64,6 @@ GDBM_CONFIGURE_WITH=	gdbm
 CONFIGURE_ARGS+=	--enable-debug
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e '/^install-lispLISP:/s,lisp_LISP,&) $$(&:.el=.elc,' \
-		${WRKSRC}/elisp/Makefile.in
-	@${REINPLACE_CMD} -e '/^mfmodnew_LDADD =/s,),& $$(INTLLIBS),' \
-		${WRKSRC}/mfmod/Makefile.in
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DATABASEDIR} ${STAGEDIR}${MFD_RUN_DIR}
 
diff --git a/mail/mailfromd/distinfo b/mail/mailfromd/distinfo
index 4ca79df2f153..e3192ccbe3f1 100644
--- a/mail/mailfromd/distinfo
+++ b/mail/mailfromd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704457440
-SHA256 (mailfromd-9.0.tar.xz) = e5761a73579d918d7d60dbfc48558bb52932b6dda250042f75dbffef95bf6161
-SIZE (mailfromd-9.0.tar.xz) = 1401744
+TIMESTAMP = 1765466967
+SHA256 (mailfromd-9.1.tar.xz) = a732c84bf4beff790b143c9a1349cda503e6c8ff5355424cb4b3326b6fb279eb
+SIZE (mailfromd-9.1.tar.xz) = 1429356
diff --git a/mail/mailfromd/pkg-plist b/mail/mailfromd/pkg-plist
index c747490b1322..a9280636bbaa 100644
--- a/mail/mailfromd/pkg-plist
+++ b/mail/mailfromd/pkg-plist
@@ -16,6 +16,7 @@ share/aclocal/mfmod.m4
 %%NLS%%share/locale/id/LC_MESSAGES/mailfromd.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/mailfromd.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/mailfromd.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/mailfromd.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/mailfromd.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/mailfromd.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/mailfromd.mo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694eb413.dd78.26378f9b>