diff options
author | kris <kris@FreeBSD.org> | 2000-05-07 10:10:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-05-07 10:10:46 +0000 |
commit | d23a6b92e1ddf8a904f246653ebf6501b57b5b33 (patch) | |
tree | 7ba6c12af061543a2839f4df35e2b267de5c85de /sysutils/lavaps/Makefile | |
parent | 43fad9fa457d1356075590b57a9d1cd2fc58c743 (diff) | |
download | FreeBSD-ports-d23a6b92e1ddf8a904f246653ebf6501b57b5b33.zip FreeBSD-ports-d23a6b92e1ddf8a904f246653ebf6501b57b5b33.tar.gz |
Update to lavaps 1.10 and add a patch to drop setgid privileges
once we no longer need them.
Approved by: John Heidemann <johnh@isi.edu> (Maintainer)
Diffstat (limited to 'sysutils/lavaps/Makefile')
-rw-r--r-- | sysutils/lavaps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index 2b38b49..30ed90c 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lavaps -PORTVERSION= 1.8 +PORTVERSION= 1.10 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ |