Date: Sat, 12 Oct 2013 17:08:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330150 - head/sysutils/lsof Message-ID: <201310121708.r9CH8tO7038020@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ler@lerctr.org> (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 <bsd.port.pre.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310121708.r9CH8tO7038020>