diff options
author | manu <manu@pkgsrc.org> | 2017-05-31 14:09:30 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2017-05-31 14:09:30 +0000 |
commit | 306b408e1c627a52a80bcf833bf8ba9eab1fb7e2 (patch) | |
tree | a2181dc86fab60111ac53f75ebee78d1b390a11b | |
parent | 4760328f8552f4c100d2fdf318df2521a9f38151 (diff) | |
download | pkgsrc-306b408e1c627a52a80bcf833bf8ba9eab1fb7e2.tar.gz |
LDAP EXOP patch fix
A code repetition caused add and modify operations to be done twice.
-rw-r--r-- | databases/php-ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/php-ldap/Makefile b/databases/php-ldap/Makefile index 749126b79d7..0194187653f 100644 --- a/databases/php-ldap/Makefile +++ b/databases/php-ldap/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/04/02 09:05:22 taca Exp $ +# $NetBSD: Makefile,v 1.27.10.1 2017/05/31 14:09:30 manu Exp $ MODNAME= ldap +PKGREVISION= 1 CATEGORIES+= databases COMMENT= PHP extension for LDAP database access |