Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 20:53:04 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        obrien@freebsd.org
Subject:   ports/35389: sysutils/lsof: update to 4.61
Message-ID:  <200202280153.g1S1r4r23564@wwweasel.geeksrus.net>

next in thread | raw e-mail | index | archive | help

>Number:         35389
>Category:       ports
>Synopsis:       sysutils/lsof: update to 4.61
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 18:00:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386

>Description:

Update lsof to 4.61. Works on -STABLE; I don't have -CURRENT.

>How-To-Repeat:

>Fix:

--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--
Index: sysutils/lsof/Makefile
===================================================================
RCS file: /home/alane/cvsroot/ports/sysutils/lsof/Makefile,v
retrieving revision 1.100
diff -u -3 -r1.100 Makefile
--- sysutils/lsof/Makefile	29 Jan 2002 11:58:45 -0000	1.100
+++ sysutils/lsof/Makefile	28 Feb 2002 01:48:38 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	lsof
-PORTVERSION=	4.60
+PORTVERSION=	4.61
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/  \
 		ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \
@@ -18,15 +18,14 @@
 		ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/NEW/  \
 		ftp://ftp.sunet.se/pub/unix/admin/lsof/  \
 		ftp://ftp.sunet.se/pub/unix/admin/lsof/NEW/
-#DISTNAME=	${PORTNAME}_4.59B.freebsd
 #FIXUP_RELEASE=	yes
 .if !defined(FIXUP_RELEASE)
-DISTNAME=	${PORTNAME}_${PORTVERSION}_W
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 .endif
 
 MAINTAINER=	obrien@FreeBSD.org
 
-WRKSRC=		${WRKDIR}/${SRCBALL_NAME}
+WRKSRC=		${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	-n freebsd
@@ -34,12 +33,12 @@
 FREEBSD_SYS?=	/usr/src/sys
 MAN8=		lsof.8
 
-SRCBALL_NAME=	${DISTNAME:S/_W$//}
+SRCBALL_NAME=	${DISTNAME:S/_W$//}_src
 
 .if !defined(FIXUP_RELEASE)
 post-extract:
-	@( cd ${WRKDIR} ; \
-	EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \
+	@( cd ${WRKDIR}/${DISTNAME} ; \
+	EXPMD5=`${GREP} MD5 README.${DISTNAME} | ${SED} 's/[ 	]*//'` ; \
 	CALCMD5=`${MD5} ${SRCBALL_NAME}.tar` ; \
 	if [ "$${EXPMD5}"X != "$${CALCMD5}"X ]; then \
 		${ECHO} "Expected and calculated MD5 signatures don't agree." ; \
@@ -51,12 +50,6 @@
 	)
 	@( cd ${WRKSRC} ; ${ECHO_CMD} "y" | ./Inventory || exit 1 )
 .endif
-
-#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
Index: sysutils/lsof/distinfo
===================================================================
RCS file: /home/alane/cvsroot/ports/sysutils/lsof/distinfo,v
retrieving revision 1.77
diff -u -3 -r1.77 distinfo
--- sysutils/lsof/distinfo	9 Nov 2001 16:16:31 -0000	1.77
+++ sysutils/lsof/distinfo	28 Feb 2002 01:25:38 -0000
@@ -1 +1 @@
-MD5 (lsof_4.60_W.tar.gz) = a0f8cebc465ae26ad81e519264272175
+MD5 (lsof_4.61.tar.gz) = 583398bc99d265c5a64dbc30e99305cb
--8<----8<----8<----8<----8<----8<----8<----8<----8<----8<--


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202280153.g1S1r4r23564>