git: 15a68a7d8384 - main - net/pear-Net_Sieve: Change the way *_DEPENDS are set
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:07:45 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=15a68a7d83845a5c9a5ec83815f22684bd277aba
commit 15a68a7d83845a5c9a5ec83815f22684bd277aba
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:29:50 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at pompo.net>)
PORTNAME= Net_Sieve
-DISTVERSION= 1.4.5
+PORTVERSION= 1.4.5
CATEGORIES= net www pear
MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list