aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-08 22:19:54 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-08 22:19:54 +0000
commitb0f68ac893f6e13203dc1e54fd23c1c486d62af3 (patch)
treeec67374904a37ba5cf029e2fa4fa5e4c70113856
parentff49617153d0e991c949764ba54fb38701bb1c90 (diff)
downloadports-b0f68ac893f6e13203dc1e54fd23c1c486d62af3.tar.gz
ports-b0f68ac893f6e13203dc1e54fd23c1c486d62af3.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/msmtpqueue/Makefile35
-rw-r--r--mail/msmtpqueue/distinfo2
-rw-r--r--mail/msmtpqueue/pkg-descr5
5 files changed, 1 insertions, 43 deletions
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 <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/