aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tpop3d
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-05-04 22:09:58 +0800
committeranders <anders@FreeBSD.org>2002-05-04 22:09:58 +0800
commit406c147836c4fdd1d14780674824651853f4ba55 (patch)
tree471d895389da7ed4c0e16904e55d5fd3d1a4e78b /mail/tpop3d
parent838041c770dc53fde5c371130525fd6ad80b198b (diff)
downloadfreebsd-ports-graphics-406c147836c4fdd1d14780674824651853f4ba55.tar.gz
freebsd-ports-graphics-406c147836c4fdd1d14780674824651853f4ba55.tar.zst
freebsd-ports-graphics-406c147836c4fdd1d14780674824651853f4ba55.zip
Update to 1.4.1.
Add OpenLDAP support. PR: 37141 Submitted by: maintainer
Diffstat (limited to 'mail/tpop3d')
-rw-r--r--mail/tpop3d/Makefile8
-rw-r--r--mail/tpop3d/distinfo2
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 8c007a9948f..83249dbecb9 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tpop3d
-PORTVERSION= 1.3.5
+PORTVERSION= 1.4.1
CATEGORIES= mail
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/
@@ -16,6 +16,9 @@ MAINTAINER= chris@shagged.org
.if !defined(WITHOUT_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
+.if defined(WITH_LDAP)
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
+.endif
# perl authentication
.if defined(WITH_PERLAUTH)
@@ -33,6 +36,9 @@ CONFIGURE_ARGS+= --enable-auth-mysql --with-mysql-root=${LOCALBASE}
.if defined(WITH_PERLAUTH)
CONFIGURE_ARGS+= --enable-auth-perl
.endif
+.if defined(WITH_LDAP)
+CONFIGURE_ARGS+= --enable-auth-ldap --with-openldap-root=${LOCALBASE}
+.endif
.if !defined(WITHOUT_MAILDIR)
CONFIGURE_ARGS+= --enable-mbox-maildir
.endif
diff --git a/mail/tpop3d/distinfo b/mail/tpop3d/distinfo
index fa4efe83c1a..5eb71e56b01 100644
--- a/mail/tpop3d/distinfo
+++ b/mail/tpop3d/distinfo
@@ -1 +1 @@
-MD5 (tpop3d-1.3.5.tar.gz) = eff74888de7196fe945ae9036095a284
+MD5 (tpop3d-1.4.1.tar.gz) = 5520b6f791a0862f0d2d0b53f707a669