fcron: update to 3.3.1

This commit is contained in:
Juergen Daubert 2021-12-07 15:57:27 +01:00
parent c7667008cc
commit 9d90f63032
3 changed files with 36 additions and 35 deletions

View File

@ -11,11 +11,11 @@ drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/fcron
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
---s--s--x fcron/fcron usr/bin/fcrondyn
---s--x--- root/fcron usr/bin/fcronsighup
---s--s--x fcron/fcron usr/bin/fcrontab
-rws--s--x fcron/fcron usr/bin/fcrondyn
-rws--x--- root/fcron usr/bin/fcronsighup
-rws--s--x fcron/fcron usr/bin/fcrontab
drwxr-xr-x root/root usr/sbin/
---x--x--- root/root usr/sbin/fcron
-rwx--x--- root/root usr/sbin/fcron
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TT3yEnUf5vWF1aeR4ISrXCynodaCbRwmQMYhufDvbScpxHcVaKQbzeNGfoFboPa40lPe0/WH3ddDOhQTcXmOw4=
SHA256 (Pkgfile) = 40dd9fd59365c0e8f8b4083600a1c010268b38fe96eeac42404dbf621fde7465
SHA256 (.footprint) = 0f191355e32541379e76ffe91f2221bcd7cbf014affa5f9236aa3b3fd30088ed
SHA256 (fcron-3.3.0.src.tar.gz) = 9aead33a0926e2eec123698c502114c6d67b483fe1ec232969fae6809b0bab60
RWSE3ohX2g5d/WLwQm/VVGnSYq4VuCQZ78bvOaI9f/BKcwVZtb1Vcr3hBH7aYfE9kpj42Qtf1LO6InCypDefIUL5pfDx+2HHZw4=
SHA256 (Pkgfile) = 0a3d4177fe1e56c8c35b0c1d7d5e3065630ccc67eb65c05af8128468caf3f26e
SHA256 (.footprint) = db8ea76fb4cbbc5601c5d6cd6d742805ab4935c06dc6951a17e3215c6fe9e688
SHA256 (fcron-3.3.1.src.tar.gz) = f359daa08a63ddfb7fe2f964bb3f5c52244c25aa36f9225a3cc54d36f4681106
SHA256 (fcron) = f57aeeedd1b0ddcc92fd24ad105b45646555ae648ee6d9fedec8c4eafdc6487a
SHA256 (systab.orig) = 768de3cddf3dee50a80a154282a9efa9195dfd60fdb0ba2a0ac4401ac7a9eb69

View File

@ -4,15 +4,16 @@
# Depends on: readline
name=fcron
version=3.3.0
release=2
version=3.3.1
release=1
source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz
fcron systab.orig)
build () {
cd $name-$version
./configure --prefix=/usr \
./configure \
--prefix=/usr \
--sysconfdir=/etc/fcron \
--localstatedir=/var \
--mandir=/usr/share/man \