aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:52:19 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:52 +0000
commit725f72af33229730d457f5fc631b95b3e72df11a (patch)
treef7ada21c7c9032489b7daed55a882a49a175fa5d
parent56c120befe6620eeae12221565cbef42e7004c65 (diff)
downloadports-725f72af33229730d457f5fc631b95b3e72df11a.tar.gz
ports-725f72af33229730d457f5fc631b95b3e72df11a.zip
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
-rw-r--r--sysutils/pear-Log/Makefile18
-rw-r--r--sysutils/pear-Log/distinfo6
-rw-r--r--sysutils/pear-Log/pkg-descr7
3 files changed, 16 insertions, 15 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index a69277d0ff8b..51cddabf38c5 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -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
+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>
diff --git a/sysutils/pear-Log/distinfo b/sysutils/pear-Log/distinfo
index ee9ba04e6e7e..fc709157e3d7 100644
--- a/sysutils/pear-Log/distinfo
+++ b/sysutils/pear-Log/distinfo
@@ -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
diff --git a/sysutils/pear-Log/pkg-descr b/sysutils/pear-Log/pkg-descr
index 77fc4f00cc66..f1efe37dd1d9 100644
--- a/sysutils/pear-Log/pkg-descr
+++ b/sysutils/pear-Log/pkg-descr
@@ -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