Skip to content

Commit

Permalink
sysutils/pear-Log: Update to 1.13.3
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sunpoet committed Jul 14, 2021
1 parent 56c120b commit 725f72a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
18 changes: 10 additions & 8 deletions sysutils/pear-Log/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,16 +11,18 @@ LICENSE= MIT

USES= pear

OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PHP_SQLITE
NO_ARCH= yes

OPTIONS_DEFINE= PEAR_DB PEAR_MAIL PEAR_MDB2 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)
PEAR_MDB2_DESC= PEAR::MDB2 support
PHP_SQLITE_DESC=PHP sqlite support

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}
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>
6 changes: 3 additions & 3 deletions sysutils/pear-Log/distinfo
Original file line number Diff line number Diff line change
@@ -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
7 changes: 3 additions & 4 deletions sysutils/pear-Log/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 725f72a

Please sign in to comment.