mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Updated to 0.3.8
PR: 59789 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
a718177c1d
commit
313d74aaae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94979
2 changed files with 6 additions and 3 deletions
|
@ -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} ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (teapop-0.3.7.tar.gz) = 0e67030968e48e4307df854d433cc6f4
|
||||
MD5 (teapop-0.3.8.tar.gz) = c322c20018663a1a9b7860966cbd4ed2
|
||||
|
|
Loading…
Add table
Reference in a new issue