Add vendor patch to fix a pair of bugs.

Bump portrevision.

PR:		ports/82352
Submitted by:	christophe@labouisse.org (maintainer)
This commit is contained in:
Sam Lawrance 2005-06-28 12:32:07 +00:00
parent d10d6a25c4
commit 46eea852f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138109
3 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,3 @@
# ex:ts=8
# New ports collection makefile for: jdresolve # New ports collection makefile for: jdresolve
# Date created: 15 June 2001 # Date created: 15 June 2001
# Whom: Christophe Labouisse <christophe@labouisse.org> # Whom: Christophe Labouisse <christophe@labouisse.org>
@ -8,8 +7,11 @@
PORTNAME= jdresolve PORTNAME= jdresolve
PORTVERSION= 0.6.1 PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/ MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= patch-0.6.2b1.diff
MAINTAINER= christophe@labouisse.org MAINTAINER= christophe@labouisse.org
COMMENT= A IP addresse to hostname program for httpd log files COMMENT= A IP addresse to hostname program for httpd log files
@ -17,7 +19,6 @@ COMMENT= A IP addresse to hostname program for httpd log files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PERL5= yes USE_PERL5= yes
NO_BUILD= yes NO_BUILD= yes

View file

@ -1,2 +1,4 @@
MD5 (jdresolve-0.6.1.tar.bz2) = f7eb2ef7d1ce517803e2f2fa051a99c1 MD5 (jdresolve-0.6.1.tar.gz) = 916a1e0023d2d18e2b2e8efd4efe23c5
SIZE (jdresolve-0.6.1.tar.bz2) = 40960 SIZE (jdresolve-0.6.1.tar.gz) = 51200
MD5 (patch-0.6.2b1.diff) = b1f6147a4b1f10ec1b77ed11ca3c9634
SIZE (patch-0.6.2b1.diff) = 1222

View file

@ -13,4 +13,4 @@ Included is a tiny shell script called rhost to interface with
jdresolve when resolving a single IP address. Think of it as a smart jdresolve when resolving a single IP address. Think of it as a smart
replacement for the 'host' utility that comes with bind-utils. replacement for the 'host' utility that comes with bind-utils.
WWW: http://www.jdrowell.com/Linux/Projects/jdresolve/ WWW: http://www.jdrowell.com/archives/projects/jdresolve/index.html