diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 12:22:06 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 12:22:06 +0000 |
commit | c8ac9cd79d28b9891123676466fc5c3d95377d7e (patch) | |
tree | 64af454230e3a74612563a3fca807293c6286dab | |
parent | 7e27b5f7dd6cdd82dbe7ca60650f8fb5c99daf25 (diff) | |
download | ports-c8ac9cd79d28b9891123676466fc5c3d95377d7e.tar.gz ports-c8ac9cd79d28b9891123676466fc5c3d95377d7e.zip |
Notes
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 4f4ab5e3dd8d..1ee4175637a1 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 8199d30e470b..f393a02bb3b1 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 d64e8570b627..eb687a656c8f 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> |