Author: thomas Date: Sun Mar 17 23:56:56 2013 New Revision: 11113 Log: Upgrade fcron-3.1.2
Modified: trunk/BOOK/general.ent trunk/BOOK/general/sysutils/fcron.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sat Mar 16 18:59:41 2013 (r11112) +++ trunk/BOOK/general.ent Sun Mar 17 23:56:56 2013 (r11113) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "16"> <!-- Always 2 digits --> +<!ENTITY day "18"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2013"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "March 16th, &year;"> +<!ENTITY releasedate "March 18th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -338,7 +338,7 @@ <!ENTITY dbus-glib-version "0.100.2"> <!ENTITY dbus-python-version "1.1.1"> <!ENTITY eject-version "2.1.5"> -<!ENTITY fcron-version "3.1.1"> +<!ENTITY fcron-version "3.1.2"> <!ENTITY gpm-version "1.20.7"> <!ENTITY hdparm-version "9.43"> <!ENTITY ibus-version "1.5.1"> @@ -370,6 +370,7 @@ <!ENTITY cmake-version "2.8.10.2"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5.1"> +<!ENTITY dmd-version "2.062"> <!ENTITY doxygen-version "1.8.3.1"> <!ENTITY expect-version "5.45"> <!ENTITY gcc-version "4.7.2"> Modified: trunk/BOOK/general/sysutils/fcron.xml ============================================================================== --- trunk/BOOK/general/sysutils/fcron.xml Sat Mar 16 18:59:41 2013 (r11112) +++ trunk/BOOK/general/sysutils/fcron.xml Sun Mar 17 23:56:56 2013 (r11113) @@ -6,7 +6,7 @@ <!ENTITY fcron-download-http "http://fcron.free.fr/archives/fcron-&fcron-version;.src.tar.gz"> <!ENTITY fcron-download-ftp "ftp://ftp.seul.org/pub/fcron/fcron-&fcron-version;.src.tar.gz"> - <!ENTITY fcron-md5sum "230b91f308e6012957a3a71a94f03838"> + <!ENTITY fcron-md5sum "36bf213e15f3a480f2274f8e46cced0a"> <!ENTITY fcron-size "583 KB"> <!ENTITY fcron-buildsize "3.6 MB"> <!ENTITY fcron-time "0.1 SBU"> @@ -56,7 +56,7 @@ <para>Estimated build time: &fcron-time;</para> </listitem> </itemizedlist> - +<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -66,7 +66,7 @@ </para> </listitem> </itemizedlist> - +--> <bridgehead renderas="sect3">Fcron Dependencies</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead> @@ -121,9 +121,7 @@ <para>Install <application>Fcron</application> by running the following commands:</para> -<screen><userinput>patch -Np1 -i ../fcron-&fcron-version;-sendmail_upstream-1.patch && -autoconf && -./configure --prefix=/usr --sysconfdir=/etc \ +<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --without-sendmail --with-boot-install=no \ --with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version; && make</userinput></screen> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sat Mar 16 18:59:41 2013 (r11112) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Mar 17 23:56:56 2013 (r11113) @@ -44,6 +44,15 @@ --> <listitem> + <para>March 18th, 2013</para> + <itemizedlist> + <listitem> + <para>[thomas] - fcron 3.1.2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 16th, 2013</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
