Attached is a Port for a helper-programm for OpenVPN
to authenticate users via bsdauth. Attached is also
an update for OpenVPN to have a run depends on the
helper programm (along with a change of maintainer,
as discussed with the maintainer). 
The rationale behind that, is that the
programm is very small and the conveniance factor of
having it "just there" when one installs OpenVPN is much
more worth than the few kb. Bundling it with OpenVPN directly
is not really an option, as these come from different people,
so bernd and I opted for the chose solution.

comments?

felix
-- 
GPG/PGP:   D9AC74D0 / 076E 1E87 3E05 1C7F B1A0  8A48 0D31 9BD3 D9AC 74D0
http://hazardous.org/~fkr - [EMAIL PROTECTED] - [EMAIL PROTECTED]|irc  - 
FKR-RIPE
https://www.bytemine.net/ - bytemine - BSD based Hosting/Solutions/Ideas

Attachment: openvpn-bsdauth.tar.gz
Description: application/tar-gz

Index: Makefile
===================================================================
RCS file: /src/ports/net/openvpn/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile    11 Sep 2007 15:09:14 -0000      1.15
+++ Makefile    9 Oct 2007 22:08:57 -0000
@@ -5,12 +5,12 @@
 
 VERSION=       2.0.9
 DISTNAME=      openvpn-${VERSION}
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    net security
 
 HOMEPAGE=      http://openvpn.net/
 
-MAINTAINER=    Thomas Delaet <[EMAIL PROTECTED]>       
+MAINTAINER=    Felix Kronlage <[EMAIL PROTECTED]>      
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -22,6 +22,7 @@
 MASTER_SITES=  ${HOMEPAGE}/release/
 
 LIB_DEPENDS=   lzo::archivers/lzo
+RUN_DEPENDS=   ::net/openvpn
 
 SEPARATE_BUILD=        concurrent
 

Reply via email to