diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-23 01:17:15 +0800 |
commit | 98fb88a827354916edd2cfb7bac95cdbfad1d21d (patch) | |
tree | ad0d26888dae8718dbf4e00137d47121ac4c4798 /mail | |
parent | 049eecab1bce254a6ff913c9e21dd1d130b3dd97 (diff) | |
download | freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.gz freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.tar.zst freebsd-ports-gnome-98fb88a827354916edd2cfb7bac95cdbfad1d21d.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index d4684cf38b2a..1899b871da89 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dovecot2-antispam-plugin -# Date created: Sat Jan 15 15:46:01 CET 2011 -# Whom: Denis Shaposhnikov <dsh@bamus.cz> -# +# Created by: Denis Shaposhnikov <dsh@bamus.cz> # $FreeBSD$ -# PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20101222 @@ -12,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= http://www.bamus.cz/distfiles/ DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= dsh@bamus.cz +MAINTAINER= ports@FreeBSD.org COMMENT= The dovecot 2.x plugin for spam systems training BUILD_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \ |