aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp-scripts
diff options
context:
space:
mode:
authorDaniel F. Dickinson <cshored@thecshore.com>2018-07-08 17:36:30 -0400
committerDaniel F. Dickinson <cshored@thecshore.com>2018-07-08 17:38:41 -0400
commit79a876dfa25ece2a2d5ad877f6d12fe3dc5f8946 (patch)
tree575d5555ae84b1a9cc2d2875360750bde2c937df /mail/msmtp-scripts
parentfe6e002eb878c33076a15792ef350689713545cb (diff)
mail/msmtp-scripts: Deprecated upstream; remove myself as maintainer
Remove myself as maintainer. Also add deprecation warning as this is deprecated upstream (see: https://github.com/cshore-history/msmtp-scripts#deprecation-notice) barring expression of interested by others in it being revived. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Diffstat (limited to 'mail/msmtp-scripts')
-rw-r--r--mail/msmtp-scripts/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/msmtp-scripts/Makefile b/mail/msmtp-scripts/Makefile
index a1ae713a2..3e38d4896 100644
--- a/mail/msmtp-scripts/Makefile
+++ b/mail/msmtp-scripts/Makefile
@@ -19,18 +19,21 @@ PKG_HASH:=2aec48d47b02facf2a33cf97a7434e969c1a054224406e6c55320d825c7902b2
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING
-PKG_MAINTAINER:=Daniel Dickinson <cshoreded@thecshore.com>
include $(INCLUDE_DIR)/package.mk
define Package/msmtp-scripts/Default
SECTION:=mail
CATEGORY:=Mail
- TITLE:=Simple sendmail SMTP queueing and forwarding
+ TITLE:=DEPRECATED: Simple sendmail SMTP queueing and forwarding
URL:=http://msmtp-scripts.sourceforge.net/
endef
define Package/msmtp-scripts/Default/description
+ DEPRECATED: SourceForge project is abandonded; and upstream (on GitHub)
+ has deprecated this project. See:
+ https://github.com/cshore-history/msmtp-scripts#deprecation-notice
+
msmtp-scripts are scripts wrappers around the msmtp SMTP client that
add queueing, logging to syslog or file, a subset of sendmail/postfix
mailq/postsuper/postqueue commands implemented in a compatible fashion.