diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-03-15 23:19:13 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-03-15 23:19:13 +0000 |
commit | a6994d914788c95279cab392579b4be8d0bd6535 (patch) | |
tree | ce4dca108ce8ae2393a7b6a2ca9cf8755d87445a /devel/p5-TheSchwartz | |
parent | 092f906a0e3cf38269e56bf4abd600566969038d (diff) | |
download | ports-a6994d914788c95279cab392579b4be8d0bd6535.tar.gz ports-a6994d914788c95279cab392579b4be8d0bd6535.zip |
Update to 1.10.
Notes
Notes:
svn path=/head/; revision=251105
Diffstat (limited to 'devel/p5-TheSchwartz')
-rw-r--r-- | devel/p5-TheSchwartz/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-TheSchwartz/distinfo | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/devel/p5-TheSchwartz/Makefile b/devel/p5-TheSchwartz/Makefile index 7225823f7c54..1c7ea5a249d9 100644 --- a/devel/p5-TheSchwartz/Makefile +++ b/devel/p5-TheSchwartz/Makefile @@ -6,21 +6,21 @@ # PORTNAME= TheSchwartz -PORTVERSION= 1.07 -PORTREVISION= 1 +PORTVERSION= 1.10 CATEGORIES= devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ +MASTER_SITES= CPAN/../../authors/id/S/SI/SIXAPART PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reliable job queue -RUN_DEPENDS= ${SITE_PERL}/Data/ObjectDriver.pm:${PORTSDIR}/devel/p5-Data-ObjectDriver +BUILD_DEPENDS= p5-Data-ObjectDriver>=0:${PORTSDIR}/devel/p5-Data-ObjectDriver +RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes -MAN3= TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3 +MAN1= schwartzmon.1 +MAN3= TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/extras/check_schwartz ${PREFIX}/bin/ diff --git a/devel/p5-TheSchwartz/distinfo b/devel/p5-TheSchwartz/distinfo index 386085017d50..c10345733853 100644 --- a/devel/p5-TheSchwartz/distinfo +++ b/devel/p5-TheSchwartz/distinfo @@ -1,3 +1,3 @@ -MD5 (TheSchwartz-1.07.tar.gz) = c5c4c2a0c8a43f2c5e698e8d849f2382 -SHA256 (TheSchwartz-1.07.tar.gz) = 47d7dba0d6ecb75c3f116f907d5a3a6dc772ad41a4cb2cf32c552ffd20256f35 -SIZE (TheSchwartz-1.07.tar.gz) = 52394 +MD5 (TheSchwartz-1.10.tar.gz) = 2225bd8190671b49e3a29b8f866b7afb +SHA256 (TheSchwartz-1.10.tar.gz) = f32741ae5144b0315caec0031ed1bff2819f9c61829a77d6880139b7bef30799 +SIZE (TheSchwartz-1.10.tar.gz) = 60150 |