at: fix source URL, update to 3.1.20, set UNMAINTAINED (FS#1553)

This commit is contained in:
Juergen Daubert 2018-01-10 13:48:31 +01:00
parent 9847f4c59f
commit f029f8c2b6
4 changed files with 25 additions and 24 deletions

View File

@ -8,21 +8,22 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/atq -> at
lrwxrwxrwx root/root usr/bin/atrm -> at
-rwxr-xr-x root/root usr/bin/batch
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/at.1.gz
lrwxrwxrwx root/root usr/man/man1/atq.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/man/man1/atrm.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/man/man1/batch.1.gz -> at.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/at_allow.5.gz
lrwxrwxrwx root/root usr/man/man5/at_deny.5.gz -> at_allow.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/atd.8.gz
-rw-r--r-- root/root usr/man/man8/atrun.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/atd
-rwxr-xr-x root/root usr/sbin/atrun
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/at.1.gz
lrwxrwxrwx root/root usr/share/man/man1/atq.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/share/man/man1/atrm.1.gz -> at.1.gz
lrwxrwxrwx root/root usr/share/man/man1/batch.1.gz -> at.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/at.allow.5.gz
lrwxrwxrwx root/root usr/share/man/man5/at.deny.5.gz -> at.allow.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/atd.8.gz
-rw-r--r-- root/root usr/share/man/man8/atrun.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxr-xr-x root/root var/spool/cron/

View File

@ -1,2 +1,2 @@
1e67991776148fb319fd77a2e599a765 at_3.1.12.orig.tar.gz
e7bd7b785b2cbb17e133d6bdc0fb099e at_3.1.20.orig.tar.gz
03ce3ce2cf2cf9b5b4a93b495641c44e atd

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF338++cM5bpOkxjGcedL08nePc7dVCfkwp9xrly3oo56/YhfsxCIgvq6mK8isSVSKIACMX3t2rDnLaNjlGhtXMQs=
SHA256 (Pkgfile) = f0f878e105f7407de6b084821281780042e8fd3d858f3bd5590051134584eafb
SHA256 (.footprint) = 336fd297e4472910cfe31f9006ffa8086833051a0be1d09d7246cc21f6ea8554
SHA256 (at_3.1.12.orig.tar.gz) = 7c55c6ab4fbe8add9e68f31b2b0ebf3fe805c9a4e7cfb2623a3d8a4789cc18f3
RWSagIOpLGJF33618y1NCYV31IF+KN0SfEKDpJ9VDzq8a2LYHjfuatmqixr7M1f5wbbZ7g1bU0JniOfiMwnPd5SRVhC5OtgU3g8=
SHA256 (Pkgfile) = ab1559149b7d6dfd586cf373188fad008135ef9c3c02a4f9b45fe150e1bd80fa
SHA256 (.footprint) = 60feeb0ada64af8cf2577b02f5735b8ea2786da8ccd3ae9e67aa5e6103730bb5
SHA256 (at_3.1.20.orig.tar.gz) = 0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9
SHA256 (atd) = 832b65588cde8e9f13afb314c6546186d554bb459d04d98e9e4d5a95a6f10b01

View File

@ -1,21 +1,21 @@
# Description: at, batch - queue, examine or delete jobs for later execution
# URL: http://ftp.debian.org/debian/pool/main/a/at/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Maintainer: UNMAINTAINED
# Depends on: exim
name=at
version=3.1.12
version=3.1.20
release=1
source=(ftp://ftp.debian.org/debian/pool/main/a/$name/${name}_$version.orig.tar.gz \
source=(http://ftp.debian.org/debian/pool/main/a/$name/${name}_$version.orig.tar.gz \
atd)
build() {
cd $name-$version
export SENDMAIL=/usr/sbin/sendmail
./configure --prefix=/usr \
--mandir=/usr/man
autoreconf
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
make -j1
make IROOT=$PKG install
rm -rf $PKG/usr/doc
rm -r $PKG/usr/doc
install -D -m 0755 $SRC/atd $PKG/etc/rc.d/atd
}