summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca>2010-02-16 16:42:10 +0000
committertaca <taca>2010-02-16 16:42:10 +0000
commitf42eb0458b75e014d2aa888bb99e2450199215a5 (patch)
tree8e32618ef60483c468bc4e0446c3142243170ca0 /net
parentaa05b41a6fa75971f98bc8778af44f1cd4fcabbc (diff)
downloadpkgsrc-f42eb0458b75e014d2aa888bb99e2450199215a5.tar.gz
Update pear-Net_LDAP2 pacakge to 2.0.8 applying patch og PR pkg/42826
from Wen Heping. * Fixed Bug #16940 (Net_LDAP2::startTLS should ignore errors before ldap_start_tls() being called) * Fixed Bug #17023 (improper handling of wrapped lines in LDIF files) * Fixed Bug #17057 (problem with parsing certain NOT-Filters) An indentation change in DESCR, too.
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_LDAP2/DESCR2
-rw-r--r--net/pear-Net_LDAP2/Makefile6
-rw-r--r--net/pear-Net_LDAP2/distinfo9
-rw-r--r--net/pear-Net_LDAP2/patches/patch-aa14
4 files changed, 24 insertions, 7 deletions
diff --git a/net/pear-Net_LDAP2/DESCR b/net/pear-Net_LDAP2/DESCR
index 33803178a0c..75495362142 100644
--- a/net/pear-Net_LDAP2/DESCR
+++ b/net/pear-Net_LDAP2/DESCR
@@ -4,7 +4,7 @@ features but has some own too.
With Net_LDAP2 you have:
* A simple object-oriented interface to connections, searches entries and
-filters.
+ filters.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldap entries.
* Support for schema handling.
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile
index 83581408842..b7980335b46 100644
--- a/net/pear-Net_LDAP2/Makefile
+++ b/net/pear-Net_LDAP2/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/02/11 11:35:37 obache Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/16 16:42:10 taca Exp $
-DISTNAME= Net_LDAP2-2.0.7
+DISTNAME= Net_LDAP2-2.0.8
CATEGORIES+= net
MAINTAINER= wenheping@gmail.com
COMMENT= Object oriented interface for searching and manipulating LDAP-entries
LICENSE= gnu-lgpl-v3
+DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=5.2.12:../../databases/php-ldap
+
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/php/pear.mk"
diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo
index cb0512dc71c..f3776d18265 100644
--- a/net/pear-Net_LDAP2/distinfo
+++ b/net/pear-Net_LDAP2/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/02/11 11:35:37 obache Exp $
+$NetBSD: distinfo,v 1.2 2010/02/16 16:42:10 taca Exp $
-SHA1 (pear/Net_LDAP2-2.0.7.tgz) = af6dfb7bd2b7b3ae1c3dff0703daa1c965c82c4c
-RMD160 (pear/Net_LDAP2-2.0.7.tgz) = 72d5319cd1a639566ecb163eee8eefa6db504ce5
-Size (pear/Net_LDAP2-2.0.7.tgz) = 88979 bytes
+SHA1 (pear/Net_LDAP2-2.0.8.tgz) = 10bbcf0dd742697f024014d20e8542dde9344df0
+RMD160 (pear/Net_LDAP2-2.0.8.tgz) = 6ab4feb4a7d8ac2ce52f85db90a8f5a734b2f4e1
+Size (pear/Net_LDAP2-2.0.8.tgz) = 92966 bytes
+SHA1 (patch-aa) = 644e752b3c7b8fab4378c9375e0dbc0f55228321
diff --git a/net/pear-Net_LDAP2/patches/patch-aa b/net/pear-Net_LDAP2/patches/patch-aa
new file mode 100644
index 00000000000..37bc3877822
--- /dev/null
+++ b/net/pear-Net_LDAP2/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2010/02/16 16:42:10 taca Exp $
+
+--- ../package.xml.orig 2010-02-16 07:47:03.000000000 +0000
++++ ../package.xml
+@@ -88,9 +88,6 @@
+ <pearinstaller>
+ <min>1.5.0</min>
+ </pearinstaller>
+- <extension>
+- <name>ldap</name>
+- </extension>
+ </required>
+ </dependencies>
+ <phprelease />