Index: head/sysutils/lsof/Makefile =================================================================== --- head/sysutils/lsof/Makefile (revision 18896) +++ head/sysutils/lsof/Makefile (revision 18897) @@ -1,75 +1,75 @@ # ex:ts=8 # New ports collection makefile for: lsof # Version required: 3.87 # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.40 1999/03/30 21:51:09 obrien Exp $ +# $Id: Makefile,v 1.41 1999/03/30 21:51:42 obrien Exp $ # -DISTNAME= lsof_4.42_W -PKGNAME= lsof-4.42 +DISTNAME= lsof_4.43_W +PKGNAME= lsof-4.43 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.auscert.org.au/pub/mirrors/vic.cc.purdue.edu/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= LSOF_CC=${CC} MAN8= lsof.8 .if defined(PACKAGE_BUILDING) .if !exists(/usr/src/sys/miscfs/fdesc/fdesc.h) BROKEN= 'please install kernel source for offical package builds' .endif .endif SRCBALL_NAME= ${DISTNAME:S/_W$//} post-extract: @( cd ${WRKDIR} ; \ EXPMD5=`/usr/bin/grep MD5 README.${SRCBALL_NAME} | sed 's/^[ ]*//'` ; \ CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \ if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \ echo "Expected and calculated MD5 signatures don't agree." ; \ echo "($$EXPMD5 != $$CALCMD5)" ; \ exit 1 ; \ fi ; \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS:S/z//} ${SRCBALL_NAME}.tar \ ${EXTRACT_AFTER_ARGS} \ ) @( cd ${WRKSRC} ; echo "y" | ./Inventory || exit 1 ) #pre-patch: # @${ECHO_MSG} "===> Applying distribution patches for ${PKGNAME}" # @${SED} -e "s|^--- d|--- dialects/freebsd/d|" \ # ${DISTDIR}/freebsd_3.0_patch > ${WRKDIR}/p # ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/p do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${PREFIX}/man/man8/lsof.8 @${MKDIR} ${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof @/bin/chmod 0444 ${PREFIX}/share/lsof/00* .if !exists(/sys/miscfs/fdesc/fdesc.h) && !exists(/usr/src/miscfs/fdesc/fdesc.h) post-install: @${ECHO} "************************************************************" @${ECHO} "* W a r n i n g *" @${ECHO} "* A more capable version of LSOF is built if you have *" @${ECHO} "* kernel source installed and /sys exists. *" @${ECHO} "* If this is the case, please ensure /sys is consistant *" @${ECHO} "* with respect to your running kernel (i.e. not new than). *" @${ECHO} "************************************************************" .endif .include Property changes on: head/sysutils/lsof/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/sysutils/lsof/distinfo =================================================================== --- head/sysutils/lsof/distinfo (revision 18896) +++ head/sysutils/lsof/distinfo (revision 18897) @@ -1 +1 @@ -MD5 (lsof_4.42_W.tar.gz) = 30b4bf27f46f397d7be5dd0bc1cf1753 +MD5 (lsof_4.43_W.tar.gz) = 4d5263b853c882a33f626be0a47c937d Property changes on: head/sysutils/lsof/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property