lsof: 4.89 -> 4.91

This commit is contained in:
Danny Rawlins 2018-03-30 11:59:44 +11:00
parent 70de4b5b29
commit de8cd5ff90
4 changed files with 10 additions and 9 deletions

View File

@ -2,5 +2,6 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/lsof
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man8/
-rw-r--r-- root/root usr/share/man8/lsof.8
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/lsof.8.gz

View File

@ -1 +1 @@
1b9cd34f3fb86856a125abbf2be3a386 lsof_4.89.tar.bz2
148ed410cb52e08c2adc0c60f480f11f lsof_4.91.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eXzGSPen4jb8C6/eCPOEEVZB3N6AHxCg6Zip66yWbSnN8vS3JbL6Yhluz7ZWVwbVqk/D8X9I6pRbue0yr2s4Aw=
SHA256 (Pkgfile) = 9b045d297bf3c04a707ff4fb047a89c98b45e5f249c62266502bd7a6bdb646ba
SHA256 (.footprint) = 5e7aae542e078c72ac698c0bab0f995e4ae7d3548983c0c6c8b82958952a41e9
SHA256 (lsof_4.89.tar.bz2) = 81ac2fc5fdc944793baf41a14002b6deb5a29096b387744e28f8c30a360a3718
RWSE3ohX2g5d/QG5WdHRuQlEYBo/r/EGUYCOemuj7SGVCdNuv1/TUtA39+xUwM2G2u25BRVQSM6MUTNqPz5i5HW+Tn8cp6iCNgw=
SHA256 (Pkgfile) = 747b4121ccfa3e4016f1d2ad33ecc24e2c320a7af5021c4d2b8d4f1dabace5ff
SHA256 (.footprint) = 96955c2b8db524dff639fc12c2b50fbf1ac8fb0049828b76aa7da8fd8628c06b
SHA256 (lsof_4.91.tar.bz2) = c9da946a525fbf82ff80090b6d1879c38df090556f3fe0e6d782cb44172450a3

View File

@ -4,7 +4,7 @@
# Packager: sten, nick dot steeves at shaw dot ca
name=lsof
version=4.89
version=4.91
release=1
source=(ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/lsof_$version.tar.bz2)
@ -16,5 +16,5 @@ build() {
sed -i -e "s/-DLINUXV/${CFLAGS} -DLINUXV/" Makefile
make
install -D -m 755 lsof $PKG/usr/sbin/lsof
install -D -m 644 lsof.8 $PKG/usr/share/man8/lsof.8
install -D -m 644 lsof.8 $PKG/usr/share/man/man8/lsof.8
}