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

(-)fcron/Makefile (-2 / +3 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	fcron
9
PORTNAME=	fcron
10
PORTVERSION=	3.0.2
10
PORTVERSION=	3.0.3
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
12
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
13
		http://fcron.free.fr/archives/ \
13
		http://fcron.free.fr/archives/ \
Lines 21-27 Link Here
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
USE_PERL5_BUILD=yes
23
USE_PERL5_BUILD=yes
24
CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
24
CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc --localstatedir=/var \
25
		--with-cflags="${CFLAGS}" \
25
		--with-rootname=root --with-rootgroup=wheel \
26
		--with-rootname=root --with-rootgroup=wheel \
26
		--with-docdir=${DOCSDIR}
27
		--with-docdir=${DOCSDIR}
27
28
(-)fcron/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (fcron-3.0.2.src.tar.gz) = f35e6af41d356ebcb38882f86a14fb94
1
MD5 (fcron-3.0.3.src.tar.gz) = c85e6eecd0564f37658ae250a491fd31
2
SHA256 (fcron-3.0.2.src.tar.gz) = ea25f4e9a78f6872c65cc97aa18c018b548e9fcd73b06d77c312e635ecf9ad48
2
SHA256 (fcron-3.0.3.src.tar.gz) = 5ba9605ce49446c18ed49c7d16602aef760169f29fbcc34dc09b6177388dce00
3
SIZE (fcron-3.0.2.src.tar.gz) = 540559
3
SIZE (fcron-3.0.3.src.tar.gz) = 549501
(-)fcron/files/fcrontab-root (-2 / +2 lines)
Lines 5-14 Link Here
5
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
5
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
6
HOME=/var/log
6
HOME=/var/log
7
#
7
#
8
@serial,lavg5(1.5) 5 /usr/libexec/atrun
8
@nolog,lavg5(1.5) 5 /usr/libexec/atrun
9
#
9
#
10
# Rotate log files every hour, if necessary.
10
# Rotate log files every hour, if necessary.
11
%hourly *	newsyslog
11
%nolog,hourly *	newsyslog
12
#
12
#
13
# Perform daily/weekly/monthly maintenance.
13
# Perform daily/weekly/monthly maintenance.
14
%daily,serial * * periodic daily
14
%daily,serial * * periodic daily

Return to bug 113386