diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-09 12:47:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-09 12:47:07 +0800 |
commit | 305312581ce2335010852db645900c8f34efffc8 (patch) | |
tree | b7c2f3a55ad5bf48ec6d75fc6cc301f6507088df /sysutils/pear-Log | |
parent | 922980661b16282631540519a7ddf13c5fa45269 (diff) | |
download | freebsd-ports-gnome-305312581ce2335010852db645900c8f34efffc8.tar.gz freebsd-ports-gnome-305312581ce2335010852db645900c8f34efffc8.tar.zst freebsd-ports-gnome-305312581ce2335010852db645900c8f34efffc8.zip |
Update port: sysutils/pear-Log to 1.8.7
+ update port: sysutils/pear-Log to 1.8.7
+ changelog: http://pear.php.net/package/Log/download/1.8.7
+ check PHP version
PR: ports/75350
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r-- | sysutils/pear-Log/Makefile | 24 | ||||
-rw-r--r-- | sysutils/pear-Log/distinfo | 4 |
2 files changed, 17 insertions, 11 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile index c03385284246..0707a9b1750e 100644 --- a/sysutils/pear-Log/Makefile +++ b/sysutils/pear-Log/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Log -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 CATEGORIES= sysutils www pear MAINTAINER= antonio@php.net @@ -17,16 +17,16 @@ 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 +FILES= Log/composite.php Log/console.php Log/daemon.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 Log.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 \ +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 \ +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 @@ -48,6 +48,12 @@ OPTIONS+= PHP_SQLITE "PHP sqlite support" off .include <bsd.port.pre.mk> +PHP_VERS= ${PHP_VERSION:S/.//g} + +.if defined(PHP_VERS) && ${PHP_VERS} < 430 +IGNORE= "You need PHP 4.3.0 or later to install PEAR::Log" +.endif + .if defined(WITH_PEAR_DB) BUILD_DEPENDS+= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB .endif diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo index e622077f1f32..4fb571b0e2c2 100644 --- a/sysutils/pear-Log/distinfo +++ b/sysutils/pear-Log/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Log-1.8.6.tgz) = cf6a7e6b93a1cd53ea3f38d8574c5ed6 -SIZE (PEAR/Log-1.8.6.tgz) = 30793 +MD5 (PEAR/Log-1.8.7.tgz) = b62df8970d3050291997f95dd5a887b2 +SIZE (PEAR/Log-1.8.7.tgz) = 32693 |