1.3.2: Release date: 2011-08-06 23:05 UTC Release state: stable Changelog: * Fix referrals if host data or user credentials are passed to connect() and login() instead of the constructor (Aleksander Machniak, Bug #17107). 1.3.1: Release date: 2011-08-06 01:56 UTC Release state: stable Changelog: * Query capabilities again after successful authentication (Jesse Crawford, Request #18382). * Escape quotes and backslashes in script names, and use literal strings for script names with non-ASCII characters (Aleksander Machniak, Bug #16691). * Work around broken STARTTLS behavior in Cyrus versions before 2.3.10 (Aleksander Machniak, Bug #18241). * Improve string literal parsing (Aleksander Machniak, Bug #18228).
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/08/20 14:13:19 taca Exp $
|
|
|
|
DISTNAME= Net_Sieve-1.3.2
|
|
CATEGORIES+= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/Net_Sieve/
|
|
COMMENT= PHP classes that handles talking to timsieved
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= php-pear-Net_Sieve-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
|
|
# optional for DIGEST-MD5 and CRAM-MD5 SASL Authentication
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.0:../../mail/pear-Auth_SASL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|