diff options
author | obraun <obraun@FreeBSD.org> | 2002-11-06 05:12:58 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-11-06 05:12:58 +0800 |
commit | 8e94cdb1a648bf13b7113832e2d206665936737e (patch) | |
tree | 63f9470edbfbedefd6e5a1aa234dc47b59d3a546 /mail | |
parent | 3166292fc28e6c5847c4eb7aa8dd1894b192f793 (diff) | |
download | freebsd-ports-gnome-8e94cdb1a648bf13b7113832e2d206665936737e.tar.gz freebsd-ports-gnome-8e94cdb1a648bf13b7113832e2d206665936737e.tar.zst freebsd-ports-gnome-8e94cdb1a648bf13b7113832e2d206665936737e.zip |
Use PORTCOMMENT variable instead of pkg-comment file.
PR: ports/44937,ports/44938,ports/44939,ports/44940,ports/44941,
ports/44942,ports/44943,ports/44944,ports/44945
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 1 | ||||
-rw-r--r-- | mail/anubis/pkg-comment | 1 | ||||
-rw-r--r-- | mail/pymsgauth/Makefile | 1 | ||||
-rw-r--r-- | mail/pymsgauth/pkg-comment | 1 | ||||
-rw-r--r-- | mail/qconfirm/Makefile | 1 | ||||
-rw-r--r-- | mail/qconfirm/pkg-comment | 1 | ||||
-rw-r--r-- | mail/qmail-notify/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-notify/pkg-comment | 1 | ||||
-rw-r--r-- | mail/queue-repair/Makefile | 1 | ||||
-rw-r--r-- | mail/queue-repair/pkg-comment | 1 |
10 files changed, 5 insertions, 5 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 00dfe3fe86b7..31487718541c 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -19,6 +19,7 @@ PORTNAME= anubis PORTVERSION= 3.5.0 +PORTCOMMENT= Outgoing SMTP mail processor CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/mail/anubis/pkg-comment b/mail/anubis/pkg-comment deleted file mode 100644 index 6480bcfc6434..000000000000 --- a/mail/anubis/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An outgoing mail processor diff --git a/mail/pymsgauth/Makefile b/mail/pymsgauth/Makefile index 0b735a8fe975..bfb498ce87a3 100644 --- a/mail/pymsgauth/Makefile +++ b/mail/pymsgauth/Makefile @@ -7,6 +7,7 @@ PORTNAME= pymsgauth PORTVERSION= 2.0.0 +PORTCOMMENT= Automatically process qsecretary confirmation requests CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/pymsgauth/ diff --git a/mail/pymsgauth/pkg-comment b/mail/pymsgauth/pkg-comment deleted file mode 100644 index af2721b84b2a..000000000000 --- a/mail/pymsgauth/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A toolkit for dealing with qsecretary confirmation notices diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index 62fbeb2b60a2..c90af54d9143 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -7,6 +7,7 @@ PORTNAME= qconfirm PORTVERSION= 0.6.0 +PORTCOMMENT= Request delivery confirmation for mail message under qmail CATEGORIES= mail MASTER_SITES= http://smarden.org/qconfirm/ diff --git a/mail/qconfirm/pkg-comment b/mail/qconfirm/pkg-comment deleted file mode 100644 index 14b4a7e0d256..000000000000 --- a/mail/qconfirm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Request delivery confirmation for mail message under qmail diff --git a/mail/qmail-notify/Makefile b/mail/qmail-notify/Makefile index 53a127b3da8c..2d510deb4db3 100644 --- a/mail/qmail-notify/Makefile +++ b/mail/qmail-notify/Makefile @@ -7,6 +7,7 @@ PORTNAME= qmail-notify PORTVERSION= 0.93 +PORTCOMMENT= Delayed delivery notification for qmail CATEGORIES= mail MASTER_SITES= http://untroubled.org/qmail-notify/ diff --git a/mail/qmail-notify/pkg-comment b/mail/qmail-notify/pkg-comment deleted file mode 100644 index 26a312cdd21f..000000000000 --- a/mail/qmail-notify/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Delayed delivery notification for qmail diff --git a/mail/queue-repair/Makefile b/mail/queue-repair/Makefile index c1d848757224..efe91d3d3910 100644 --- a/mail/queue-repair/Makefile +++ b/mail/queue-repair/Makefile @@ -8,6 +8,7 @@ PORTNAME= queue-repair PORTVERSION= 0.8.6 PORTREVISION= 1 +PORTCOMMENT= A qmail queue diagnostic and repair tool CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/queue_repair/ diff --git a/mail/queue-repair/pkg-comment b/mail/queue-repair/pkg-comment deleted file mode 100644 index 30fe719ce7a5..000000000000 --- a/mail/queue-repair/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A qmail queue diagnostic and repair tool |