summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-09 04:47:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-09 04:47:07 +0000
commit39c2e2cc9a5c6556603295502559c5f721361c64 (patch)
tree08062daea149bb9369da0ff727eb59c580400dae /sysutils
parentReset undeliverable maintainer email address: (diff)
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>
Notes
Notes: svn path=/head/; revision=125920
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Log/Makefile24
-rw-r--r--sysutils/pear-Log/distinfo4
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