diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 06:19:54 +0800 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 06:19:54 +0800 |
commit | b0f68ac893f6e13203dc1e54fd23c1c486d62af3 (patch) | |
tree | ec67374904a37ba5cf029e2fa4fa5e4c70113856 /mail | |
parent | ff49617153d0e991c949764ba54fb38701bb1c90 (diff) | |
download | freebsd-ports-gnome-b0f68ac893f6e13203dc1e54fd23c1c486d62af3.tar.gz freebsd-ports-gnome-b0f68ac893f6e13203dc1e54fd23c1c486d62af3.tar.zst freebsd-ports-gnome-b0f68ac893f6e13203dc1e54fd23c1c486d62af3.zip |
2012-01-07 mail/msmtpqueue: These scripts now come with mail/msmtp
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/msmtpqueue/Makefile | 35 | ||||
-rw-r--r-- | mail/msmtpqueue/distinfo | 2 | ||||
-rw-r--r-- | mail/msmtpqueue/pkg-descr | 5 |
4 files changed, 0 insertions, 43 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4ea8a0a739cc..5530f8618f51 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -297,7 +297,6 @@ SUBDIR += mreport SUBDIR += msgconvert SUBDIR += msmtp - SUBDIR += msmtpqueue SUBDIR += mulberry SUBDIR += mutt SUBDIR += mutt-devel diff --git a/mail/msmtpqueue/Makefile b/mail/msmtpqueue/Makefile deleted file mode 100644 index 887271e9493e..000000000000 --- a/mail/msmtpqueue/Makefile +++ /dev/null @@ -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> diff --git a/mail/msmtpqueue/distinfo b/mail/msmtpqueue/distinfo deleted file mode 100644 index b972c7bf8b26..000000000000 --- a/mail/msmtpqueue/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (msmtpqueue-0.5.tar.gz) = 29f176d24ba85fb348e88c8a90d173aa23f4396ee262db77a77a82d7a7dca726 -SIZE (msmtpqueue-0.5.tar.gz) = 2550 diff --git a/mail/msmtpqueue/pkg-descr b/mail/msmtpqueue/pkg-descr deleted file mode 100644 index a03c2da25003..000000000000 --- a/mail/msmtpqueue/pkg-descr +++ /dev/null @@ -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/ |