Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 21:11:37 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 36cd9bb3bd01 - main - mail/esmtp: Remove expired port:
Message-ID:  <202305312111.34VLBbJH000601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

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

commit 36cd9bb3bd01cb3e3676e85b23ffe4a0dcc1ec28
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-31 21:11:14 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-31 21:11:14 +0000

    mail/esmtp: Remove expired port:
    
    2023-05-31 mail/esmtp: Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives
---
 MOVED                            |  1 +
 mail/Makefile                    |  1 -
 mail/esmtp/Makefile              | 53 ----------------------------------------
 mail/esmtp/distinfo              |  2 --
 mail/esmtp/files/patch-configure | 18 --------------
 mail/esmtp/files/pkg-message.in  |  8 ------
 mail/esmtp/pkg-descr             | 14 -----------
 7 files changed, 1 insertion(+), 96 deletions(-)

diff --git a/MOVED b/MOVED
index 445b1292c8e2..34bfa3526638 100644
--- a/MOVED
+++ b/MOVED
@@ -7595,3 +7595,4 @@ net-mgmt/zabbix62-frontend|net-mgmt/zabbix64-frontend|2023-05-31|Has expired: Wi
 net-mgmt/zabbix62-java|net-mgmt/zabbix64-java|2023-05-31|Has expired: Will reach end of life on 2023-05-31
 net-mgmt/zabbix62-proxy|net-mgmt/zabbix64-proxy|2023-05-31|Has expired: Will reach end of life on 2023-05-31
 net-mgmt/zabbix62-server|net-mgmt/zabbix64-server|2023-05-31|Has expired: Will reach end of life on 2023-05-31
+mail/esmtp||2023-05-31|Has expired: Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives
diff --git a/mail/Makefile b/mail/Makefile
index 6e96235df337..bc9ad2104b25 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -113,7 +113,6 @@
     SUBDIR += enma
     SUBDIR += eps
     SUBDIR += epstools
-    SUBDIR += esmtp
     SUBDIR += evolution
     SUBDIR += evolution-ews
     SUBDIR += exilog
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile
deleted file mode 100644
index b331478d05d6..000000000000
--- a/mail/esmtp/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-PORTNAME=	esmtp
-PORTVERSION=	1.2
-PORTREVISION=	2
-CATEGORIES=	mail
-MASTER_SITES=	SF
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Relay-only Mail Transfer Agent with sendmail compatible syntax
-WWW=		http://esmtp.sourceforge.net
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Upstream announced that this project is no longer being maintained. See https://esmtp.sourceforge.net/links.html for alternatives
-EXPIRATION_DATE=2023-05-31
-
-LIB_DEPENDS=	libesmtp.so:mail/libesmtp
-
-USES=		bison pkgconfig ssl tar:bzip2
-
-GNU_CONFIGURE=	yes
-
-PORTDOCS=	README
-PLIST_FILES=	bin/esmtp etc/esmtprc.sample man/man1/esmtp.1.gz \
-		man/man5/esmtprc.5.gz
-
-SUB_FILES=	pkg-message
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
-
-OPTIONS_DEFINE=	DOCS
-
-post-patch:
-.for file in ${PORTNAME}.1
-	@${REINPLACE_CMD} -e \
-		's|^/etc|${PREFIX}/etc|g' ${WRKSRC}/${file}
-.endfor
-.for file in esmtprc.5 sample.esmtprc
-	@${REINPLACE_CMD} -e \
-		's|/usr/bin/|${LOCALBASE}/bin/|g ; \
-		 s|/usr/lib/|/usr/libexec/|g' ${WRKSRC}/${file}
-.endfor
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/esmtprc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5
-	${INSTALL_DATA} ${WRKSRC}/sample.esmtprc \
-		${STAGEDIR}${PREFIX}/etc/esmtprc.sample
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/mail/esmtp/distinfo b/mail/esmtp/distinfo
deleted file mode 100644
index 9b1c6f665418..000000000000
--- a/mail/esmtp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (esmtp-1.2.tar.bz2) = a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce
-SIZE (esmtp-1.2.tar.bz2) = 127921
diff --git a/mail/esmtp/files/patch-configure b/mail/esmtp/files/patch-configure
deleted file mode 100644
index 74c3a7a80c48..000000000000
--- a/mail/esmtp/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.orig	2009-12-24 08:19:09 UTC
-+++ configure
-@@ -4343,12 +4343,12 @@ fi
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libESMTP" >&5
- $as_echo_n "checking for libESMTP... " >&6; }
--if libesmtp-config --version > /dev/null 2>&1
-+if pkgconf libesmtp-1.0 > /dev/null 2>&1
- then
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
- $as_echo "yes" >&6; }
--	CFLAGS="$CFLAGS `libesmtp-config --cflags`"
--	LIBS="$LIBS `libesmtp-config --libs`"
-+	CFLAGS="$CFLAGS `pkgconf libesmtp-1.0 --cflags`"
-+	LIBS="$LIBS `pkgconf libesmtp-1.0 --libs`"
- else
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
diff --git a/mail/esmtp/files/pkg-message.in b/mail/esmtp/files/pkg-message.in
deleted file mode 100644
index d2d69113a17d..000000000000
--- a/mail/esmtp/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Sample of configuration file placed at
-%%PREFIX%%/etc/esmtprc.sample
-EOM
-}
-]
diff --git a/mail/esmtp/pkg-descr b/mail/esmtp/pkg-descr
deleted file mode 100644
index df9f6ff84a5b..000000000000
--- a/mail/esmtp/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-esmtp is a user configurable relay-only Mail Transfer Agent
-(MTA) with a sendmail compatible syntax. It's based on libESMTP
-supporting the AUTH (including the CRAM-MD5 and NTLM SASL
-mechanisms) and the StartTLS SMTP extensions.
-
-These are the esmtp features:
-
-    * fully sendmail command line compatible,
-    * supports the AUTH SMTP extension, with the CRAM-MD5 and
-    * NTLM SASL mechanisms,
-    * support the StartTLS SMTP extension,
-    * requires no administration privileges,
-    * individual user configuration,
-    * does not receive mail, expand aliases or manage a queue.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305312111.34VLBbJH000601>