From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 17:08:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A6294E6; Sat, 12 Oct 2013 17:08:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 190E2271B; Sat, 12 Oct 2013 17:08:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CH8tgm038022; Sat, 12 Oct 2013 17:08:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9CH8tO7038020; Sat, 12 Oct 2013 17:08:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310121708.r9CH8tO7038020@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Oct 2013 17:08:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330150 - head/sysutils/lsof X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:08:56 -0000 Author: sunpoet Date: Sat Oct 12 17:08:55 2013 New Revision: 330150 URL: http://svnweb.freebsd.org/changeset/ports/330150 Log: - Update to 4.88E - While I'm here: - Support STAGEDIR - Use USES=shebangfix Changes: - Support HEAD being FreeBSD 11-CURRENT PR: ports/182924 Submitted by: Larry Rosenman (maintainer) Modified: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo (contents, props changed) Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Sat Oct 12 16:45:37 2013 (r330149) +++ head/sysutils/lsof/Makefile Sat Oct 12 17:08:55 2013 (r330150) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.88D +DISTVERSION= 4.88E PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ @@ -37,7 +37,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL USE_BZIP2= yes HAS_CONFIGURE= yes -NO_STAGE= yes +USES= shebangfix +SHEBANG_FILES= scripts/sort_res.perl5 + .include .if ${ARCH} == "arm" @@ -47,8 +49,8 @@ BROKEN= Does not compile on arm CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys" -PLIST_FILES= sbin/lsof -MAN8= lsof.8 +PLIST_FILES= man/man8/lsof.8.gz \ + sbin/lsof .if !exists(${SRC_BASE}/sys/kern/kern_lockf.c) IGNORE= requires kernel sources @@ -70,14 +72,14 @@ post-extract: .endif do-install: - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8 - @${MKDIR} ${PREFIX}/share/lsof - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof - @${CHMOD} 0444 ${PREFIX}/share/lsof/00* + ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/lsof.8 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/lsof + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${STAGEDIR}${PREFIX}/share/lsof + @${CHMOD} 0444 ${STAGEDIR}${PREFIX}/share/lsof/00* post-install: - cd ${PREFIX} && \ + cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s share/lsof -type f -o -type l >>${TMPPLIST} ;\ ${FIND} -d share/lsof -type d \ | ${SED} -e 's/^/@dirrm /g' >>${TMPPLIST} Modified: head/sysutils/lsof/distinfo ============================================================================== --- head/sysutils/lsof/distinfo Sat Oct 12 16:45:37 2013 (r330149) +++ head/sysutils/lsof/distinfo Sat Oct 12 17:08:55 2013 (r330150) @@ -1,2 +1,2 @@ -SHA256 (lsof_4.88D.freebsd.tar.bz2) = b9b55bd0b7ea8f1607016b664e3b8ddaf1cd45668f2a7bfc0049872e60509ecf -SIZE (lsof_4.88D.freebsd.tar.bz2) = 481813 +SHA256 (lsof_4.88E.freebsd.tar.bz2) = 5997afd404aa82dc19354909cbaf93441217c39bb4ba1712a8da83dd0290671f +SIZE (lsof_4.88E.freebsd.tar.bz2) = 482158