diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-28 20:32:07 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-28 20:32:07 +0800 |
commit | 7fa00a29c9d66248d560891fe312450f9a209657 (patch) | |
tree | 30900dcb98b062bf423415fedcecbca65c649734 /www | |
parent | 178db9d798f937fb68616d707d919be311f782e1 (diff) | |
download | freebsd-ports-graphics-7fa00a29c9d66248d560891fe312450f9a209657.tar.gz freebsd-ports-graphics-7fa00a29c9d66248d560891fe312450f9a209657.tar.zst freebsd-ports-graphics-7fa00a29c9d66248d560891fe312450f9a209657.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')
-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 1d9f5d09175..5a03a83df5a 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 299a2ef57db..73697d1cfcc 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 58c048a0615..4fc80ea668e 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 |