diff -r -u -N www/jdresolve/Makefile /usr/home/pi/myp/www/jdresolve/Makefile --- www/jdresolve/Makefile 2014-08-06 21:25:16.000000000 +0200 +++ /usr/home/pi/myp/www/jdresolve/Makefile 2014-09-04 23:11:19.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= jdresolve PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/ PATCH_SITES= ${MASTER_SITES} diff -r -u -N www/jdresolve/files/patch-jdresolve /usr/home/pi/myp/www/jdresolve/files/patch-jdresolve --- www/jdresolve/files/patch-jdresolve 1970-01-01 01:00:00.000000000 +0100 +++ /usr/home/pi/myp/www/jdresolve/files/patch-jdresolve 2014-09-04 23:10:10.000000000 +0200 @@ -0,0 +1,11 @@ +--- jdresolve.orig 2014-09-04 21:09:39 UTC ++++ jdresolve +@@ -857,7 +857,7 @@ + # For each DNS answer, check the data received + if ($type eq 'H') { + if (defined $_->{ptrdname}) { +- $hosts{$query}{NAME} = $_->{ptrdname}; ++ $hosts{$query}{NAME} = join(".",@{$_->{ptrdname}->{label}}); + $hosts{$query}{RESOLVED} = 'N'; + + $resolved = 1; diff -r -u -N www/jdresolve/pkg-descr /usr/home/pi/myp/www/jdresolve/pkg-descr --- www/jdresolve/pkg-descr 2014-06-09 10:12:05.000000000 +0200 +++ /usr/home/pi/myp/www/jdresolve/pkg-descr 2014-09-04 23:12:37.000000000 +0200 @@ -13,4 +13,4 @@ jdresolve when resolving a single IP address. Think of it as a smart replacement for the 'host' utility that comes with bind-utils. -WWW: http://www.jdrowell.com/archives/projects/jdresolve/index.html +WWW: https://github.com/jdrowell/jdresolve