diff options
author | krion <krion@FreeBSD.org> | 2003-08-20 20:27:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-20 20:27:07 +0800 |
commit | 59b1b340381d2ad28ce1f64b3ec19a37590993dd (patch) | |
tree | dd5ebb250225734c1e95399d5631e08ddb28f024 /mail | |
parent | 098f1c20bbf673e78748c3b7e5c78af493cc3e84 (diff) | |
download | freebsd-ports-gnome-59b1b340381d2ad28ce1f64b3ec19a37590993dd.tar.gz freebsd-ports-gnome-59b1b340381d2ad28ce1f64b3ec19a37590993dd.tar.zst freebsd-ports-gnome-59b1b340381d2ad28ce1f64b3ec19a37590993dd.zip |
- Update to 1.5.1
PR: 55801
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tpop3d/Makefile | 10 | ||||
-rw-r--r-- | mail/tpop3d/distinfo | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index c68f33d8b6f8..62a8f7a7b6c5 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tpop3d -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 CATEGORIES= mail MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ @@ -16,7 +16,11 @@ COMMENT= Virtual-domain capable POP3 server supporting MySQL auth # mysql authentication .if !defined(WITHOUT_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +CONFIGURE_ARGS+= --enable-auth-mysql \ + --with-mysql-lib-dir=${LOCALBASE}/lib/mysql \ + --with-mysql-include-dir=${LOCALBASE}/include/mysql .endif + .if defined(WITH_LDAP) LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client .endif @@ -31,9 +35,6 @@ CONFIGURE_ARGS= --enable-auth-other \ --enable-tcp-wrappers \ --with-mailspool-directory=/var/mail -.if !defined(WITHOUT_MYSQL) -CONFIGURE_ARGS+= --enable-auth-mysql --with-mysql-root=${LOCALBASE} -.endif .if defined(WITH_PERLAUTH) CONFIGURE_ARGS+= --enable-auth-perl .endif @@ -47,6 +48,7 @@ CONFIGURE_ARGS+= --enable-mbox-maildir SAMPLE_RCD= tpop3d.sh.sample STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${SAMPLE_RCD} DEFAULT_CONFIG= ${PREFIX}/etc/tpop3d.conf.dist +USE_OPENSSL= yes MAN5= tpop3d.conf.5 MAN8= tpop3d.8 diff --git a/mail/tpop3d/distinfo b/mail/tpop3d/distinfo index 651a6804dcb7..ead5013331bb 100644 --- a/mail/tpop3d/distinfo +++ b/mail/tpop3d/distinfo @@ -1 +1 @@ -MD5 (tpop3d-1.4.2.tar.gz) = 30d6d7956a0bedb9f99a1b1c24585a02 +MD5 (tpop3d-1.5.1.tar.gz) = 328d4bd61cfbe1e45322f631bfce10c4 |