diff options
author | Juergen Daubert <jue@jue.li> | 2007-01-18 14:54:52 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-01-18 14:54:52 +0100 |
commit | 1d909026872554aa7d947a6784427f81c6ee93a2 (patch) | |
tree | 45f4252f9868ebc88eccb2299d3221f16cf94a99 /fcron | |
parent | 7851754fd55f1583830b6186250d8c48ca82f2d3 (diff) | |
download | opt-1d909026872554aa7d947a6784427f81c6ee93a2.tar.gz opt-1d909026872554aa7d947a6784427f81c6ee93a2.tar.xz |
fcron: update to 3.0.2
Diffstat (limited to 'fcron')
-rw-r--r-- | fcron/.md5sum | 4 | ||||
-rw-r--r-- | fcron/Pkgfile | 16 | ||||
-rw-r--r-- | fcron/fcron-config.patch | 8 |
3 files changed, 15 insertions, 13 deletions
diff --git a/fcron/.md5sum b/fcron/.md5sum index af7263cb1..5f3a92c63 100644 --- a/fcron/.md5sum +++ b/fcron/.md5sum @@ -1,4 +1,4 @@ 646ff958524a01da4069b33c5b48b52a fcron -8e5dcb3a646c11294294895954ef0a48 fcron-3.0.1.src.tar.gz -58ccf07493af3c154502fbd1376d0dc1 fcron-config.patch +f35e6af41d356ebcb38882f86a14fb94 fcron-3.0.2.src.tar.gz +8202fca16ba6c7c255b04215458c445e fcron-config.patch 39072065ed7a9ea70bc40308f622ebcf root.orig diff --git a/fcron/Pkgfile b/fcron/Pkgfile index 876dfd685..7619a14eb 100644 --- a/fcron/Pkgfile +++ b/fcron/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de name=fcron -version=3.0.1 +version=3.0.2 release=1 source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \ $name-config.patch fcron root.orig) @@ -15,13 +15,15 @@ build () { ./configure --prefix=/usr \ --with-etcdir=/etc/fcron \ --mandir=/usr/man \ - --with-docdir=/usr/doc \ - --with-spooldir=/var/spool/fcron \ - --with-fifodir=/var/run \ - --with-boot-install=no \ - --with-username=daemon \ + --with-docdir=/usr/doc \ + --with-spooldir=/var/spool/fcron \ + --with-fifodir=/var/run \ + --with-boot-install=no \ + --with-username=daemon \ --with-groupname=daemon \ - --with-pam=no + --with-pam=no \ + --with-sendmail=/usr/sbin/sendmail + make make DESTDIR=$PKG install rm -r $PKG/usr/{doc,man/{fr,man3}} diff --git a/fcron/fcron-config.patch b/fcron/fcron-config.patch index c4ba8841a..674eb2cb7 100644 --- a/fcron/fcron-config.patch +++ b/fcron/fcron-config.patch @@ -1,7 +1,7 @@ -diff -Nru fcron-3.0.1.orig/configure.in fcron-3.0.1/configure.in ---- fcron-3.0.1.orig/configure.in 2006-02-07 18:02:49.000000000 +0100 -+++ fcron-3.0.1/configure.in 2006-02-07 18:03:02.000000000 +0100 -@@ -268,13 +268,8 @@ +diff -Nru fcron-3.0.2.orig/configure.in fcron-3.0.2/configure.in +--- fcron-3.0.2.orig/configure.in 2007-01-17 08:54:11.000000000 +0100 ++++ fcron-3.0.2/configure.in 2007-01-17 08:54:23.000000000 +0100 +@@ -278,13 +278,8 @@ fi ;; *) |