pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/databases/php-ldap LDAP EXOP patch fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff2847c6b888
branches:  pkgsrc-2017Q1
changeset: 360393:ff2847c6b888
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed May 31 14:09:30 2017 +0000

description:
LDAP EXOP patch fix

A code repetition caused add and modify operations to be done twice.

diffstat:

 databases/php-ldap/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 4de0e21c4cd5 -r ff2847c6b888 databases/php-ldap/Makefile
--- a/databases/php-ldap/Makefile       Wed May 31 06:22:52 2017 +0000
+++ b/databases/php-ldap/Makefile       Wed May 31 14:09:30 2017 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index