Index: head/sysutils/pear-Log/Makefile =================================================================== --- head/sysutils/pear-Log/Makefile (revision 118734) +++ head/sysutils/pear-Log/Makefile (revision 118735) @@ -1,58 +1,60 @@ # Ports collection makefile for: pear-Log # Date created: 22 October 2002 # Whom: Thierry Thomas () # # $FreeBSD$ # PORTNAME= Log -PORTVERSION= 1.8.5 -PORTREVISION= 1 +PORTVERSION= 1.8.6 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net COMMENT= PEAR logging utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= yes 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/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 sqlite.php syslog.php win.php TESTS= composite.phpt console.phpt display.phpt error_log.phpt \ extract.phpt extract2.phpt factory.phpt null.phpt priority.phpt \ singleton.phpt sqlite.phpt sql_ident.phpt +SQLS= log.sql + _EXAMPLESDIR= docs/examples +_SQLSDIR= misc LATEST_LINK= pear-Log OPTIONS= PEAR_DB "PEAR::DB support" off LOCALBASE?= /usr/local .if exists(${LOCALBASE}/etc/php.conf) .include "${LOCALBASE}/etc/php.conf" .endif .if defined(PHP_VER) && ${PHP_VER} == 5 OPTIONS+= PHP_SQLITE "PHP sqlite support" off .endif .include .if defined(WITH_PEAR_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif .if defined(WITH_PHP_SQLITE) BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite .endif .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include Property changes on: head/sysutils/pear-Log/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/sysutils/pear-Log/distinfo =================================================================== --- head/sysutils/pear-Log/distinfo (revision 118734) +++ head/sysutils/pear-Log/distinfo (revision 118735) @@ -1,2 +1,2 @@ -MD5 (PEAR/Log-1.8.5.tgz) = 26140fd721c16108bbef9802896c6674 -SIZE (PEAR/Log-1.8.5.tgz) = 30453 +MD5 (PEAR/Log-1.8.6.tgz) = cf6a7e6b93a1cd53ea3f38d8574c5ed6 +SIZE (PEAR/Log-1.8.6.tgz) = 30793 Property changes on: head/sysutils/pear-Log/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/sysutils/pear-Log/pkg-descr =================================================================== --- head/sysutils/pear-Log/pkg-descr (revision 118734) +++ head/sysutils/pear-Log/pkg-descr (revision 118735) @@ -1,6 +1,6 @@ -PEAR Log framework providing an abstracted logging system. +PEAR Log framework provides an abstracted logging system. -It supports logging to console, file, syslog, SQL, mail, and mcal targets. -It also provides a subject - observer mechanism. +It supports logging to console, file, syslog, SQL, Sqlite, mail and mcal +targets. It also provides a subject - observer mechanism. WWW: http://pear.php.net/package/Log Property changes on: head/sysutils/pear-Log/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property