diff options
author | novel <novel@FreeBSD.org> | 2011-12-07 04:44:54 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-12-07 04:44:54 +0800 |
commit | ba0c67b6c1f26487d974001261e0f0c7e844534a (patch) | |
tree | ff20d62807bd4d68d1652c973f34756a4264da46 /mail | |
parent | cc5c09664882933a0e069099b5342d11428d4b9e (diff) | |
download | freebsd-ports-gnome-ba0c67b6c1f26487d974001261e0f0c7e844534a.tar.gz freebsd-ports-gnome-ba0c67b6c1f26487d974001261e0f0c7e844534a.tar.zst freebsd-ports-gnome-ba0c67b6c1f26487d974001261e0f0c7e844534a.zip |
Deprecate as queueing scripts for offline message sending are now
included into mail/msmtp.
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtpqueue/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/msmtpqueue/Makefile b/mail/msmtpqueue/Makefile index 30c32f065dfa..887271e9493e 100644 --- a/mail/msmtpqueue/Makefile +++ b/mail/msmtpqueue/Makefile @@ -16,6 +16,9 @@ COMMENT= Scripts to queue mails with msmtp RUN_DEPENDS= msmtp:${PORTSDIR}/mail/msmtp +DEPRECATED= These scripts now come with mail/msmtp +EXPIRATION_DATE= 2012-01-07 + NO_BUILD= yes PLIST_FILES= bin/msmtp-enqueue.sh bin/msmtp-runqueue.sh |