Date: Sun, 19 Sep 2021 06:07:42 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 15a68a7d8384 - main - net/pear-Net_Sieve: Change the way *_DEPENDS are set Message-ID: <202109190607.18J67geS053585@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a68a7d83845a5c9a5ec83815f22684bd277aba commit 15a68a7d83845a5c9a5ec83815f22684bd277aba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:29:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 06:00:09 +0000 net/pear-Net_Sieve: Change the way *_DEPENDS are set - Update pkg-descr - Update WWW --- net/pear-Net_Sieve/Makefile | 6 +++--- net/pear-Net_Sieve/pkg-descr | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index 4d989359055a..e23b69803658 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/Makefile @@ -1,7 +1,7 @@ # Created by: Thierry Thomas (<thierry@pompo.net>) PORTNAME= Net_Sieve -DISTVERSION= 1.4.5 +PORTVERSION= 1.4.5 CATEGORIES= net www pear MAINTAINER= sunpoet@FreeBSD.org @@ -9,10 +9,10 @@ COMMENT= PEAR class to handle talking to timsieved LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} -RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Net_Socket>=1.0:net/pear-Net_Socket@${PHP_FLAVOR} USES= pear + NO_ARCH= yes .include <bsd.port.mk> diff --git a/net/pear-Net_Sieve/pkg-descr b/net/pear-Net_Sieve/pkg-descr index 14cba11ab82d..161e7007431b 100644 --- a/net/pear-Net_Sieve/pkg-descr +++ b/net/pear-Net_Sieve/pkg-descr @@ -1,6 +1,5 @@ -Net_Sieve is a PEAR class which handles talking to timsieved. +This package provides an API to talk to servers implementing the managesieve +protocol. It can be used to install and remove sieve scripts, mark them active +etc. -Provides an API to talk to the timsieved server that comes with Cyrus -IMAPd. Can be used to install, remove, mark active, etc. SIEVE scripts. - -WWW: https://pear.php.net/package-info.php?package=Net_Sieve +WWW: https://pear.php.net/package/Net_Sieve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J67geS053585>