mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.0.0
PR: ports/139542 Submitted by: "Zane C.B." <vvelox@vvelox.net> Approved by: jadawin(co-mentor)
This commit is contained in:
parent
c58f1441d2
commit
9ecdcd4fd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242758
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ZConf-Cron
|
||||
PORTVERSION= 0.0.1
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
@ -22,6 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ZConf::Cron.3
|
||||
MAN3= ZConf::Cron.3 \
|
||||
ZConf::Cron::GUI.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ZConf-Cron-0.0.1.tar.gz) = c4b96ef0599ab3444d35a465f2b78a80
|
||||
SHA256 (ZConf-Cron-0.0.1.tar.gz) = 600ebfcc8b41629e39592572689ef22305515c2b7a9fabd5fcc0f430767f8dcc
|
||||
SIZE (ZConf-Cron-0.0.1.tar.gz) = 8659
|
||||
MD5 (ZConf-Cron-1.0.0.tar.gz) = d4c17f2265ded4a3133d394f2ef71e15
|
||||
SHA256 (ZConf-Cron-1.0.0.tar.gz) = ac3f77c85a79fe6ffc95f8dc80e76f5b8e2d4e81e5d92cb7429891da1cc1f93f
|
||||
SIZE (ZConf-Cron-1.0.0.tar.gz) = 10106
|
||||
|
@ -5,5 +5,6 @@ The utility zccron is a single pass cron utilitie.
|
||||
|
||||
zccron - Runs crontabs stored in ZConf.
|
||||
zccrontab - Manage crontabs stored in ZConf.
|
||||
gzccrontab - Invokes GUI editor for installed crontabs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ZConf-Cron
|
||||
|
@ -1,7 +1,10 @@
|
||||
bin/zccron
|
||||
bin/zccrontab
|
||||
bin/gzccrontab
|
||||
%%SITE_PERL%%/ZConf/Cron.pm
|
||||
%%SITE_PERL%%/ZConf/Cron/GUI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/ZConf/Cron
|
||||
@dirrmtry %%SITE_PERL%%/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
||||
|
Loading…
Reference in New Issue
Block a user