--- Makefile.orig 2014-05-03 14:02:25.088823208 -0700 +++ Makefile 2014-05-03 14:20:38.937831392 -0700 @@ -2,8 +2,8 @@ # $FreeBSD: head/dns/ldapdns/Makefile 346201 2014-02-26 12:58:53Z marino $ PORTNAME= ldapdns -PORTVERSION= 2.06 -PORTREVISION= 2 +PORTVERSION= 2.07 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://bsdforge.com/projects/source/dns/ldapdns/ @@ -21,6 +21,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_CSTD= gnu89 +USES= tar:xz ALL_TARGET= default --- distinfo.org 2014-05-03 14:02:38.092176986 -0700 +++ distinfo 2014-05-03 14:22:37.537193322 -0700 @@ -1,2 +1,2 @@ -SHA256 (ldapdns-2.06.tar.gz) = 2239c91ba643eb2b95ceedc1e0c769bd1375124087eed9509d3920d7af7371e4 -SIZE (ldapdns-2.06.tar.gz) = 120593 +SHA256 (ldapdns-2.07.tar.xz) = 6c7d764f9317bebe209e366b003cb1cdbd30c4d97e4ded3d1040f24d332fbb68 +SIZE (ldapdns-2.07.tar.xz) = 84876 --- pkg-descr.orig 2014-05-03 14:04:46.082514305 -0700 +++ pkg-descr 2014-05-03 14:10:34.407824366 -0700 @@ -1,3 +1,5 @@ -ldapdns is a lightweight, high performance DNS server which utilizes LDAP -as its backend. It is originally based on djbdns and strives to maintain -the same goals of performance, security and simplicity. +ldapdns is a lightweight, high performance DNS server which utilizes +LDAP as its backend. It was originally based on djbdns, and strives to +maintain the same goals of performance, security and simplicity. + +WWW: http://bsdforge.com/projects/dns/ldapdns/ --- files/patch-ldapdns.c.orig 2014-05-03 14:16:13.839207963 -0700 +++ files/patch-ldapdns.c 2014-05-03 14:16:32.771175294 -0700 @@ -1,5 +1,5 @@ ---- 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);