Based on PR#42680 by Wen Heping. While here, set LICENSE and marked as user-destdir ready. 1.1.7 Changelog: * Fixed STARTTLS support (Bug #14205). * Added connect options and EXTERNAL authentication 1.1.6 Changelog: * Fixed Bug #9273 * Fixed copy/paste error in CRAM and DIGEST authentication error case. 1.1.5 Changelog: * Fixed Bug connect() bug * Fixed Request #8071 1.1.4 Changelog: * Fixed Bug #8452 Unterminated read loop * Fixed Bug #7845 Add mbstring support * Added Request #8071 Enable the ability to toggle TLS support if available. * Added Request #8453 Clean up PHPDoc and comments 1.1.3 Changelog: * Correctly Fixed Bug #3519 Net_Sieve w/ externally established sockets * Fixed Bug #7197 getScript() truncates long scripts * Added PHPUnit2 regression test script 1.1.2 Changelog: * Fixed Request #4053 Added STARTTLS support for PHP 5.1 and above * Fixed Bug #3519 Net_Sieve w/ externally established sockets * Fixed Bug #4794 drops protocol prefix, e.g. "ssl://" in referrals * Fixed STARTTLS detection * Allow $options[] to be passed to Net_Socket
18 lines
483 B
Makefile
18 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/02/03 11:48:04 obache Exp $
|
|
|
|
DISTNAME= Net_Sieve-1.1.7
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|