diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-01 00:52:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-01 00:52:22 +0800 |
commit | df7c473823a735c64b07a7ce9845b2bdc12d2d75 (patch) | |
tree | 870b974594c714beb9b4adde4a991dd4861196eb /devel/libgtop/Makefile | |
parent | 39f8aaf36181dafbdadbd0936769082081b1cb10 (diff) | |
download | marcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.tar.gz marcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.tar.zst marcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.zip |
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
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <marcus@FreeBSD.org> # # $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/} |