svn commit: r422641 - head/sysutils/lsof

Adam Weinberger adamw at FreeBSD.org
Thu Sep 22 21:51:49 UTC 2016


Author: adamw
Date: Thu Sep 22 21:51:48 2016
New Revision: 422641
URL: https://svnweb.freebsd.org/changeset/ports/422641

Log:
  Update to 4.90G.
  
  Includes:
    - Change from using i_dev to using i_ump->um_dev
  
  PR:		212901
  Submitted by:	Trond Endrestol
  Approved by:	maintainer (Larry Rosenman)

Modified:
  head/sysutils/lsof/Makefile
  head/sysutils/lsof/distinfo

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Thu Sep 22 21:06:31 2016	(r422640)
+++ head/sysutils/lsof/Makefile	Thu Sep 22 21:51:48 2016	(r422641)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lsof
-DISTVERSION=	4.90F
+DISTVERSION=	4.90G
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \

Modified: head/sysutils/lsof/distinfo
==============================================================================
--- head/sysutils/lsof/distinfo	Thu Sep 22 21:06:31 2016	(r422640)
+++ head/sysutils/lsof/distinfo	Thu Sep 22 21:51:48 2016	(r422641)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473259944
-SHA256 (lsof_4.90F.freebsd.tar.bz2) = 83388b8e5ac2e985b39802171238374692336cf4d0ef18909a727c6bae0ce444
-SIZE (lsof_4.90F.freebsd.tar.bz2) = 487526
+TIMESTAMP = 1474579688
+SHA256 (lsof_4.90G.freebsd.tar.bz2) = 17b679285bf7e34bfd999d1443b0e8c7668c695138b7ab36ed36a83d8036c58a
+SIZE (lsof_4.90G.freebsd.tar.bz2) = 487776


More information about the svn-ports-head mailing list