summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-04 18:00:49 +0000
committerwiz <wiz@pkgsrc.org>2017-09-04 18:00:49 +0000
commit4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc (patch)
tree497694cf293ada6bbb344103e4bfae0a92927e87 /mail
parente2b7113e6583e64a081ebf04a152ab4ec79ff6e4 (diff)
downloadpkgsrc-4d3abbd276abaaeb014b2ec4ba8e277368e9d2dc.tar.gz
Comment out dead sites.
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-conf/Makefile4
-rw-r--r--mail/ruby-tmail/Makefile4
-rw-r--r--mail/safecat/Makefile4
-rw-r--r--mail/sid-milter/Makefile4
-rw-r--r--mail/smtp-vilter/Makefile4
-rw-r--r--mail/solid-pop3d/Makefile6
-rw-r--r--mail/spamd/Makefile4
-rw-r--r--mail/teapop/Makefile4
8 files changed, 17 insertions, 17 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile
index 1cda34aa56d..0d616153be9 100644
--- a/mail/qmail-conf/Makefile
+++ b/mail/qmail-conf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/04/27 20:38:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.30 2017/09/04 18:00:57 wiz Exp $
#
DISTNAME= qmail-conf-0.60
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} djbdns-1.05${EXTRACT_SUFX}
MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= http://www.din.or.jp/~ushijima/qmail-conf.html
+#HOMEPAGE= http://www.din.or.jp/~ushijima/qmail-conf.html
COMMENT= Collection of tools for setting up qmail services
DEPENDS+= checkpassword-[0-9]*:../../sysutils/checkpassword
diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile
index 89b7989c82d..e2154b098ae 100644
--- a/mail/ruby-tmail/Makefile
+++ b/mail/ruby-tmail/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2011/11/08 15:37:34 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/09/04 18:00:57 wiz Exp $
DISTNAME= tmail-1.2.7.1
PKGREVISION= 2
CATEGORIES= mail
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= http://tmail.rubyforge.org/
+#HOMEPAGE= http://tmail.rubyforge.org/
COMMENT= Mail manipulating library for Ruby including MIME multipart support
LICENSE= mit
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile
index b25f5656c98..0643871f946 100644
--- a/mail/safecat/Makefile
+++ b/mail/safecat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/07/27 02:11:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.21 2017/09/04 18:00:57 wiz Exp $
#
DISTNAME= safecat-1.13
@@ -7,7 +7,7 @@ CATEGORIES= mail
MASTER_SITES= http://jeenyus.net/~budney/linux/software/safecat/
MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= http://www.jeenyus.net/linux/software/safecat.html
+#HOMEPAGE= http://www.jeenyus.net/linux/software/safecat.html
COMMENT= Write data safely to a maildir
MAKE_JOBS_SAFE= no
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 5475988dc88..b45b1f1b550 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/04/21 13:58:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/04 18:00:57 wiz Exp $
#
DISTNAME= sid-milter-1.0.0
@@ -7,7 +7,7 @@ CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sid-milter/}
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://sid-milter.sourceforge.net/
+#HOMEPAGE= http://sid-milter.sourceforge.net/
COMMENT= Open source SPF/SenderID filter software from Sendmail, Inc
LICENSE= sendmail-open-source-license
diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile
index 94219584a1e..12340986a73 100644
--- a/mail/smtp-vilter/Makefile
+++ b/mail/smtp-vilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/05/07 10:02:28 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:00:57 wiz Exp $
DISTNAME= smtp-vilter-1.3.8
CATEGORIES= mail
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tgz
PKGREVISION= 4
MAINTAINER= marc@msys.ch
-HOMEPAGE= http://www.etc.msys.ch/software/smtp-vilter/
+#HOMEPAGE= http://www.etc.msys.ch/software/smtp-vilter/
COMMENT= milter to scan messages for viruses and spam
USE_BSD_MAKEFILE= yes
diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile
index 94aa915ab35..c0217d618c4 100644
--- a/mail/solid-pop3d/Makefile
+++ b/mail/solid-pop3d/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2012/10/08 12:19:31 asau Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/04 18:00:57 wiz Exp $
DISTNAME= solid-pop3d-0.15
CATEGORIES= mail
-MASTER_SITES= http://solidpop3d.pld.org.pl/
+#MASTER_SITES= http://solidpop3d.pld.org.pl/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://solidpop3d.pld.org.pl/
+#HOMEPAGE= http://solidpop3d.pld.org.pl/
COMMENT= Flexible POP3 server
EGDIR= ${PREFIX}/share/examples/spop3d
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile
index 7a878c7d06b..975b3854d4b 100644
--- a/mail/spamd/Makefile
+++ b/mail/spamd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/01/01 11:05:01 dholland Exp $
+# $NetBSD: Makefile,v 1.18 2017/09/04 18:00:57 wiz Exp $
DISTNAME= spamd-20060330
PKGREVISION= 2
@@ -6,7 +6,7 @@ CATEGORIES= mail
MASTER_SITES= http://nedbsd.nl/~ppostma/pf/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.benzedrine.cx/relaydb.html
+#HOMEPAGE= http://www.benzedrine.cx/relaydb.html
COMMENT= OpenBSD spam deferral daemon
NO_CONFIGURE= yes
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index 4c75b94b3d0..5c1e4a8eafe 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/10/09 21:42:00 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2017/09/04 18:00:57 wiz Exp $
DISTNAME= teapop-0.3.8
PKGREVISION= 16
@@ -6,7 +6,7 @@ CATEGORIES= mail
MASTER_SITES= # ftp://ftp.toontown.org/pub/teapop/
MAINTAINER= dawszy@arhea.net
-HOMEPAGE= http://www.toontown.org/teapop/
+#HOMEPAGE= http://www.toontown.org/teapop/
COMMENT= Yet another RFC1939 compliant POP3 server
USE_TOOLS+= perl:run