View | Details | Raw Unified | Return to bug 55801
Collapse All | Expand All

(-)tpop3d/Makefile Wed Aug 20 12:02:48 2003 (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=      tpop3d
8
PORTNAME=      tpop3d
9
PORTVERSION=   1.4.2
9
PORTVERSION=   1.5.1
10
CATEGORIES=    mail
10
CATEGORIES=    mail
11
MASTER_SITES=  http://www.ex-parrot.com/~chris/tpop3d/
11
MASTER_SITES=  http://www.ex-parrot.com/~chris/tpop3d/
12
12
Lines 32-38 Link Here
32
               --with-mailspool-directory=/var/mail
32
               --with-mailspool-directory=/var/mail
33
33
34
.if !defined(WITHOUT_MYSQL)
34
.if !defined(WITHOUT_MYSQL)
35
CONFIGURE_ARGS+=       --enable-auth-mysql --with-mysql-root=${LOCALBASE}
35
CONFIGURE_ARGS+=       --enable-auth-mysql \
36
                       --with-mysql-lib-dir=${LOCALBASE}/lib/mysql \
37
                       --with-mysql-include-dir=${LOCALBASE}/include/mysql
36
.endif
38
.endif
37
.if defined(WITH_PERLAUTH)
39
.if defined(WITH_PERLAUTH)
38
CONFIGURE_ARGS+=       --enable-auth-perl
40
CONFIGURE_ARGS+=       --enable-auth-perl
(-)tpop3d/distinfo Wed Aug 20 11:55:46 2003 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tpop3d-1.4.2.tar.gz) = 30d6d7956a0bedb9f99a1b1c24585a02
1
MD5 (tpop3d-1.5.1.tar.gz) = 328d4bd61cfbe1e45322f631bfce10c4

Return to bug 55801