Skip to content

Commit

Permalink
net/pear-Net_Sieve: Change the way *_DEPENDS are set
Browse files Browse the repository at this point in the history
- Update pkg-descr
- Update WWW
  • Loading branch information
sunpoet committed Sep 19, 2021
1 parent 3afbb85 commit 15a68a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions net/pear-Net_Sieve/Makefile
@@ -1,18 +1,18 @@
# 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
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>
9 changes: 4 additions & 5 deletions 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

0 comments on commit 15a68a7

Please sign in to comment.