diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-28 20:32:07 +0800 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-06-28 20:32:07 +0800 |
commit | 46eea852f714e565e67fd3f35e9420a985604ebd (patch) | |
tree | 1c92e34f7205d145a18f1270d0bec22275ef179a /www/jdresolve | |
parent | d10d6a25c4d0a960317c5a2166e62ad7b4c1a616 (diff) | |
download | freebsd-ports-gnome-46eea852f714e565e67fd3f35e9420a985604ebd.tar.gz freebsd-ports-gnome-46eea852f714e565e67fd3f35e9420a985604ebd.tar.zst freebsd-ports-gnome-46eea852f714e565e67fd3f35e9420a985604ebd.zip |
Add vendor patch to fix a pair of bugs.
Bump portrevision.
PR: ports/82352
Submitted by: christophe@labouisse.org (maintainer)
Diffstat (limited to 'www/jdresolve')
-rw-r--r-- | www/jdresolve/Makefile | 5 | ||||
-rw-r--r-- | www/jdresolve/distinfo | 6 | ||||
-rw-r--r-- | www/jdresolve/pkg-descr | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/www/jdresolve/Makefile b/www/jdresolve/Makefile index 1d9f5d091752..5a03a83df5ab 100644 --- a/www/jdresolve/Makefile +++ b/www/jdresolve/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: jdresolve # Date created: 15 June 2001 # Whom: Christophe Labouisse <christophe@labouisse.org> @@ -8,8 +7,11 @@ PORTNAME= jdresolve PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.jdrowell.com/projects/jdresolve/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch-0.6.2b1.diff MAINTAINER= christophe@labouisse.org 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 RUN_DEPENDS= ${BUILD_DEPENDS} -USE_BZIP2= yes USE_PERL5= yes NO_BUILD= yes diff --git a/www/jdresolve/distinfo b/www/jdresolve/distinfo index 299a2ef57dbf..73697d1cfcce 100644 --- a/www/jdresolve/distinfo +++ b/www/jdresolve/distinfo @@ -1,2 +1,4 @@ -MD5 (jdresolve-0.6.1.tar.bz2) = f7eb2ef7d1ce517803e2f2fa051a99c1 -SIZE (jdresolve-0.6.1.tar.bz2) = 40960 +MD5 (jdresolve-0.6.1.tar.gz) = 916a1e0023d2d18e2b2e8efd4efe23c5 +SIZE (jdresolve-0.6.1.tar.gz) = 51200 +MD5 (patch-0.6.2b1.diff) = b1f6147a4b1f10ec1b77ed11ca3c9634 +SIZE (patch-0.6.2b1.diff) = 1222 diff --git a/www/jdresolve/pkg-descr b/www/jdresolve/pkg-descr index 58c048a06157..4fc80ea668e7 100644 --- a/www/jdresolve/pkg-descr +++ b/www/jdresolve/pkg-descr @@ -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 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 |