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

(-)Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Log
8
PORTNAME=	Log
9
PORTVERSION=	1.9.9
9
PORTVERSION=	1.9.10
10
CATEGORIES=	sysutils www pear
10
CATEGORIES=	sysutils www pear
11
11
12
MAINTAINER=	thomas@goodking.ca
12
MAINTAINER=	thomas@goodking.ca
Lines 26-33 Link Here
26
		mail.php null.php observer_mail.php pear_error_handler.php \
26
		mail.php null.php observer_mail.php pear_error_handler.php \
27
		php_error_handler.php sql.php sqlite.php syslog.php win.php
27
		php_error_handler.php sql.php sqlite.php syslog.php win.php
28
TESTS=		composite.phpt console.phpt display.phpt error_log.phpt \
28
TESTS=		composite.phpt console.phpt display.phpt error_log.phpt \
29
		extract.phpt extract2.phpt factory.phpt file.phpt levels.phpt \
29
		extract-zend1.phpt extract-zend2.0.phpt extract-zend2.2.phpt \
30
		null.phpt priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt
30
		factory.phpt file.phpt levels.phpt null.phpt priority.phpt \
31
		singleton.phpt sqlite.phpt sql_ident.phpt
32
31
SQLS=		log.sql
33
SQLS=		log.sql
32
34
33
_EXAMPLESDIR=	docs/examples
35
_EXAMPLESDIR=	docs/examples
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Log-1.9.9.tgz) = 23f28e7fa803ddff7d68fec2850922d1
1
MD5 (PEAR/Log-1.9.10.tgz) = ea725a7cc7868d0d81abe6f7bc7f2a95
2
SHA256 (PEAR/Log-1.9.9.tgz) = 30b37d7f487713284f458e0c1b374a8889ead7117d2a07e891aa2f8b69f11a8f
2
SHA256 (PEAR/Log-1.9.10.tgz) = a3383f1ea32ce3eaecbe14bc841767dfb09b63087bd7e96325db8b7bc3f42234
3
SIZE (PEAR/Log-1.9.9.tgz) = 39028
3
SIZE (PEAR/Log-1.9.10.tgz) = 37063

Return to bug 108838