diff options
author | clsung <clsung@FreeBSD.org> | 2007-08-14 12:45:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-08-14 12:45:33 +0800 |
commit | c2d03758967c9c6c91abfed44207db8fcd623b42 (patch) | |
tree | d1946872d422f1c5757a0c6f2534f0c8a01b9093 /devel | |
parent | 140b0bbe332c885a854b0db8beafc34a0d17d674 (diff) | |
download | freebsd-ports-gnome-c2d03758967c9c6c91abfed44207db8fcd623b42.tar.gz freebsd-ports-gnome-c2d03758967c9c6c91abfed44207db8fcd623b42.tar.zst freebsd-ports-gnome-c2d03758967c9c6c91abfed44207db8fcd623b42.zip |
- Update to 1.02
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch-Config/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Config/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch-Config/pkg-descr | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Log-Dispatch-Config/Makefile b/devel/p5-Log-Dispatch-Config/Makefile index bb016d83f379..f8035a65d66a 100644 --- a/devel/p5-Log-Dispatch-Config/Makefile +++ b/devel/p5-Log-Dispatch-Config/Makefile @@ -6,14 +6,13 @@ # PORTNAME= Log-Dispatch-Config -PORTVERSION= 1.01 -PORTREVISION= 1 +PORTVERSION= 1.02 CATEGORIES= devel sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Log PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= A log4j equivalent for Perl BUILD_DEPENDS= ${PM_DEPENDS} diff --git a/devel/p5-Log-Dispatch-Config/distinfo b/devel/p5-Log-Dispatch-Config/distinfo index 01f8c6ef8f99..1b4dab0795df 100644 --- a/devel/p5-Log-Dispatch-Config/distinfo +++ b/devel/p5-Log-Dispatch-Config/distinfo @@ -1,3 +1,3 @@ -MD5 (Log-Dispatch-Config-1.01.tar.gz) = 9d9b7b5d3426819e6b6e14e91b867242 -SHA256 (Log-Dispatch-Config-1.01.tar.gz) = 1f9c9ebc83a9aa84abb770c8cf967a70d222095ddd3a90ed78342357f59b7827 -SIZE (Log-Dispatch-Config-1.01.tar.gz) = 11284 +MD5 (Log-Dispatch-Config-1.02.tar.gz) = 9fe652d4c260daf65f703f7aa3b59fcb +SHA256 (Log-Dispatch-Config-1.02.tar.gz) = ee366dc684ecc70e9ae797cff107d85e7b17c09b69040f6c274a72ae30d56463 +SIZE (Log-Dispatch-Config-1.02.tar.gz) = 11903 diff --git a/devel/p5-Log-Dispatch-Config/pkg-descr b/devel/p5-Log-Dispatch-Config/pkg-descr index 98f8b0c71aa0..375c0557a232 100644 --- a/devel/p5-Log-Dispatch-Config/pkg-descr +++ b/devel/p5-Log-Dispatch-Config/pkg-descr @@ -2,3 +2,5 @@ Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configulation file (default, in AppConfig format). This is almost a log4j equivalent for Perl, not with all API compatibility though. + +WWW: http://search.cpan.org/dist/Log-Dispatch-Config/ |