View | Details | Raw Unified | Return to bug 192500
Collapse All | Expand All

(-)/usr/home/pi/myp/www/jdresolve/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	jdresolve
4
PORTNAME=	jdresolve
5
PORTVERSION=	0.6.1
5
PORTVERSION=	0.6.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://www.jdrowell.com/projects/jdresolve/
8
MASTER_SITES=	http://www.jdrowell.com/projects/jdresolve/
9
PATCH_SITES=	${MASTER_SITES}
9
PATCH_SITES=	${MASTER_SITES}
(-)/usr/home/pi/myp/www/jdresolve/files/patch-jdresolve (+11 lines)
Line 0 Link Here
1
--- jdresolve.orig	2014-09-04 21:09:39 UTC
2
+++ jdresolve
3
@@ -857,7 +857,7 @@
4
 				# For each DNS answer, check the data received
5
 				if ($type eq 'H') {
6
 					if (defined $_->{ptrdname}) {
7
-						$hosts{$query}{NAME} = $_->{ptrdname};
8
+						$hosts{$query}{NAME} = join(".",@{$_->{ptrdname}->{label}});
9
 						$hosts{$query}{RESOLVED} = 'N';
10
 
11
 						$resolved = 1;
(-)/usr/home/pi/myp/www/jdresolve/pkg-descr (-1 / +1 lines)
Lines 13-16 Link Here
13
jdresolve when resolving a single IP address. Think of it as a smart
13
jdresolve when resolving a single IP address. Think of it as a smart
14
replacement for the 'host' utility that comes with bind-utils.
14
replacement for the 'host' utility that comes with bind-utils.
15
15
16
WWW: http://www.jdrowell.com/archives/projects/jdresolve/index.html
16
WWW: https://github.com/jdrowell/jdresolve

Return to bug 192500