summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-12-07 15:57:27 +0100
committerJuergen Daubert <jue@jue.li>2021-12-07 15:57:27 +0100
commit9d90f630320730d7bd2ae5e321c31b2e53ead9e6 (patch)
tree1bb86f4eff2f0d9e0107fa628efa2a3ef98d57aa
parentc7667008cc2b157567a90eac8838277d6a182947 (diff)
downloadopt-9d90f630320730d7bd2ae5e321c31b2e53ead9e6.tar.gz
opt-9d90f630320730d7bd2ae5e321c31b2e53ead9e6.tar.xz
fcron: update to 3.3.1
-rw-r--r--fcron/.footprint8
-rw-r--r--fcron/.signature8
-rw-r--r--fcron/Pkgfile55
3 files changed, 36 insertions, 35 deletions
diff --git a/fcron/.footprint b/fcron/.footprint
index af0d70d54..406ced619 100644
--- a/fcron/.footprint
+++ b/fcron/.footprint
@@ -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/
diff --git a/fcron/.signature b/fcron/.signature
index 3a0208f67..434ba4bfe 100644
--- a/fcron/.signature
+++ b/fcron/.signature
@@ -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
diff --git a/fcron/Pkgfile b/fcron/Pkgfile
index 1dd059ade..9d964449c 100644
--- a/fcron/Pkgfile
+++ b/fcron/Pkgfile
@@ -1,38 +1,39 @@
# Description: Enhanced periodical command scheduler like cron
-# URL: http://fcron.free.fr
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: readline
+# URL: http://fcron.free.fr
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# 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)
+ fcron systab.orig)
build () {
- cd $name-$version
+ cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc/fcron \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --with-spooldir=/var/spool/fcron \
- --with-boot-install=no \
- --with-answer-all=no \
- --with-username=fcron \
- --with-groupname=fcron \
- --with-db2man=no \
- --with-dsssl-dir=no \
- --with-pam=yes \
- --with-sendmail=/usr/sbin/sendmail
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc/fcron \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --with-spooldir=/var/spool/fcron \
+ --with-boot-install=no \
+ --with-answer-all=no \
+ --with-username=fcron \
+ --with-groupname=fcron \
+ --with-db2man=no \
+ --with-dsssl-dir=no \
+ --with-pam=yes \
+ --with-sendmail=/usr/sbin/sendmail
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- rm -r $PKG/{usr/share/{doc,man/{fr,man3}},var/run}
+ rm -r $PKG/{usr/share/{doc,man/{fr,man3}},var/run}
- install -D -m 644 files/fcron.pam $PKG/etc/pam.d/fcron
- install -D -m 644 files/fcrontab.pam $PKG/etc/pam.d/fcrontab
- install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
- install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron
+ install -D -m 644 files/fcron.pam $PKG/etc/pam.d/fcron
+ install -D -m 644 files/fcrontab.pam $PKG/etc/pam.d/fcrontab
+ install -D -m 755 $SRC/fcron $PKG/etc/rc.d/fcron
+ install -m 600 -o root -g fcron $SRC/systab.orig $PKG/var/spool/fcron
}

Generated by cgit