summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Cache
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-01 09:33:46 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-01 09:33:46 +0000
commit0b6297f963de647adb5de0fb370e3659c691a490 (patch)
tree7006beb6f83ac60fdb0474bd9f5e411daf94058b /www/p5-CGI-Cache
parentUpdate to 0.0.15 (diff)
Update www/p5-CGI-Cache to 1.10, assign maintainer to petef@databits.net,
fix up pkg-descr. PR: 29353 Submitted by: petef@databits.net
Notes
Notes: svn path=/head/; revision=45692
Diffstat (limited to 'www/p5-CGI-Cache')
-rw-r--r--www/p5-CGI-Cache/Makefile4
-rw-r--r--www/p5-CGI-Cache/distinfo2
-rw-r--r--www/p5-CGI-Cache/pkg-descr7
3 files changed, 8 insertions, 5 deletions
diff --git a/www/p5-CGI-Cache/Makefile b/www/p5-CGI-Cache/Makefile
index eccaec4eab05..f1cb388f9884 100644
--- a/www/p5-CGI-Cache/Makefile
+++ b/www/p5-CGI-Cache/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= CGI-Cache
-PORTVERSION= 1.03
+PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= petef@databits.net
BUILD_DEPENDS= ${SITE_PERL}/File/Cache.pm:${PORTSDIR}/devel/p5-File-Cache
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/www/p5-CGI-Cache/distinfo b/www/p5-CGI-Cache/distinfo
index fc16dcf59e58..11d87d958e97 100644
--- a/www/p5-CGI-Cache/distinfo
+++ b/www/p5-CGI-Cache/distinfo
@@ -1 +1 @@
-MD5 (CGI-Cache-1.03.tar.gz) = 07781e3ed794d4d7e0dae67f0e0fe3c0
+MD5 (CGI-Cache-1.10.tar.gz) = b273a7dc47227e22acb4a542c6c425dc
diff --git a/www/p5-CGI-Cache/pkg-descr b/www/p5-CGI-Cache/pkg-descr
index df9e742c80e8..6ccc510930c0 100644
--- a/www/p5-CGI-Cache/pkg-descr
+++ b/www/p5-CGI-Cache/pkg-descr
@@ -1,5 +1,8 @@
CGI::Cache is a perl extension to help cache output of time-intensive
-CGI scripts so that subsequent visists to such scripts will not cost
+CGI scripts so that subsequent visits to such scripts will not cost
as much time.
---will
+WWW: http://search.cpan.org/search?dist=CGI-Cache
+
+- Pete
+petef@databits.net