diff options
author | christos <christos@pkgsrc.org> | 2005-09-13 20:18:27 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2005-09-13 20:18:27 +0000 |
commit | f8efa26ab60981570fa6fd9b50b58a922dd31f49 (patch) | |
tree | 4af9a78cc968826472567fdf41c9ce136ceddcde /sysutils/lsof | |
parent | 8bcbfdfcdfeb1abfd41111acc1e2c75ee118cba4 (diff) | |
download | pkgsrc-f8efa26ab60981570fa6fd9b50b58a922dd31f49.tar.gz |
lsof 4.75 is gone; use 4.76
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 3 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-ac | 17 |
3 files changed, 3 insertions, 21 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index b05c4052857..fd9ef4fce31 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2005/05/17 04:45:08 atatat Exp $ +# $NetBSD: Makefile,v 1.86 2005/09/13 20:18:27 christos Exp $ # -DISTNAME= lsof_4.75 +DISTNAME= lsof_4.76 PKGNAME= ${DISTNAME:S/_/-/}.${OS_VERSION} CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 549526f188e..0d422573ab9 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.56 2005/05/24 20:40:56 kristerw Exp $ +$NetBSD: distinfo,v 1.57 2005/09/13 20:18:28 christos Exp $ SHA1 (lsof_4.75.tar.bz2) = b5c8e05c81a6ddc53ac5d397bfd58c18be3d8f15 RMD160 (lsof_4.75.tar.bz2) = dd5ccdafe1009a9e5c5b20294e0b8fddb6d8687b Size (lsof_4.75.tar.bz2) = 700801 bytes SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f -SHA1 (patch-ac) = e75fbe948f364814589ec255ac40e6e680637eee diff --git a/sysutils/lsof/patches/patch-ac b/sysutils/lsof/patches/patch-ac deleted file mode 100644 index 2cce98ff5ed..00000000000 --- a/sysutils/lsof/patches/patch-ac +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ac,v 1.25 2005/05/24 20:40:56 kristerw Exp $ - ---- dialects/darwin/get-hdr-loc.sh.orig Sat Mar 26 21:23:20 2005 -+++ dialects/darwin/get-hdr-loc.sh Sat Mar 26 21:24:29 2005 -@@ -50,11 +50,9 @@ - echo "" 1>&2 - echo "(See 00FAQ for download instructions.)" 1>&2 - echo "" 1>&2 -- echo "Now you must specify the path to the place to which they were" 1>&2 -- echo "downloaded." 1>&2 -- echo "" 1>&2 - echo "-------------------------------------------------------------" 1>&2 - fi # } -+ exit 1 - - END=0 - while test $END = 0 # { |