aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Dispatch
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-10-30 20:22:06 +0800
committertobez <tobez@FreeBSD.org>2001-10-30 20:22:06 +0800
commitb6e335c2768147d25217cd4ed3eb46d17f6fc325 (patch)
tree418eaa12aab45e0953ad94aeca04f91e7c32e1ab /devel/p5-Log-Dispatch
parent7950ffea877e262905708dbb1bc9b36053373fdc (diff)
downloadfreebsd-ports-graphics-b6e335c2768147d25217cd4ed3eb46d17f6fc325.tar.gz
freebsd-ports-graphics-b6e335c2768147d25217cd4ed3eb46d17f6fc325.tar.zst
freebsd-ports-graphics-b6e335c2768147d25217cd4ed3eb46d17f6fc325.zip
Update to 1.80; add WWW.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r--devel/p5-Log-Dispatch/Makefile4
-rw-r--r--devel/p5-Log-Dispatch/distinfo2
-rw-r--r--devel/p5-Log-Dispatch/pkg-descr2
3 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index 4f4ab5e3dd8..1ee4175637a 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Log-Dispatch
-PORTVERSION= 1.79
+PORTVERSION= 1.80
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Log
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index 8199d30e470..f393a02bb3b 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -1 +1 @@
-MD5 (Log-Dispatch-1.79.tar.gz) = 454da144672bd6b0fb24a12b17830991
+MD5 (Log-Dispatch-1.80.tar.gz) = 4b62c1819ecddd05b3694959a96a44aa
diff --git a/devel/p5-Log-Dispatch/pkg-descr b/devel/p5-Log-Dispatch/pkg-descr
index d64e8570b62..eb687a656c8 100644
--- a/devel/p5-Log-Dispatch/pkg-descr
+++ b/devel/p5-Log-Dispatch/pkg-descr
@@ -10,5 +10,7 @@ reduce the need for subclassing.
Subclassing is only needed to send a message to a different output, not
to change the message format.
+WWW: http://search.cpan.org/search?dist=Log-Dispatch
+
-Anton
<tobez@FreeBSD.org>