wok rev 21379

updated lsof (4.84 -> 4.91)
author Hans-G?nter Theisgen
date Mon Apr 22 10:17:13 2019 +0100 (2019-04-22)
parents b8a0201a8b10
children a5e3dd4b5d74
files lsof/receipt
line diff
     1.1 --- a/lsof/receipt	Mon Apr 22 10:08:28 2019 +0100
     1.2 +++ b/lsof/receipt	Mon Apr 22 10:17:13 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lsof"
     1.7 -VERSION="4.84"
     1.8 +VERSION="4.91"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="list open files."
    1.11 +SHORT_DESC="List open files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14 +WEB_SITE="https://people.freebsd.org/~abe/"
    1.15 +
    1.16  TARBALL="${PACKAGE}_$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://people.freebsd.org/~abe/"
    1.18 -WGET_URL="ftp://lsof.itap.purdue.edu/pub/tools/unix/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="https://fossies.org/linux/misc/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -29,4 +30,3 @@
    1.24  	mkdir -p $fs/usr/bin
    1.25  	cp $src/${PACKAGE}_${VERSION}_src/lsof $fs/usr/bin
    1.26  }
    1.27 -