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

(-)Makefile (-1 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Log
8
PORTNAME=	Log
9
PORTVERSION=	1.10.0
9
PORTVERSION=	1.10.1
10
CATEGORIES=	sysutils www pear
10
CATEGORIES=	sysutils www pear
11
11
12
MAINTAINER=	miwi@FreeBSD.org
12
MAINTAINER=	miwi@FreeBSD.org
Lines 38-43 Link Here
38
LATEST_LINK=	pear-Log
38
LATEST_LINK=	pear-Log
39
OPTIONS=	PEAR_DB "PEAR::DB support" off \
39
OPTIONS=	PEAR_DB "PEAR::DB support" off \
40
		PEAR_MDB2 "PEAR::MDB2 support" off \
40
		PEAR_MDB2 "PEAR::MDB2 support" off \
41
		PEAR_Mail "PEAR::Mail support" off \
41
		PHP_SQLITE "PHP sqlite support (php5 only)" off
42
		PHP_SQLITE "PHP sqlite support (php5 only)" off
42
43
43
.include <bsd.port.pre.mk>
44
.include <bsd.port.pre.mk>
Lines 50-55 Link Here
50
BUILD_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
51
BUILD_DEPENDS+=	${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
51
.endif
52
.endif
52
53
54
.if defined(WITH_PEAR_Mail)
55
BUILD_DEPENDS+=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail
56
.endif
57
53
.if defined(WITH_PHP_SQLITE)
58
.if defined(WITH_PHP_SQLITE)
54
USE_PHP+=	sqlite
59
USE_PHP+=	sqlite
55
.endif
60
.endif
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Log-1.10.0.tgz) = f30197314d269ce769de8c7acadf3e40
1
MD5 (PEAR/Log-1.10.1.tgz) = c0b5af8ae49b20680850bdb978152113
2
SHA256 (PEAR/Log-1.10.0.tgz) = 0c2aaa4526b161cc179b21c2748286feb54022cad5eb2a93fbad4e44db112437
2
SHA256 (PEAR/Log-1.10.1.tgz) = 18ec889d60a28bb79b8b42b3c967ab9ce49b86d9b03c226a3843d0d848cb7ada
3
SIZE (PEAR/Log-1.10.0.tgz) = 41400
3
SIZE (PEAR/Log-1.10.1.tgz) = 41482

Return to bug 123394