View | Details | Raw Unified | Return to bug 211017
Collapse All | Expand All

(-)sysutils/lsof/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	lsof
4
PORTNAME=	lsof
5
DISTVERSION=	4.90B
5
DISTVERSION=	4.90C
6
PORTREVISION=	1
7
PORTEPOCH=	8
6
PORTEPOCH=	8
8
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
9
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
8
MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
(-)sysutils/lsof/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (lsof_4.90B.freebsd.tar.bz2) = 9532dabbda1a9e7cf0a7bd60fb02a829c3e9601d0f375e1d89235f600d805469
1
TIMESTAMP = 1468268192
2
SIZE (lsof_4.90B.freebsd.tar.bz2) = 485932
2
SHA256 (lsof_4.90C.freebsd.tar.bz2) = 68f71e8454684d3845af701c62242b6f8507aafa5dc413f4710152ac43795f03
3
SIZE (lsof_4.90C.freebsd.tar.bz2) = 486881
(-)sysutils/lsof/files/patch-Configure (-13 lines)
Lines 1-13 Link Here
1
--- Configure.orig	2016-01-05 10:31:36.000000000 -0800
2
+++ Configure	2016-07-08 17:39:09.137355000 -0700
3
@@ -1620,6 +1620,10 @@
4
 	LSOF_TSTBIGF=" "
5
 	LSOF_VERS=11000
6
 	;;
7
+      12*)
8
+	LSOF_TSTBIGF=" "
9
+	LSOF_VERS=12000
10
+	;;
11
       *)
12
 	echo Unknown FreeBSD release: `uname -r`
13
 	rm -f $LSOF_HLP

Return to bug 211017