From b0f68ac893f6e13203dc1e54fd23c1c486d62af3 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 8 Jan 2012 22:19:54 +0000 Subject: [PATCH] 2012-01-07 mail/msmtpqueue: These scripts now come with mail/msmtp --- MOVED | 1 + mail/Makefile | 1 - mail/msmtpqueue/Makefile | 35 ----------------------------------- mail/msmtpqueue/distinfo | 2 -- mail/msmtpqueue/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 mail/msmtpqueue/Makefile delete mode 100644 mail/msmtpqueue/distinfo delete mode 100644 mail/msmtpqueue/pkg-descr diff --git a/MOVED b/MOVED index 83fceac8236b..739c759ffcdb 100644 --- a/MOVED +++ b/MOVED @@ -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 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 -# -# $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 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/