Bug 187448 - [MAINTAINER] sysutils/lsof: support tmpfs
Summary: [MAINTAINER] sysutils/lsof: support tmpfs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 14:30 UTC by Larry Rosenman
Modified: 2014-03-11 18:20 UTC (History)
0 users

See Also:


Attachments
lsof-4.88.g.patch (936 bytes, patch)
2014-03-11 14:30 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2014-03-11 14:30:01 UTC
support tmpfs

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: change, diff: ports)
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-11 18:10:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-11 18:19:44 UTC
Author: sunpoet
Date: Tue Mar 11 18:19:36 2014
New Revision: 347901
URL: http://svnweb.freebsd.org/changeset/ports/347901
QAT: https://qat.redports.org/buildarchive/r347901/

Log:
  - Update to 4.88G
  
  PR:		ports/187448
  Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)

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

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Tue Mar 11 18:02:31 2014	(r347900)
+++ head/sysutils/lsof/Makefile	Tue Mar 11 18:19:36 2014	(r347901)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lsof
-DISTVERSION=	4.88F
+DISTVERSION=	4.88G
 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	Tue Mar 11 18:02:31 2014	(r347900)
+++ head/sysutils/lsof/distinfo	Tue Mar 11 18:19:36 2014	(r347901)
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.88F.freebsd.tar.bz2) = 332fa428fe4a3acb26c230795c195002efa05edb309c1c4f14f51ff946b46945
-SIZE (lsof_4.88F.freebsd.tar.bz2) = 481798
+SHA256 (lsof_4.88G.freebsd.tar.bz2) = d3dc7eff807bb6c85bf297470cc5f4ce1777a6bf7925a5859458239864df7dae
+SIZE (lsof_4.88G.freebsd.tar.bz2) = 482101
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-11 18:20:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!