[Midnightbsd-cvs] mports [24159] trunk/sysutils/lsof: update to 4.92B
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 16:20:35 EDT 2018
Revision: 24159
http://svnweb.midnightbsd.org/mports/?rev=24159
Author: laffer1
Date: 2018-09-03 16:20:35 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
update to 4.92B
Modified Paths:
--------------
trunk/sysutils/lsof/Makefile
trunk/sysutils/lsof/distinfo
trunk/sysutils/lsof/pkg-descr
Modified: trunk/sysutils/lsof/Makefile
===================================================================
--- trunk/sysutils/lsof/Makefile 2018-09-03 20:16:56 UTC (rev 24158)
+++ trunk/sysutils/lsof/Makefile 2018-09-03 20:20:35 UTC (rev 24159)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= lsof
-PORTVERSION= 4.88G
+PORTVERSION= 4.92B
CATEGORIES= sysutils
MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \
@@ -17,7 +17,7 @@
ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/ \
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \
- ftp://ftp.tau.ac.il/pub/unix/admin/
+ FREEBSD_LOCAL/ler/lsof
DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTNAME_SUFFIX}
MAINTAINER= ports at MidnightBSD.org
@@ -42,8 +42,11 @@
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" LSOF_VERS=7042 FREEBSD_SYS="${SRC_BASE}/sys" LSOF_VSTR="9.1-RELEASE"
-PLIST_FILES= sbin/lsof man/man8/lsof.8.gz
+.if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
+IGNORE= requires kernel sources
+.endif
+
.if !defined(FIXUP_RELEASE)
post-extract:
@( cd ${WRKDIR}/${DISTNAME} ; \
Modified: trunk/sysutils/lsof/distinfo
===================================================================
--- trunk/sysutils/lsof/distinfo 2018-09-03 20:16:56 UTC (rev 24158)
+++ trunk/sysutils/lsof/distinfo 2018-09-03 20:20:35 UTC (rev 24159)
@@ -1,2 +1,3 @@
-SHA256 (lsof_4.88G.freebsd.tar.bz2) = d3dc7eff807bb6c85bf297470cc5f4ce1777a6bf7925a5859458239864df7dae
-SIZE (lsof_4.88G.freebsd.tar.bz2) = 482101
+TIMESTAMP = 1528308653
+SHA256 (lsof_4.92B.freebsd.tar.bz2) = 7abcc69c265acf13e77573ca5e105cc647119e95199650f7af714f0239e092b4
+SIZE (lsof_4.92B.freebsd.tar.bz2) = 491292
Modified: trunk/sysutils/lsof/pkg-descr
===================================================================
--- trunk/sysutils/lsof/pkg-descr 2018-09-03 20:16:56 UTC (rev 24158)
+++ trunk/sysutils/lsof/pkg-descr 2018-09-03 20:20:35 UTC (rev 24159)
@@ -6,4 +6,4 @@
See also fstat(1) in the base system.
-WWW: http://people.freebsd.org/~abe/
+WWW: https://people.freebsd.org/~abe/
More information about the Midnightbsd-cvs
mailing list