Skip to content

Commit

Permalink
change my email
Browse files Browse the repository at this point in the history
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4499 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Charlie Allom committed Jan 7, 2004
1 parent 630e4da commit bae678a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions mail/dovecot/Portfile
@@ -1,24 +1,24 @@
# $Id: Portfile,v 1.2 2003/12/28 12:38:41 fkr Exp $
# $Id: Portfile,v 1.3 2004/01/07 00:09:11 yeled Exp $

PortSystem 1.0
name dovecot
version 0.99.10.4
categories mail
description (more) secure imap server
maintainers charlie@rubberduck.com
long_description Dovecot is an IMAP and POP3 server for Linux/UNIX-like \
systems, written with security primarily in mind. Although \
it's written in C, it uses several coding techniques to avoid \
most of the common pitfalls.
homepage http://dovecot.procontrol.fi/
platforms darwin
master_sites ${homepage}
checksums md5 81eda7985e99d28acd6d286aa0e13e07
configure.args --sysconfdir=${prefix}/etc/${name}

variant postgres { depends_lib-append lib:plpgsql:postgresql
configure.args-append --with-pgsql }
PortSystem 1.0
name dovecot
version 0.99.10.4
categories mail
description (more) secure imap server
maintainers yeled@opendarwin.org
long_description Dovecot is an IMAP and POP3 server for Linux/UNIX-like \
systems, written with security primarily in mind. Although \
it's written in C, it uses several coding techniques to \
avoid most of the common pitfalls.
homepage http://dovecot.org/
platforms darwin
master_sites ${homepage}
checksums md5 81eda7985e99d28acd6d286aa0e13e07
configure.args --sysconfdir=${prefix}/etc/${name}

variant postgres {
depends_lib-append lib:plpgsql:postgresql
configure.args-append --with-pgsql
}
variant rawlog { configure.args-append --with-rawlog }

variant ldap { configure.args-append --with-ldap }
variant ldap { configure.args-append --with-ldap }

0 comments on commit bae678a

Please sign in to comment.