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,18 +1,18 @@ # Created by: Thierry Thomas () PORTNAME= Net_Sieve -DISTVERSION= 1.4.5 +PORTVERSION= 1.4.5 CATEGORIES= net www pear MAINTAINER= sunpoet@FreeBSD.org 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