diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-12 15:58:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-12 15:58:32 +0800 |
commit | 8a60fb0f115a94ed11b8fec5c08886a59f6b3abb (patch) | |
tree | 49048a26d0b71532e72e604ec13c7a4d494e4bdd /devel/libgtop2/Makefile | |
parent | 4a86cfdf5963a80821ced967cd7746477acfe978 (diff) | |
download | marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar.gz marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar.bz2 marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar.lz marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar.xz marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.tar.zst marcuscom-ports-8a60fb0f115a94ed11b8fec5c08886a59f6b3abb.zip |
Update to 2.9.4. The new proc_open_files function is unimplemented on
FreeBSD since there is no easy way to do this without reimplmenting a good
chunk of lsof. Perhaps if this is really needed, we can port the fstat(1)
code, but even then we won't get filenames.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3395 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop2/Makefile')
-rw-r--r-- | devel/libgtop2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index ee8538aa9..a8e08f069 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgtop2 -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9 |