diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 21:11:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-29 21:11:26 +0000 |
commit | b21d1a26ef2da617dcdc018c603e40a2d7e230fb (patch) | |
tree | 65e6b23c9bd1ff98c824ada78db8ef0f3814c17c /devel/privman/Makefile | |
parent | 5a30725d7634f28657031842b05d3f24eff7cad0 (diff) | |
download | ports-b21d1a26ef2da617dcdc018c603e40a2d7e230fb.tar.gz ports-b21d1a26ef2da617dcdc018c603e40a2d7e230fb.zip |
Notes
Diffstat (limited to 'devel/privman/Makefile')
-rw-r--r-- | devel/privman/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 7d87eabecd7b..392e1a9c3a33 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -6,16 +6,13 @@ # PORTNAME= privman -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= devel security MASTER_SITES= http://opensource.nailabs.com/privman/downloads/ MAINTAINER= krion@FreeBSD.org COMMENT= Library that makes it easy for programs to use privilege separation -FORBIDDEN= "tempnam() can cause race condition, should be fixed by the author soon" - GNU_CONFIGURE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |