diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-04 20:09:44 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-04 20:09:44 +0800 |
commit | a6d9b98c7b25ce808e1ae73377597a9e6fa4589a (patch) | |
tree | 161f206fa21dff4ce0d55776f66025d9ba8a02ad /mail/teapop | |
parent | 46f4a2055232398fad39b9171578ea66373207a0 (diff) | |
download | freebsd-ports-gnome-a6d9b98c7b25ce808e1ae73377597a9e6fa4589a.tar.gz freebsd-ports-gnome-a6d9b98c7b25ce808e1ae73377597a9e6fa4589a.tar.zst freebsd-ports-gnome-a6d9b98c7b25ce808e1ae73377597a9e6fa4589a.zip |
- Updated to 0.3.8
PR: 59789
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
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 |