From owner-dev-commits-ports-main@freebsd.org Sun Sep 19 06:07:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B80BB6ABF87; Sun, 19 Sep 2021 06:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HBy0K1Q0Cz3NGB; Sun, 19 Sep 2021 06:07:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 48DB1181AD; Sun, 19 Sep 2021 06:07:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18J67gH8053586; Sun, 19 Sep 2021 06:07:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18J67geS053585; Sun, 19 Sep 2021 06:07:42 GMT (envelope-from git) Date: Sun, 19 Sep 2021 06:07:42 GMT Message-Id: <202109190607.18J67geS053585@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 15a68a7d8384 - main - net/pear-Net_Sieve: Change the way *_DEPENDS are set MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 15a68a7d83845a5c9a5ec83815f22684bd277aba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 06:07:46 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a68a7d83845a5c9a5ec83815f22684bd277aba commit 15a68a7d83845a5c9a5ec83815f22684bd277aba Author: Po-Chuan Hsieh AuthorDate: 2021-09-19 05:29:50 +0000 Commit: Po-Chuan Hsieh 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 () 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 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