Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2026 14:02:19 +0000
From:      Kousuke Kannagi <mce@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f2fa1e78a982 - main - mail/s-nail: Take maintainership
Message-ID:  <69e23d6b.4769d.1908a728@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mce:

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

commit f2fa1e78a982985a3aeff6d8b8a14d07efa7c3e5
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-04-17 10:04:02 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-04-17 14:01:08 +0000

    mail/s-nail: Take maintainership
    
    PR:             294589
    Approved by:    osa (mentor)
---
 mail/s-nail/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mail/s-nail/Makefile b/mail/s-nail/Makefile
index 10d096df1187..e5e6aeadc80d 100644
--- a/mail/s-nail/Makefile
+++ b/mail/s-nail/Makefile
@@ -3,7 +3,7 @@ DISTVERSION=	14.9.25
 CATEGORIES=	mail
 MASTER_SITES=	https://www.sdaoden.eu/downloads/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mce@FreeBSD.org
 COMMENT=	Send and receive Internet mail
 WWW=		https://www.sdaoden.eu/code.html\#s-mailx
 
@@ -18,14 +18,13 @@ LICENSE_PERMS_RSA=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 LIB_DEPENDS=	libidn2.so:dns/libidn2
 RUN_DEPENDS=	mime-support>0:misc/mime-support
 
-USES=		compiler:c11 iconv localbase ssl tar:xz
+USES=		compiler:c11 iconv localbase ncurses ssl tar:xz
 
 MAKEFILE=	makefile
 MAKE_ENV=	EXTRA_CFLAGS="-DLIBICONV_PLUG" \
 		INCS=-I${LOCALBASE}/include \
 		VAL_IDNA=idn2 \
-		VAL_MANDIR=${PREFIX}/share/man \
-		VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types \
+		VAL_MIME_TYPES_SYS=${LOCALBASE}/etc/mime.types \
 		VAL_PREFIX=${PREFIX}
 TEST_TARGET=	test
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e23d6b.4769d.1908a728>