summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-05-31 23:11:14 +0200
committerRene Ladan <rene@FreeBSD.org>2023-05-31 23:11:14 +0200
commit36cd9bb3bd01cb3e3676e85b23ffe4a0dcc1ec28 (patch)
treedbcc64de404f5985e7def49dcd5871459649788c
parentf3bfcbe7356d93594d3bae441fb2b055909b49ee (diff)
downloadfreebsd-ports-36cd9bb3bd01cb3e3676e85b23ffe4a0dcc1ec28.zip
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
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/esmtp/Makefile53
-rw-r--r--mail/esmtp/distinfo2
-rw-r--r--mail/esmtp/files/patch-configure18
-rw-r--r--mail/esmtp/files/pkg-message.in8
-rw-r--r--mail/esmtp/pkg-descr14
7 files changed, 1 insertions, 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.