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

(-)Makefile (-2 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Log
8
PORTNAME=	Log
9
PORTVERSION=	1.11.2
9
PORTVERSION=	1.11.3
10
CATEGORIES=	sysutils www pear
10
CATEGORIES=	sysutils www pear
11
11
12
MAINTAINER=	miwi@FreeBSD.org
12
MAINTAINER=	miwi@FreeBSD.org
Lines 27-33 Link Here
27
		file.php firebug.php mail.php null.php observer_mail.php \
27
		file.php firebug.php mail.php null.php observer_mail.php \
28
		pear_error_handler.php php_error_handler.php sql.php \
28
		pear_error_handler.php php_error_handler.php sql.php \
29
		sqlite.php syslog.php win.php
29
		sqlite.php syslog.php win.php
30
TESTS=		composite.phpt console.phpt display.phpt error_log.phpt \
30
TESTS=		backtrace.phpt composite.phpt console.phpt \
31
		display.phpt error_log.phpt format.phpt \
31
		extract-zend1.phpt extract-zend2.0.phpt extract-zend2.2.phpt \
32
		extract-zend1.phpt extract-zend2.0.phpt extract-zend2.2.phpt \
32
		factory.phpt file.phpt firebug.phpt levels.phpt null.phpt \
33
		factory.phpt file.phpt firebug.phpt levels.phpt null.phpt \
33
		priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt
34
		priority.phpt singleton.phpt sqlite.phpt sql_ident.phpt
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Log-1.11.2.tgz) = f11ac14c41fa4f87566c5ac5d22ee7fc
1
MD5 (PEAR/Log-1.11.3.tgz) = 9f489de394e62072750a0c3afef214a1
2
SHA256 (PEAR/Log-1.11.2.tgz) = 55627d7b803b0cc04ebb2bc37768de483e0133ab029148265444585bda88c19b
2
SHA256 (PEAR/Log-1.11.3.tgz) = 8b99d6d7f5c1070d70276034ae5ebefbeb686b8db68426e07a0367a0dfac638e
3
SIZE (PEAR/Log-1.11.2.tgz) = 41978
3
SIZE (PEAR/Log-1.11.3.tgz) = 42960

Return to bug 128986