From df7c473823a735c64b07a7ce9845b2bdc12d2d75 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 30 Jun 2007 16:52:22 +0000 Subject: Correct a memory leak and tighten the lsof output checking in the procwd code. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9103 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/libgtop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/libgtop/Makefile') diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index b88bbcc6c..d4f8e94f1 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.17 2007/06/27 18:06:39 marcus Exp $ +# $MCom: ports/devel/libgtop/Makefile,v 1.18 2007/06/27 19:03:30 marcus Exp $ # PORTNAME= libgtop PORTVERSION= 2.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -- cgit