diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-22 15:45:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-22 15:45:58 +0800 |
commit | 79983a5cf1e63e6cd7a0eaa0a84dfe3187adb9a3 (patch) | |
tree | 5b5e8b2134c8c8049389c5808f21b5a40466816e /devel | |
parent | 9c22665ad4e30127e7e9e174cfaaeeeac548aa30 (diff) | |
download | freebsd-ports-gnome-79983a5cf1e63e6cd7a0eaa0a84dfe3187adb9a3.tar.gz freebsd-ports-gnome-79983a5cf1e63e6cd7a0eaa0a84dfe3187adb9a3.tar.zst freebsd-ports-gnome-79983a5cf1e63e6cd7a0eaa0a84dfe3187adb9a3.zip |
- Update to 2.31
- Add LICENSE
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 2e787982e05a..6aa7bd090bbe 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Log-Dispatch -PORTVERSION= 2.29 -PORTREVISION= 2 +PORTVERSION= 2.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A suite of OO modules for logging messages to multiple outputs -RUN_DEPENDS= p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +LICENSE= ART20 + +BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ + p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index fc319bc73843..16fd64077ce1 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-2.29.tar.gz) = bb2312625d45bf4a0516caa4944842ad5d085386acbe900aacdbc08b2a1cfcf5 -SIZE (Log-Dispatch-2.29.tar.gz) = 32128 +SHA256 (Log-Dispatch-2.31.tar.gz) = 9408500bba21a3c69a10b46e052220f94e278465f21e2aa36d6120006a9072b4 +SIZE (Log-Dispatch-2.31.tar.gz) = 31790 |