Date: Tue, 5 Jun 2007 13:28:57 -0600 (MDT) From: Brad Huntting <huntting@glarp.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: huntting@glarp.com Subject: ports/113386: sysutils/fcron Message-ID: <200706051928.l55JSvLQ006197@studious.glarp.com> Resent-Message-ID: <200706051930.l55JU1UD066346@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113386 >Category: ports >Synopsis: sysutils/fcron >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 05 19:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD studious.glarp.com 6.2-STABLE FreeBSD 6.2-STABLE #2: Fri Feb 9 12:54:12 MST 2007 root@studious.glarp.com:/usr/src/sys/i386/compile/STUDIOUS i386 >Description: Update to fcron version 3.0.3 >How-To-Repeat: >Fix: diff -ur /usr/ports/sysutils/fcron/Makefile fcron/Makefile --- /usr/ports/sysutils/fcron/Makefile Wed Jan 17 00:30:11 2007 +++ fcron/Makefile Tue Jun 5 13:08:50 2007 @@ -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 @@ 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} diff -ur /usr/ports/sysutils/fcron/distinfo fcron/distinfo --- /usr/ports/sysutils/fcron/distinfo Wed Jan 17 00:30:11 2007 +++ fcron/distinfo Tue Jun 5 10:35:32 2007 @@ -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 diff -ur /usr/ports/sysutils/fcron/files/fcrontab-root fcron/files/fcrontab-root --- /usr/ports/sysutils/fcron/files/fcrontab-root Tue Oct 4 11:54:23 2005 +++ fcron/files/fcrontab-root Thu Apr 19 12:46:14 2007 @@ -5,10 +5,10 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706051928.l55JSvLQ006197>