summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTreeve Jelbert2019-08-30 15:06:34 +0200
committerTreeve Jelbert2019-08-30 15:06:34 +0200
commit857693753bbaadb75a6f37dd0efd0f907f484cf1 (patch)
tree063b7aded9d7aca2c51dbc8de8e04b975c40a37e /utils
parent0d16b33ac0fdce276342dcd9e49a04fda9e48d97 (diff)
lsof: => 4.93.2
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lsof/BUILD8
-rwxr-xr-xutils/lsof/DETAILS15
-rw-r--r--utils/lsof/HISTORY6
-rwxr-xr-xutils/lsof/PRE_BUILD3
4 files changed, 16 insertions, 16 deletions
diff --git a/utils/lsof/BUILD b/utils/lsof/BUILD
index fc1b36058d..b00dca0fb5 100755
--- a/utils/lsof/BUILD
+++ b/utils/lsof/BUILD
@@ -1,4 +1,4 @@
-cd ${SPELL}_${VERSION}_src &&
-yes | ./Configure -n linux &&
-sedit 's/{MAKE} /&CC="${CC}" /' Makefile &&
-make CC="$CC" DEBUG="$CFLAGS"
+cd $SOURCE_DIRECTORY &&
+ln -sf Lsof.8 lsof.8 &&
+./Configure -n linux &&
+make
diff --git a/utils/lsof/DETAILS b/utils/lsof/DETAILS
index 3dc615d900..db7839164d 100755
--- a/utils/lsof/DETAILS
+++ b/utils/lsof/DETAILS
@@ -1,13 +1,10 @@
SPELL=lsof
- VERSION=4.91
- SOURCE_HASH=sha512:49f811941dd6303f7cb0655fddb8b1177af5d1b18f2bd1edfab09d2c128aea73daecf09c7a5375979c66ba764c88a6e70c9086b55c3634e3be01ab1aa12e9f92
- SOURCE=${SPELL}_${VERSION}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
- SOURCE_URL[0]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/$SOURCE
- SOURCE_URL[1]=ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/$SOURCE
- SOURCE_URL[2]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/$SOURCE
- SOURCE_URL[3]=ftp://ftp.fu-berlin.de/pub/unix/tools/lsof/OLD/$SOURCE
- WEB_SITE=https://freshmeat.net/projects/lsof/
+ VERSION=4.93.2
+ SOURCE_HASH=sha512:3c4a4d503391b1a648a08a4947c2e72a9629b169eddf50738b16a16a82f2a26967e4db2902e4a9157de5a73ae638db48e392117ffbd591e9fafd6b1725cd01a0
+ SOURCE=${SPELL}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-$VERSION
+ WEB_SITE=https://github.com/lsof-org/lsof
+ SOURCE_URL[0]=$WEB_SITE/archive/${VERSION}.tar.gz
ENTERED=20011005
LICENSE[0]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
KEYWORDS="utils"
diff --git a/utils/lsof/HISTORY b/utils/lsof/HISTORY
index 31b5088f5c..689422cfbe 100644
--- a/utils/lsof/HISTORY
+++ b/utils/lsof/HISTORY
@@ -1,3 +1,9 @@
+2019-08-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 4.93.2
+ new maintainer, now at github
+ * PRE_BUILD: deleted
+ * BUILD: tweak
+
2019-05-24 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Fixed passing of compiler flags to secondary Makefile
Omit Inventory and AFS support
diff --git a/utils/lsof/PRE_BUILD b/utils/lsof/PRE_BUILD
deleted file mode 100755
index d413b3350c..0000000000
--- a/utils/lsof/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-tar -xf ${SPELL}_${VERSION}_src.tar