- Update to 1.8.3
An optional dependency has been added for the PECL SQLite, but it's not supported by this port. PR: ports/61101 Submitted by: Thierry Thomas <thierry@pompo.net>
This commit is contained in:
parent
c1786617e7
commit
344246a34b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97793
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Log
|
||||
PORTVERSION= 1.8.2
|
||||
PORTVERSION= 1.8.3
|
||||
CATEGORIES= sysutils www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -17,14 +17,14 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
FILES= Log.php Log/composite.php Log/console.php Log/display.php \
|
||||
Log/error_log.php Log/file.php Log/mail.php Log/mcal.php \
|
||||
Log/null.php Log/observer.php Log/sql.php Log/syslog.php \
|
||||
Log/win.php
|
||||
Log/null.php Log/observer.php Log/sql.php Log/sqlite.php \
|
||||
Log/syslog.php Log/win.php
|
||||
DOCS= guide.txt
|
||||
EXAMPLES= composite.php console.php display.php error_log.php file.php \
|
||||
mail.php null.php observer_mail.php pear_error_handler.php \
|
||||
php_error_handler.php sql.php syslog.php win.php
|
||||
php_error_handler.php sql.php sqlite.php syslog.php win.php
|
||||
TESTS= composite.phpt console.phpt display.phpt error_log.phpt \
|
||||
factory.phpt null.phpt singleton.phpt
|
||||
factory.phpt null.phpt singleton.phpt sqlite.phpt
|
||||
_EXAMPLESDIR= docs/examples
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (PEAR/Log-1.8.2.tgz) = 1d45eb068f534af8d3b8315f962f576f
|
||||
MD5 (PEAR/Log-1.8.3.tgz) = a4ec8e47ec117009e3adf5b71775615e
|
||||
|
Loading…
Reference in New Issue
Block a user