summaryrefslogtreecommitdiff
path: root/dns/ldapdns/files
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 01:37:49 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2014-06-20 01:37:49 +0000
commit2e60f794f5cb5f09cf5cc21e05b89829da1c6b39 (patch)
treec8c699fb7277ad152df8ede63fc7d035b0246db5 /dns/ldapdns/files
parentwww/py-splinter: update to 0.6.0 (diff)
dns/ldapdns: update to 2.07
- Update to 2.07 [1] - Add WWW [1] - Simplify install target - Remove useless options include PR: 189321 [1] Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=358489
Diffstat (limited to 'dns/ldapdns/files')
-rw-r--r--dns/ldapdns/files/patch-ldapdns.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/ldapdns/files/patch-ldapdns.c b/dns/ldapdns/files/patch-ldapdns.c
index f72368e30a0f..b79cd2d7d523 100644
--- a/dns/ldapdns/files/patch-ldapdns.c
+++ b/dns/ldapdns/files/patch-ldapdns.c
@@ -1,9 +1,8 @@
---- ldapdns.c.orig Mon Jun 23 15:56:44 2003
-+++ ldapdns.c Sun Oct 2 15:13:11 2005
+--- ldapdns.c.orig 2014-05-03 14:11:48.555553477 -0700
++++ ldapdns.c 2014-05-03 14:13:35.212669115 -0700
@@ -21,6 +21,7 @@
list_push(&x, lp->str);
- list_push(&seen, lp->str);
- HIT:
+ list_push(&seen, lp->str); HIT:
+ continue;
}