View | Details | Raw Unified | Return to bug 167417
Collapse All | Expand All

(-)./Makefile (-4 / +9 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	ZConf-Cron
8
PORTNAME=	ZConf-Cron
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.1.1
10
PORTREVISION=	1
11
CATEGORIES=	sysutils perl5
10
CATEGORIES=	sysutils perl5
12
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
13
MASTER_SITE_SUBDIR=	CPAN:VVELOX
12
MASTER_SITE_SUBDIR=	CPAN:VVELOX
Lines 21-31 Link Here
21
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
20
		p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
22
		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
21
		p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
23
		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
22
		p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
24
RUN_DEPENS:=	${BUILD_DEPENDS}
23
RUN_DEPENDS:=	${BUILD_DEPENDS}
25
24
26
PERL_CONFIGURE=	yes
25
PERL_CONFIGURE=	yes
27
26
28
MAN3=		ZConf::Cron.3 \
27
MAN3=		ZConf::Cron.3 \
29
		ZConf::Cron::GUI.3
28
		ZConf::Cron::GUI.3
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.pre.mk>
31
# One of it's dependency is p5-GSSAPI which is marked broken for 7.X
32
.if ${OSVERSION} < 800000
33
BROKEN=	Does not work on FreeBSD 7.x
34
.endif
35
36
.include <bsd.port.post.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (ZConf-Cron-1.1.0.tar.gz) = ce731c39251992f3ad1be741a2554f9fed606d5d04e91b35fd50f5149e783263
1
SHA256 (ZConf-Cron-1.1.1.tar.gz) = 103335979dc478bcc50eca350d643eabebc4b291ec04dd0b682b33b3504ef82d
2
SIZE (ZConf-Cron-1.1.0.tar.gz) = 10442
2
SIZE (ZConf-Cron-1.1.1.tar.gz) = 10486
(-)./pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
zccrontab - Manage crontabs stored in ZConf.
7
zccrontab - Manage crontabs stored in ZConf.
8
gzccrontab - Invokes GUI editor for installed crontabs.
8
gzccrontab - Invokes GUI editor for installed crontabs.
9
9
10
WWW: http://search.cpan.org/dist/ZConf-Cron
10
WWW: http://search.cpan.org/dist/ZConf-Cron/

Return to bug 167417