From 7d54b6f5593c32e0a77a6c1777cb01865ba7e6c3 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 10 Feb 2003 20:49:48 +0000 Subject: [PATCH] Update to 0.05 PR: ports/48153 Submitted by: Erwin Lansing --- www/p5-Apache-AuthenCache/Makefile | 6 ++++-- www/p5-Apache-AuthenCache/distinfo | 2 +- www/p5-Apache-AuthenCache/pkg-descr | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/www/p5-Apache-AuthenCache/Makefile b/www/p5-Apache-AuthenCache/Makefile index 9ada4e0055d6..53ba7880ea00 100644 --- a/www/p5-Apache-AuthenCache/Makefile +++ b/www/p5-Apache-AuthenCache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-AuthenCache -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -14,7 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash +BUILD_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \ + ${SITE_PERL}/IPC/Cache.pm:${PORTSDIR}/devel/p5-IPC-Cache \ + ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} diff --git a/www/p5-Apache-AuthenCache/distinfo b/www/p5-Apache-AuthenCache/distinfo index ad6b3be71b50..d3affde87d7c 100644 --- a/www/p5-Apache-AuthenCache/distinfo +++ b/www/p5-Apache-AuthenCache/distinfo @@ -1 +1 @@ -MD5 (Apache-AuthenCache-0.04.tar.gz) = 2984cc8c6aedf033701275bca0f393ca +MD5 (Apache-AuthenCache-0.05.tar.gz) = d6d19a1dca46ad03c7504fbc8d435fca diff --git a/www/p5-Apache-AuthenCache/pkg-descr b/www/p5-Apache-AuthenCache/pkg-descr index e1ce3edbcfee..8f7d4d230c05 100644 --- a/www/p5-Apache-AuthenCache/pkg-descr +++ b/www/p5-Apache-AuthenCache/pkg-descr @@ -3,5 +3,6 @@ to be used in conjunction with a primary authentication module, e.g. Apache::AuthenDBI and others. Author: Jason Bodnar +WWW: http://search.cpan.org/dist/Apache-AuthenCache/ --will