View | Details | Raw Unified | Return to bug 71519 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Log
8
PORTNAME=	Log
9
PORTVERSION=	1.8.5
9
PORTVERSION=	1.8.6
10
PORTREVISION=	1
11
CATEGORIES=	sysutils www pear
10
CATEGORIES=	sysutils www pear
12
11
13
MAINTAINER=	antonio@php.net
12
MAINTAINER=	antonio@php.net
Lines 29-35 Link Here
29
TESTS=		composite.phpt console.phpt display.phpt error_log.phpt		\
28
TESTS=		composite.phpt console.phpt display.phpt error_log.phpt		\
30
		extract.phpt extract2.phpt factory.phpt null.phpt priority.phpt	\
29
		extract.phpt extract2.phpt factory.phpt null.phpt priority.phpt	\
31
		singleton.phpt sqlite.phpt sql_ident.phpt
30
		singleton.phpt sqlite.phpt sql_ident.phpt
31
SQLS=		log.sql
32
32
_EXAMPLESDIR=	docs/examples
33
_EXAMPLESDIR=	docs/examples
34
_SQLSDIR=	misc
33
35
34
LATEST_LINK=	pear-Log
36
LATEST_LINK=	pear-Log
35
OPTIONS=	PEAR_DB "PEAR::DB support" off
37
OPTIONS=	PEAR_DB "PEAR::DB support" off

Return to bug 71519