svn commit: r388875 - head/sysutils/lsof

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jun 8 19:55:58 UTC 2015


Author: bofh
Date: Mon Jun  8 19:55:56 2015
New Revision: 388875
URL: https://svnweb.freebsd.org/changeset/ports/388875

Log:
  [MAINTAINER] sysutils/lsof: Update version 4.89D=>4.89E
  
  - Mark DATADIR safe
  - Fix contiguous blank lines in Makefile
  
  PR:		200696
  Submitted by:	ler at lerctr.org

Modified:
  head/sysutils/lsof/Makefile
  head/sysutils/lsof/distinfo
  head/sysutils/lsof/pkg-plist

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Mon Jun  8 19:38:45 2015	(r388874)
+++ head/sysutils/lsof/Makefile	Mon Jun  8 19:55:56 2015	(r388875)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	lsof
-DISTVERSION=	4.89D
+DISTVERSION=	4.89E
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \
@@ -49,7 +49,6 @@ CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	-n freebsd
 CONFIGURE_ENV=	LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"
 
-
 .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c)
 IGNORE=		requires kernel sources
 .endif

Modified: head/sysutils/lsof/distinfo
==============================================================================
--- head/sysutils/lsof/distinfo	Mon Jun  8 19:38:45 2015	(r388874)
+++ head/sysutils/lsof/distinfo	Mon Jun  8 19:55:56 2015	(r388875)
@@ -1,2 +1,2 @@
-SHA256 (lsof_4.89D.freebsd.tar.bz2) = 653e665f62591a098b048a6add0bcd9c4ed7411a31a07ff75d9974051e81f8a8
-SIZE (lsof_4.89D.freebsd.tar.bz2) = 483580
+SHA256 (lsof_4.89E.freebsd.tar.bz2) = c04d6273b3c1fdb384319e887ba66c3b452df57f2480b6dd90b4e70d9b0b6293
+SIZE (lsof_4.89E.freebsd.tar.bz2) = 484831

Modified: head/sysutils/lsof/pkg-plist
==============================================================================
--- head/sysutils/lsof/pkg-plist	Mon Jun  8 19:38:45 2015	(r388874)
+++ head/sysutils/lsof/pkg-plist	Mon Jun  8 19:55:56 2015	(r388875)
@@ -4,18 +4,18 @@ man/man8/lsof.8.gz
 sbin/lsof
 @mode
 @group wheel
-share/lsof/00MANIFEST
-share/lsof/00README
-share/lsof/big_brother.perl5
-share/lsof/count_pf.perl
-share/lsof/count_pf.perl5
-share/lsof/identd.perl5
-share/lsof/idrlogin.perl
-share/lsof/idrlogin.perl5
-share/lsof/list_NULf.perl5
-share/lsof/list_fields.awk
-share/lsof/list_fields.perl
-share/lsof/shared.perl5
-share/lsof/sort_res.perl5
-share/lsof/watch_a_file.perl
-share/lsof/xusers.awk
+%%DATADIR%%/00MANIFEST
+%%DATADIR%%/00README
+%%DATADIR%%/big_brother.perl5
+%%DATADIR%%/count_pf.perl
+%%DATADIR%%/count_pf.perl5
+%%DATADIR%%/identd.perl5
+%%DATADIR%%/idrlogin.perl
+%%DATADIR%%/idrlogin.perl5
+%%DATADIR%%/list_NULf.perl5
+%%DATADIR%%/list_fields.awk
+%%DATADIR%%/list_fields.perl
+%%DATADIR%%/shared.perl5
+%%DATADIR%%/sort_res.perl5
+%%DATADIR%%/watch_a_file.perl
+%%DATADIR%%/xusers.awk


More information about the svn-ports-head mailing list