diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:38:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:38:40 +0000 |
commit | 94aa3db170d3b554a6165f0800f2f72a1e88770e (patch) | |
tree | 56932114fa9523a53fd538e32d7f22b814efeb4d /mail | |
parent | ab1f9189ad56ea8d66046523378eb4f492042e56 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus2courier/Makefile | 2 | ||||
-rw-r--r-- | mail/delatt/Makefile | 2 | ||||
-rw-r--r-- | mail/milter-callback/Makefile | 2 | ||||
-rw-r--r-- | mail/nbsmtp/Makefile | 2 | ||||
-rw-r--r-- | mail/spfval/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/mail/cyrus2courier/Makefile b/mail/cyrus2courier/Makefile index 4cc0bf55c009..31a535699a29 100644 --- a/mail/cyrus2courier/Makefile +++ b/mail/cyrus2courier/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.madness.at/~mad/projects/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cyrus-IMAP to Maildir++ conversion utility diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 00a88a729410..4fb44680f359 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -5,7 +5,7 @@ PORTNAME= delatt DISTVERSION= 1.1.3 CATEGORIES= mail MASTER_SITES= http://danborn.net/delatt/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Strip attachments from email diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index ad681d313249..f6dcd82d1ea0 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -5,7 +5,7 @@ PORTNAME= milter-callback PORTVERSION= 1.6.0 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Milter to perform a envelope-from sender verification on target MX diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index ef6b5b78e6db..be64cfd4365c 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -5,7 +5,7 @@ PORTNAME= nbsmtp PORTVERSION= 1.00 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple program for outgoing SMTP delivery diff --git a/mail/spfval/Makefile b/mail/spfval/Makefile index d2df079c4a01..ac21f0fb6724 100644 --- a/mail/spfval/Makefile +++ b/mail/spfval/Makefile @@ -4,7 +4,7 @@ PORTNAME= spfval PORTVERSION= 0.0.1 CATEGORIES= mail -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= SPF validator diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index e197225f831d..d69640567ef8 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.4.2 PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client |