1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

2012-01-07 mail/msmtpqueue: These scripts now come with mail/msmtp

This commit is contained in:
Eitan Adler 2012-01-08 22:19:54 +00:00
parent ff49617153
commit b0f68ac893
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288785
5 changed files with 1 additions and 43 deletions

1
MOVED
View File

@ -3198,3 +3198,4 @@ devel/gnome-crash||2012-01-08|Has expired: No more supported upstream, not depen
x11-toolkits/gob||2012-01-08|Has expired: No more supported upstream, not depend on anymore.
www/rubygem-htauth||2012-01-08|Has expired: broke for ~12 months
www/instiki||2012-01-08|Has expired: has been marked ignore since 2010/09/16
mail/msmtpqueue||2012-01-08|Has expired: These scripts now come with mail/msmtp

View File

@ -297,7 +297,6 @@
SUBDIR += mreport
SUBDIR += msgconvert
SUBDIR += msmtp
SUBDIR += msmtpqueue
SUBDIR += mulberry
SUBDIR += mutt
SUBDIR += mutt-devel

View File

@ -1,35 +0,0 @@
# New ports collection makefile for: msmtpqueue
# Date created: 2004-06-17
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= msmtpqueue
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF/msmtp/${PORTNAME}/${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
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
PORTDOCS= README
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/msmtp-enqueue.sh ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/msmtp-runqueue.sh ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (msmtpqueue-0.5.tar.gz) = 29f176d24ba85fb348e88c8a90d173aa23f4396ee262db77a77a82d7a7dca726
SIZE (msmtpqueue-0.5.tar.gz) = 2550

View File

@ -1,5 +0,0 @@
These scripts may be useful for dialup connections: You can "send" all your
mails offline (they will be queued by msmtp-enqueue.sh) and really send them
all later when you are online (by running msmtp-runqueue.sh).
WWW: http://msmtp.sf.net/