wok diff lsof/receipt @ rev 21704

updated proj and proj-dev (4.7.0 -> 6.1.0)
author Hans-G?nter Theisgen
date Thu Jun 06 17:27:47 2019 +0100 (2019-06-06)
parents a78610b2eb47
children e6a4cd87fdcb
line diff
     1.1 --- a/lsof/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/lsof/receipt	Thu Jun 06 17:27:47 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 -