[Lunar-commits] r16419 - moonbase/trunk/utils/fcron
Florin Braescu
florin at lunar-linux.org
Sun Sep 11 09:56:27 UTC 2005
Author: florin
Date: 2005-09-11 09:56:26 +0000 (Sun, 11 Sep 2005)
New Revision: 16419
Modified:
moonbase/trunk/utils/fcron/BUILD
moonbase/trunk/utils/fcron/DETAILS
Log:
bump the version from 2.0.2 to 3.0.0. major bugfixes, code cleanup and features added.
Modified: moonbase/trunk/utils/fcron/BUILD
===================================================================
--- moonbase/trunk/utils/fcron/BUILD 2005-09-11 09:55:44 UTC (rev 16418)
+++ moonbase/trunk/utils/fcron/BUILD 2005-09-11 09:56:26 UTC (rev 16419)
@@ -12,15 +12,12 @@
sedit "s/-O2/$CFLAGS/" configure
- ./configure --prefix=/usr \
- --with-answer-all=no \
- --without-sendmail \
- $WITH_PAM \
+ ./configure --prefix=/usr \
+ --with-answer-all=no \
+ --without-sendmail \
+ $WITH_PAM \
--with-editor=$EDITOR &&
- make &&
- prepare_install &&
- make install ||
- exit 1
+ default_make &&
if [ -e /etc/init.d/fcron.sh ]; then
Modified: moonbase/trunk/utils/fcron/DETAILS
===================================================================
--- moonbase/trunk/utils/fcron/DETAILS 2005-09-11 09:55:44 UTC (rev 16418)
+++ moonbase/trunk/utils/fcron/DETAILS 2005-09-11 09:56:26 UTC (rev 16419)
@@ -1,12 +1,12 @@
MODULE=fcron
- VERSION=2.0.2
+ VERSION=3.0.0
SOURCE=$MODULE-$VERSION.src.tar.gz
SOURCE_URL[0]=ftp://ftp.seul.org/pub/$MODULE/
SOURCE_URL[1]=http://fcron.free.fr/
- SOURCE_VFY=sha1:180dac1c925fb0819fbfcc71d5a6e3c25697a70f
+ SOURCE_VFY=sha1:d69b767c453621ca7d8089d966e51909c3c42b17
WEB_SITE=http://fcron.free.fr
ENTERED=20010922
- UPDATED=20041116
+ UPDATED=20050911
SHORT="fcron is a superior periodic scheduler."
cat << EOF
More information about the Lunar-commits
mailing list