diff options
author | rene <rene@FreeBSD.org> | 2017-08-01 01:42:33 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-08-01 01:42:33 +0800 |
commit | e7a0067dd1042f1ade581dd4d673f8cf11682eb1 (patch) | |
tree | 98d33c2975918ca66c56a9c45338c6abc3d9744e /mail | |
parent | 25c59002251721e2128f5e6526dfb33957ac8a71 (diff) | |
download | freebsd-ports-gnome-e7a0067dd1042f1ade581dd4d673f8cf11682eb1.tar.gz freebsd-ports-gnome-e7a0067dd1042f1ade581dd4d673f8cf11682eb1.tar.zst freebsd-ports-gnome-e7a0067dd1042f1ade581dd4d673f8cf11682eb1.zip |
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab; please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged into Ruby 2.0
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot-antispam/Makefile | 61 | ||||
-rw-r--r-- | mail/dovecot-antispam/distinfo | 2 | ||||
-rw-r--r-- | mail/dovecot-antispam/pkg-descr | 16 | ||||
-rw-r--r-- | mail/dovecot-antispam/pkg-message | 16 | ||||
-rw-r--r-- | mail/dovecot-antispam/pkg-plist | 2 | ||||
-rw-r--r-- | mail/dovecot-managesieve/Makefile | 29 | ||||
-rw-r--r-- | mail/dovecot-managesieve/distinfo | 2 | ||||
-rw-r--r-- | mail/dovecot-managesieve/pkg-descr | 7 | ||||
-rw-r--r-- | mail/dovecot-managesieve/pkg-message | 20 | ||||
-rw-r--r-- | mail/dovecot-managesieve/pkg-plist | 2 | ||||
-rw-r--r-- | mail/dovecot-sieve/Makefile | 56 | ||||
-rw-r--r-- | mail/dovecot-sieve/distinfo | 2 | ||||
-rw-r--r-- | mail/dovecot-sieve/files/pkg-message.in | 18 | ||||
-rw-r--r-- | mail/dovecot-sieve/pkg-descr | 7 | ||||
-rw-r--r-- | mail/dovecot-sieve/pkg-plist | 9 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 39 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/distinfo | 2 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/files/patch-docs-txt2man | 10 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/pkg-descr | 16 | ||||
-rw-r--r-- | mail/dovecot2-antispam-plugin/pkg-message | 10 |
21 files changed, 0 insertions, 330 deletions
diff --git a/mail/Makefile b/mail/Makefile index 61e0a053d104..119c04072168 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -97,11 +97,7 @@ SUBDIR += dma SUBDIR += dot-forward SUBDIR += dovecot - SUBDIR += dovecot-antispam - SUBDIR += dovecot-managesieve - SUBDIR += dovecot-sieve SUBDIR += dovecot2 - SUBDIR += dovecot2-antispam-plugin SUBDIR += dovecot2-pigeonhole SUBDIR += drac SUBDIR += dracmail diff --git a/mail/dovecot-antispam/Makefile b/mail/dovecot-antispam/Makefile deleted file mode 100644 index d24f509018b3..000000000000 --- a/mail/dovecot-antispam/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> -# $FreeBSD$ - -PORTNAME= dovecot-antispam -PORTVERSION= 1.3 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= mail -MASTER_SITES= http://johannes.sipsolutions.net/download/dovecot-antispam/ \ - http://ports.internal.vlink.ru/distfiles/ - -MAINTAINER= dsh@wizard.volgograd.ru -COMMENT= Dovecot plugin to train dspam about spam or false positives - -LICENSE= GPLv2 - -BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:configure -RUN_DEPENDS= dovecot>=1.1.2:mail/dovecot - -DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot2-antispam-plugin instead -EXPIRATION_DATE=2017-07-31 - -USES= gmake tar:bzip2 -USE_LDCONFIG= ${PREFIX}/lib/dovecot/imap - -MAN7= dovecot-antispam.7 - -OPTIONS_DEFINE= DSPAM MAILTRAIN DEBUG DEBUG_VERBOSE -OPTIONS_DEFAULT= DSPAM -DSPAM_DESC= Direct dspam training -MAILTRAIN_DESC= send mail to special addresses for training -DEBUG_DESC= Turn on debug information (syslog) -DEBUG_VERBOSE_DESC= Turn on verbose debug - -.include <bsd.port.options.mk> - -do-configure: - DOVECOT=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` && \ - ${ECHO} "DOVECOT=$$DOVECOT" > ${WRKSRC}/.config -.if ${PORT_OPTIONS:MDSPAM} - ${ECHO} "BACKEND=dspam-exec" >> ${WRKSRC}/.config -.endif -.if ${PORT_OPTIONS:MMAILTRAIN} - ${ECHO} "BACKEND=mailtrain" >> ${WRKSRC}/.config -.endif -.if ${PORT_OPTIONS:MDEBUG} - ${ECHO} "DEBUG=syslog" >> ${WRKSRC}/.config -.endif -.if ${PORT_OPTIONS:MDEBUG_VERBOSE} - ${ECHO} "DEBUG_VERBOSE=1" >> ${WRKSRC}/.config -.endif - ${ECHO} "PLUGINNAME=antispam" >> ${WRKSRC}/.config - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/dovecot/imap - ${INSTALL_DATA} -s ${WRKSRC}/lib90_antispam_plugin.so \ - ${STAGEDIR}${PREFIX}/lib/dovecot/imap/ - ${INSTALL_MAN} ${WRKSRC}/antispam.7 \ - ${STAGEDIR}${MANPREFIX}/man/man7/dovecot-antispam.7 - -.include <bsd.port.mk> diff --git a/mail/dovecot-antispam/distinfo b/mail/dovecot-antispam/distinfo deleted file mode 100644 index d203107cfe8c..000000000000 --- a/mail/dovecot-antispam/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SIZE (dovecot-antispam-1.3.tar.bz2) = 26733 -SHA256 (dovecot-antispam-1.3.tar.bz2) = b745f13a791c080b49266e262f0c212503b9b9e0180746e78df3cca6b1ffc7a0 diff --git a/mail/dovecot-antispam/pkg-descr b/mail/dovecot-antispam/pkg-descr deleted file mode 100644 index 3911232abd4e..000000000000 --- a/mail/dovecot-antispam/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The dovecot antispam plugin watches a defined spam folder (defaults to -"SPAM"). Instead of moving mail into special folders or forwarding -them to special mail addresses for retraining, the plugin offers two -actions for the user: - - 1. moving mail out of the SPAM folder and - - 2. moving mail into the SPAM folder. - -The dovecot plugin watches these actions (and additionally prohibits -APPENDs to the SPAM folder, more for technical reasons than others) -and tells the spam classifier that it made an error and needs to -re-clas- sify the message (as spam/not spam depending on which way it -was moved.) - -WWW: http://johannes.sipsolutions.net/Projects/dovecot-antispam diff --git a/mail/dovecot-antispam/pkg-message b/mail/dovecot-antispam/pkg-message deleted file mode 100644 index d996da181faf..000000000000 --- a/mail/dovecot-antispam/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ ---------------------------------------------------------------------- - -This port assumes you are known with Dovecot and have it installed and -running on the system you have installed this plugin on. - -You can enable the plugin with this directive in your dovecot.conf: - - protocol imap { - mail_plugins = antispam - } - -Further information on configuration can be found at: - - man 7 dovecot-antispam - ---------------------------------------------------------------------- diff --git a/mail/dovecot-antispam/pkg-plist b/mail/dovecot-antispam/pkg-plist deleted file mode 100644 index 6ff9360391f9..000000000000 --- a/mail/dovecot-antispam/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/dovecot/imap/lib90_antispam_plugin.so -man/man7/dovecot-antispam.7.gz diff --git a/mail/dovecot-managesieve/Makefile b/mail/dovecot-managesieve/Makefile deleted file mode 100644 index a2a7facca8c4..000000000000 --- a/mail/dovecot-managesieve/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Geoffroy Desvernay <dgeo@ec-marseille.fr> -# $FreeBSD$ - -PORTNAME= dovecot-managesieve -PORTVERSION= 0.11.13 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ -DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} - -MAINTAINER= dgeo@centrale-marseille.fr -COMMENT= Dovecot ManageSieve Server daemon - -BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build \ - ${NONEXISTENT}:mail/dovecot-sieve:build -RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot \ - dovecot-sieve>=${DOVECOTVERSION}:mail/dovecot-sieve - -DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead -EXPIRATION_DATE=2017-07-31 - -DOVECOTVERSION= 1.2 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` \ - --with-dovecot-sieve=`${MAKE} -C ${PORTSDIR}/mail/dovecot-sieve -V WRKSRC` - -.include <bsd.port.mk> diff --git a/mail/dovecot-managesieve/distinfo b/mail/dovecot-managesieve/distinfo deleted file mode 100644 index 680c0821d600..000000000000 --- a/mail/dovecot-managesieve/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dovecot-1.2-managesieve-0.11.13.tar.gz) = 2a9b0d6e048fa9294890ca1bee72fe3f41431aa806d0916bb1b6bbe2a8d2c976 -SIZE (dovecot-1.2-managesieve-0.11.13.tar.gz) = 405999 diff --git a/mail/dovecot-managesieve/pkg-descr b/mail/dovecot-managesieve/pkg-descr deleted file mode 100644 index 2de4f0907f91..000000000000 --- a/mail/dovecot-managesieve/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Dovecot native ManageSieve implementation - -Provides ManageSieve protocol service giving users the ability to -upload their own Sieve scripts to the server, i.e. without the need -for shell or FTP access. - -WWW: http://Wiki.Dovecot.org/ManageSieve diff --git a/mail/dovecot-managesieve/pkg-message b/mail/dovecot-managesieve/pkg-message deleted file mode 100644 index 7c0fa289dfd4..000000000000 --- a/mail/dovecot-managesieve/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ ----------------------------------------------------------------------- - - This port assumes you are familiar with Dovecot and have it installed - and running on the system you have installed this service on. - - You can enable the service with this directive in your dovecot.conf: - - protocol managesieve { - sieve=~/.dovecot.sieve - sieve_storage=~/sieve - } - - And don't forget to add "managesieve" to the "protocols" setting - if you use it. - - Further information on configuration can be found at: - - http://Wiki.Dovecot.org/ManageSieve - ----------------------------------------------------------------------- diff --git a/mail/dovecot-managesieve/pkg-plist b/mail/dovecot-managesieve/pkg-plist deleted file mode 100644 index 0154e554dbe0..000000000000 --- a/mail/dovecot-managesieve/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libexec/dovecot/managesieve -libexec/dovecot/managesieve-login diff --git a/mail/dovecot-sieve/Makefile b/mail/dovecot-sieve/Makefile deleted file mode 100644 index b408fb8788c8..000000000000 --- a/mail/dovecot-sieve/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> -# $FreeBSD$ - -PORTNAME= dovecot-sieve -PORTVERSION= ${DOVECOTVERSION}+${SIEVEVERSION} -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ -DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${SIEVEVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX} - -MAINTAINER= yds@CoolRat.org -COMMENT= Sieve plugin for the Dovecot 'deliver' LDA - -LICENSE= LGPL21 - -BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build -RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot - -DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead -EXPIRATION_DATE=2017-07-31 - -DOVECOTVERSION= 1.2 -SIEVEVERSION= 0.1.19 - -USES= libtool:keepla -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --docdir=${DOCSDIR} \ - --with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` -LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda - -SUB_FILES= pkg-message - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-/\//} - -PORTDOCS= AUTHORS COPYING COPYING.LGPL INSTALL NEWS README TODO spamtest-virustest.txt - -post-patch: - @${REINPLACE_CMD} -e '\ - s!/doc/$${PACKAGE_TARNAME}!/doc/${PORTNAME:S/-/\//}!g;\ - s!$${docdir}/dovecot/sieve!$${docdir}!g;\ - ' ${WRKSRC}/configure - @${REINPLACE_CMD} -E -e '\ - /^docfiles = spamtest-virustest.txt$$/D;\ - /^[[:space:]]+test -z "\$$\(sieve_docdir\)" \|\| \$$\(MKDIR_P\) "\$$\(DESTDIR\)\$$\(sieve_docdir\)"$$/D;\ - ' ${WRKSRC}/doc/Makefile.in - @${LN} -f ${WRKSRC}/doc/spamtest-virustest.txt ${WRKSRC}/ - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lda/lib90_sieve_plugin.so - -.include <bsd.port.mk> diff --git a/mail/dovecot-sieve/distinfo b/mail/dovecot-sieve/distinfo deleted file mode 100644 index 71dc16f5c46f..000000000000 --- a/mail/dovecot-sieve/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dovecot-1.2-sieve-0.1.19.tar.gz) = 399335d28fe8d45b85d4d0b994739af941fe1bd77a8b46d6f1d07af7c7c95115 -SIZE (dovecot-1.2-sieve-0.1.19.tar.gz) = 1048324 diff --git a/mail/dovecot-sieve/files/pkg-message.in b/mail/dovecot-sieve/files/pkg-message.in deleted file mode 100644 index ccbef699f629..000000000000 --- a/mail/dovecot-sieve/files/pkg-message.in +++ /dev/null @@ -1,18 +0,0 @@ ---------------------------------------------------------------------- - - This port assumes you are familiar with Dovecot and have it installed - and running on the system you have installed this plugin on. - - You can enable the plugin with this directive in your dovecot.conf: - - protocol lda { - # Support for dynamically loadable plugins. mail_plugins is - # a space separated list of plugins to load. - mail_plugins = sieve # ... other plugins like quota - } - - Further information on configuration can be found at: - - http://Wiki.Dovecot.org/LDA/Sieve - ---------------------------------------------------------------------- diff --git a/mail/dovecot-sieve/pkg-descr b/mail/dovecot-sieve/pkg-descr deleted file mode 100644 index a9d9ac9528fa..000000000000 --- a/mail/dovecot-sieve/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Sieve language support by a plugin for the Dovecot deliver LDA - - * Mail filtering - * Mail forwarding - * Vacation auto-reply - -WWW: http://Wiki.Dovecot.org/LDA/Sieve diff --git a/mail/dovecot-sieve/pkg-plist b/mail/dovecot-sieve/pkg-plist deleted file mode 100644 index d5f1bab8a8d2..000000000000 --- a/mail/dovecot-sieve/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/sieve-test -bin/sievec -bin/sieved -lib/dovecot/lda/lib90_sieve_plugin.a -lib/dovecot/lda/lib90_sieve_plugin.la -lib/dovecot/lda/lib90_sieve_plugin.so -man/man1/sieve-test.1.gz -man/man1/sievec.1.gz -man/man1/sieved.1.gz diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile deleted file mode 100644 index 3250322d013c..000000000000 --- a/mail/dovecot2-antispam-plugin/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Denis Shaposhnikov <dsh@bamus.cz> -# $FreeBSD$ - -PORTNAME= dovecot2-antispam-plugin -PORTVERSION= 20130429 -PORTREVISION= 30 -CATEGORIES= mail -MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ - LOCAL/olgeni -DISTNAME= dovecot-antispam-plugin-${DISTVERSION} - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Dovecot 2.x plugin for spam systems training - -LICENSE= GPLv2 - -BUILD_DEPENDS= dovecot2>=2.2.0:mail/dovecot2 \ - gawk:lang/gawk -RUN_DEPENDS= dovecot2>=2.2.0:mail/dovecot2 - -DEPRECATED= Use pigeonhole instead. See https://wiki2.dovecot.org/HowTo/AntispamWithSieve -EXPIRATION_DATE=2017-07-31 - -CONFLICTS= dovecot-antispam-1.* -WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c - -USES= gmake tar:bzip2 -USE_AUTOTOOLS= aclocal autoheader autoconf -USE_LDCONFIG= ${PREFIX}/lib/dovecot - -ACLOCAL_ARGS= -I m4 - -PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \ - man/man7/dovecot-antispam.7.gz - -post-install: - ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD} - -.include <bsd.port.mk> diff --git a/mail/dovecot2-antispam-plugin/distinfo b/mail/dovecot2-antispam-plugin/distinfo deleted file mode 100644 index ba56e2be8c42..000000000000 --- a/mail/dovecot2-antispam-plugin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dovecot-antispam-plugin-20130429.tar.bz2) = d615b8667b053741336aa1506558dd23f92e5b23f35f8addf1d8bb564cf1a816 -SIZE (dovecot-antispam-plugin-20130429.tar.bz2) = 56340 diff --git a/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man b/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man deleted file mode 100644 index 40716abaf412..000000000000 --- a/mail/dovecot2-antispam-plugin/files/patch-docs-txt2man +++ /dev/null @@ -1,10 +0,0 @@ -*** doc/txt2man.orig Fri Oct 7 17:45:27 2011 ---- doc/txt2man Fri Oct 7 17:45:35 2011 -*************** -*** 1,5 **** - #!/bin/sh -- test "$HOME" = ~ || exec ksh $0 "$@" # try ksh if sh too old (not yet POSIX) - - # Copyright (C) 2001, 2002, 2003 Marc Vertes - ---- 1,4 ---- diff --git a/mail/dovecot2-antispam-plugin/pkg-descr b/mail/dovecot2-antispam-plugin/pkg-descr deleted file mode 100644 index 31b09bf74fe3..000000000000 --- a/mail/dovecot2-antispam-plugin/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The dovecot antispam plugin is aimed to help in spam systems training. -Consider the following scenario. Your mailbox is flooded with tons of -mail. They are delivered to the configured folders based on the -arbitrary spam system judgement. This judgement is not always correct -or not always what you would like it to be, however. This is where -this plugin comes into play. - -All you have to do is move the mail into the correct folder. All the -rest in order to let the spam system know it made an error will be -done automatically by this plugin. - -It watches for when you move the mail to some folder and acts -accordingly. The advantage of this approach is that the mail ends up -in the right target folder directly and needs not be touched twice. - -WWW: http://hg.dovecot.org/dovecot-antispam-plugin/ diff --git a/mail/dovecot2-antispam-plugin/pkg-message b/mail/dovecot2-antispam-plugin/pkg-message deleted file mode 100644 index d1a1a9083d56..000000000000 --- a/mail/dovecot2-antispam-plugin/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ ---------------------------------------------------------------------- - -This port assumes you are known with Dovecot and have it installed and -running on the system you have installed this plugin on. - -Further information on configuration can be found at: - - man 7 dovecot-antispam - ---------------------------------------------------------------------- |