ports/75350: Update port: sysutils/pear-Log to 1.8.7

Antonio Carlos Venancio Junior antonio at php.net
Tue Dec 21 10:50:21 UTC 2004


>Number:         75350
>Category:       ports
>Synopsis:       Update port: sysutils/pear-Log to 1.8.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 21 10:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antônio Carlos Venâncio Júnior
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #6: Wed Nov 24 10:18:56 BRST 2004     root at antonio.cb.sc.gov.br:/usr/src/sys/compile/ANTONIO  i386
>Description:
+ update port: sysutils/pear-Log to 1.8.7
  + changelog: http://pear.php.net/package/Log/download/1.8.7
+ check PHP version
>How-To-Repeat:
>Fix:
diff -ruN pear-Log.orig/Makefile pear-Log/Makefile
--- pear-Log.orig/Makefile	Tue Dec 21 08:27:24 2004
+++ pear-Log/Makefile	Tue Dec 21 08:42:43 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Log
-PORTVERSION=	1.8.6
+PORTVERSION=	1.8.7
 CATEGORIES=	sysutils www pear
 
 MAINTAINER=	antonio at php.net
@@ -17,16 +17,16 @@
 
 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
 
@@ -47,6 +47,12 @@
 .endif
 
 .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
diff -ruN pear-Log.orig/distinfo pear-Log/distinfo
--- pear-Log.orig/distinfo	Tue Dec 21 08:27:24 2004
+++ pear-Log/distinfo	Tue Dec 21 08:30:53 2004
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list