diff options
author | culot <culot@FreeBSD.org> | 2013-07-25 15:45:09 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-07-25 15:45:09 +0800 |
commit | 529b567f8e851b3d1042155be4cb8e48f5abb07f (patch) | |
tree | 2cf2c05bea8ccaea55db00df7468f06efc906fbd | |
parent | a2396030f79426714e60c7ec52f05c936861321e (diff) | |
download | freebsd-ports-gnome-529b567f8e851b3d1042155be4cb8e48f5abb07f.tar.gz freebsd-ports-gnome-529b567f8e851b3d1042155be4cb8e48f5abb07f.tar.zst freebsd-ports-gnome-529b567f8e851b3d1042155be4cb8e48f5abb07f.zip |
- Update to 2.41
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
PR: ports/180823
Submitted by: Stephon Chen <stephon@gmail.com>
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 4b322a3bf91c..3d4d86f63fe8 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch -PORTVERSION= 2.40 +PORTVERSION= 2.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,7 @@ COMMENT= Suite of OO modules for logging messages to multiple outputs LICENSE= ART20 BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \ p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index 7750e2d78e12..96b90a109260 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.40.tar.gz) = ce302a56021ca85b763c9ae484d25efb450870e50defc03d9034ed9865115249 -SIZE (Log-Dispatch-2.40.tar.gz) = 35057 +SHA256 (Log-Dispatch-2.41.tar.gz) = 3f81fa068a2d68b0d13243a874da765ffb728a9d26ed44ef088ca627faa4556f +SIZE (Log-Dispatch-2.41.tar.gz) = 35285 |