diff options
author | jim <jim@FreeBSD.org> | 2000-12-04 05:50:25 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-12-04 05:50:25 +0000 |
commit | b9d1a17ccbc7f2e05053d9018cbe5138d97025bf (patch) | |
tree | bb89b039c3d760a318e88aefcaa1067e4fc5c352 | |
parent | 8dedc14ef4950cebf7e35dc75588673b5ef745a7 (diff) | |
download | FreeBSD-ports-b9d1a17ccbc7f2e05053d9018cbe5138d97025bf.zip FreeBSD-ports-b9d1a17ccbc7f2e05053d9018cbe5138d97025bf.tar.gz |
Update to version 0.27.
-rw-r--r-- | mail/teapop-devel/Makefile | 12 | ||||
-rw-r--r-- | mail/teapop-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/teapop/Makefile | 12 | ||||
-rw-r--r-- | mail/teapop/distinfo | 2 |
4 files changed, 20 insertions, 8 deletions
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile index 3a0eb2b..d2c1065 100644 --- a/mail/teapop-devel/Makefile +++ b/mail/teapop-devel/Makefile @@ -6,11 +6,10 @@ # PORTNAME= teapop -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -DISTNAME= ${PORTNAME}-latest MAINTAINER= jim@FreeBSD.org @@ -18,7 +17,10 @@ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.if defined(WITH_MYSQL) +LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-flock @@ -34,6 +36,10 @@ CONFIGURE_ARGS+= --disable-vpop CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql .endif +.if defined(WITH_MYSQL) +CONFIGURE_ARGS+= --with-mysql=${PREFIX} +.endif + MAN8= teapop.8 .include <bsd.port.mk> diff --git a/mail/teapop-devel/distinfo b/mail/teapop-devel/distinfo index ea7d4f1..1b0b336 100644 --- a/mail/teapop-devel/distinfo +++ b/mail/teapop-devel/distinfo @@ -1 +1 @@ -MD5 (teapop-latest.tar.gz) = 2257057a61f60916ac61f36609d94539 +MD5 (teapop-0.27.tar.gz) = 13bc0dfd93efbefc1e8b3a7d35f0ee12 diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 3a0eb2b..d2c1065 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -6,11 +6,10 @@ # PORTNAME= teapop -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -DISTNAME= ${PORTNAME}-latest MAINTAINER= jim@FreeBSD.org @@ -18,7 +17,10 @@ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.if defined(WITH_MYSQL) +LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-flock @@ -34,6 +36,10 @@ CONFIGURE_ARGS+= --disable-vpop CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql .endif +.if defined(WITH_MYSQL) +CONFIGURE_ARGS+= --with-mysql=${PREFIX} +.endif + MAN8= teapop.8 .include <bsd.port.mk> diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index ea7d4f1..1b0b336 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1 +1 @@ -MD5 (teapop-latest.tar.gz) = 2257057a61f60916ac61f36609d94539 +MD5 (teapop-0.27.tar.gz) = 13bc0dfd93efbefc1e8b3a7d35f0ee12 |