diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-11 16:50:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-11 16:50:45 +0000 |
commit | efec82df677b503b91a9215420e8c1ced95be4c4 (patch) | |
tree | ca8fced6b0649d98c8f186d2e4862a8ecb89dc27 /devel/p5-TheSchwartz | |
parent | 2f6ee0194863192a282a5ff86a6a4b5c725fcab3 (diff) | |
download | ports-efec82df677b503b91a9215420e8c1ced95be4c4.tar.gz ports-efec82df677b503b91a9215420e8c1ced95be4c4.zip |
Notes
Diffstat (limited to 'devel/p5-TheSchwartz')
-rw-r--r-- | devel/p5-TheSchwartz/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-TheSchwartz/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-TheSchwartz/pkg-plist | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/devel/p5-TheSchwartz/Makefile b/devel/p5-TheSchwartz/Makefile index 9420a561f1b8..a571581b4e51 100644 --- a/devel/p5-TheSchwartz/Makefile +++ b/devel/p5-TheSchwartz/Makefile @@ -6,13 +6,13 @@ # PORTNAME= TheSchwartz -PORTVERSION= 1.04 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Reliable job queue RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ @@ -22,4 +22,8 @@ PERL_CONFIGURE= 5.8.0+ MAN3= TheSchwartz.3 TheSchwartz::Job.3 TheSchwartz::Worker.3 +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/extras/check_schwartz ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/extras/thetop ${PREFIX}/bin/ + .include <bsd.port.mk> diff --git a/devel/p5-TheSchwartz/distinfo b/devel/p5-TheSchwartz/distinfo index db4fa0d0dcdc..386085017d50 100644 --- a/devel/p5-TheSchwartz/distinfo +++ b/devel/p5-TheSchwartz/distinfo @@ -1,3 +1,3 @@ -MD5 (TheSchwartz-1.04.tar.gz) = f750525972485e69c8a08d4a45f51247 -SHA256 (TheSchwartz-1.04.tar.gz) = b5d15d84db2f4f70e008ee66b2be32e57136bd891bafbe4c91957e153eea1aad -SIZE (TheSchwartz-1.04.tar.gz) = 44656 +MD5 (TheSchwartz-1.07.tar.gz) = c5c4c2a0c8a43f2c5e698e8d849f2382 +SHA256 (TheSchwartz-1.07.tar.gz) = 47d7dba0d6ecb75c3f116f907d5a3a6dc772ad41a4cb2cf32c552ffd20256f35 +SIZE (TheSchwartz-1.07.tar.gz) = 52394 diff --git a/devel/p5-TheSchwartz/pkg-plist b/devel/p5-TheSchwartz/pkg-plist index 9425ddbb5fae..694907f63601 100644 --- a/devel/p5-TheSchwartz/pkg-plist +++ b/devel/p5-TheSchwartz/pkg-plist @@ -1,4 +1,7 @@ +@comment $FreeBSD$ +bin/check_schwartz bin/schwartzmon +bin/thetop %%SITE_PERL%%/%%PERL_ARCH%%/auto/TheSchwartz/.packlist %%SITE_PERL%%/TheSchwartz.pm %%SITE_PERL%%/TheSchwartz/Error.pm |