diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 12:09:44 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 12:09:44 +0000 |
commit | 313d74aaaec8c4bfaaf2c814e6792f9193a920fc (patch) | |
tree | 1f5dd5b236c5aa4e53206bca45d8d4d3e66e05b7 /mail/teapop | |
parent | a718177c1d1e12287b187152e9ac2497ebe3d1c1 (diff) | |
download | ports-313d74aaaec8c4bfaaf2c814e6792f9193a920fc.tar.gz ports-313d74aaaec8c4bfaaf2c814e6792f9193a920fc.zip |
Notes
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 7 | ||||
-rw-r--r-- | mail/teapop/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index e8be2207a12c..4984792f0245 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= teapop -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ @@ -17,6 +17,7 @@ COMMENT= Yet another RFC1939 compliant POP3 server GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-flock +## ## Available knobs: ## General options ## WITHOUT_IPV6: disable IPv6 support @@ -55,10 +56,12 @@ CONFIGURE_ARGS+= --enable-popauth-file=${POPAUTH_FILE} MAN8= teapop.8 +## ## Authentication backend ## WITH_OPENLDAP: add support for authentication through OpenLDAP server ## WITH_MYSQL: enable support for authentication from MySQL database ## WITH_PGSQL: enable support for authentication from PostgreSQL database +## .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql @@ -76,7 +79,7 @@ CONFIGURE_ARGS+= --with-ldap=openldap .endif show-options: - @${EGREP} '^##' ${.CURDIR}/Makefile | ${SED} 's/##//' + @${SED} -ne 's/^##//p' ${.CURDIR}/Makefile post-install: @${ECHO_MSG} "" diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index c56a4c415460..d317985c8f59 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1 +1 @@ -MD5 (teapop-0.3.7.tar.gz) = 0e67030968e48e4307df854d433cc6f4 +MD5 (teapop-0.3.8.tar.gz) = c322c20018663a1a9b7860966cbd4ed2 |