mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Update to 3.0.3
PR: 113386 Submitted by: Brad Huntting <huntting@glarp.com> (maintainer)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= fcron
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.0.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
http://fcron.free.fr/archives/ \
|
||||
@@ -21,7 +21,8 @@ COMMENT= A periodic command scheduler
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
|
||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --localstatedir=/var \
|
||||
--with-cflags="${CFLAGS}" \
|
||||
--with-rootname=root --with-rootgroup=wheel \
|
||||
--with-docdir=${DOCSDIR}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (fcron-3.0.2.src.tar.gz) = f35e6af41d356ebcb38882f86a14fb94
|
||||
SHA256 (fcron-3.0.2.src.tar.gz) = ea25f4e9a78f6872c65cc97aa18c018b548e9fcd73b06d77c312e635ecf9ad48
|
||||
SIZE (fcron-3.0.2.src.tar.gz) = 540559
|
||||
MD5 (fcron-3.0.3.src.tar.gz) = c85e6eecd0564f37658ae250a491fd31
|
||||
SHA256 (fcron-3.0.3.src.tar.gz) = 5ba9605ce49446c18ed49c7d16602aef760169f29fbcc34dc09b6177388dce00
|
||||
SIZE (fcron-3.0.3.src.tar.gz) = 549501
|
||||
|
||||
@@ -5,10 +5,10 @@ SHELL=/bin/sh
|
||||
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
||||
HOME=/var/log
|
||||
#
|
||||
@serial,lavg5(1.5) 5 /usr/libexec/atrun
|
||||
@nolog,lavg5(1.5) 5 /usr/libexec/atrun
|
||||
#
|
||||
# Rotate log files every hour, if necessary.
|
||||
%hourly * newsyslog
|
||||
%nolog,hourly * newsyslog
|
||||
#
|
||||
# Perform daily/weekly/monthly maintenance.
|
||||
%daily,serial * * periodic daily
|
||||
|
||||
Reference in New Issue
Block a user