sysutils/pear-Log: Update to 1.13.3

- Remove BUILD_DEPENDS
- Update RUN_DEPENDS
- Add NO_ARCH
- Update pkg-descr

Changes:	https://pear.php.net/package/Log/download/
		https://github.com/pear/Log/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:52:19 +08:00
parent 56c120befe
commit 725f72af33
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= Log
PORTVERSION= 1.13.1
PORTVERSION= 1.13.3
CATEGORIES= sysutils www pear
MAINTAINER= sunpoet@FreeBSD.org
@ -11,16 +11,18 @@ LICENSE= MIT
USES= pear
OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PHP_SQLITE
PEAR_DB_DESC= PEAR::DB support
PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_MAIL_DESC= PEAR::Mail support
PHP_SQLITE_DESC= PHP sqlite support (php5 only)
NO_ARCH= yes
PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
OPTIONS_DEFINE= PEAR_DB PEAR_MAIL PEAR_MDB2 PHP_SQLITE
PEAR_DB_DESC= PEAR::DB support
PEAR_MAIL_DESC= PEAR::Mail support
PEAR_MDB2_DESC= PEAR::MDB2 support
PHP_SQLITE_DESC=PHP sqlite support
PEAR_DB_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.3:databases/pear-DB@${PHP_FLAVOR}
PEAR_MAIL_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Mail>=0:mail/pear-Mail@${PHP_FLAVOR}
PEAR_MDB2_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=2.0.0:databases/pear-MDB2@${PHP_FLAVOR}
PHP_SQLITE_USE= PHP=sqlite3
PHP_SQLITE_USES= php
PHP_SQLITE_USE= PHP=sqlite3
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1471574260
SHA256 (PEAR/Log-1.13.1.tgz) = 2206a34816dc6b800bdfeef1dbe4ee340067c6b12b035d19db777be9325765e0
SIZE (PEAR/Log-1.13.1.tgz) = 46764
TIMESTAMP = 1625585480
SHA256 (PEAR/Log-1.13.3.tgz) = 9ca6fd7815c79b2ee3c40c2ad8cd8b41732f609b67f7a9db8efc8f7ae63201a4
SIZE (PEAR/Log-1.13.3.tgz) = 46815

View File

@ -1,6 +1,5 @@
PEAR Log framework provides an abstracted logging system.
It supports logging to console, file, syslog, SQL, Sqlite, mail and
mcal targets. It also provides a subject - observer mechanism.
The Log package provides an abstracted logging framework. It includes output
handlers for log files, databases, syslog, email, Firebug, and the console. It
also provides composite and subject-observer logging mechanisms.
WWW: https://pear.php.net/package/Log