diff options
author | krion <krion@FreeBSD.org> | 2003-07-30 05:11:26 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-30 05:11:26 +0800 |
commit | 2c287407e233f6013cd3ee22771eaf3ad96cb270 (patch) | |
tree | 23c55771536c55645a91e81937ae813e5a2b4107 /devel/privman/Makefile | |
parent | 9f87769d154472943531c5ae723ac0fe32d7fd08 (diff) | |
download | freebsd-ports-gnome-2c287407e233f6013cd3ee22771eaf3ad96cb270.tar.gz freebsd-ports-gnome-2c287407e233f6013cd3ee22771eaf3ad96cb270.tar.zst freebsd-ports-gnome-2c287407e233f6013cd3ee22771eaf3ad96cb270.zip |
Update to 0.9.3
Unbreak it because tempnam() was removed from sources
Approved by: fjoe (mentor) (implicit)
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 |