1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

- Update to 2.1_rc6.

PR:		ports/119953
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Approved by:	stas (mentor, implicit)
This commit is contained in:
Marcelo Araujo 2008-01-26 15:40:05 +00:00
parent 4ae818beff
commit 8c35f5558b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206244
2 changed files with 8 additions and 8 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= openvpn
DISTVERSION= 2.1_rc4
DISTVERSION= 2.1_rc6
CATEGORIES= security net
MASTER_SITES= http://openvpn.net/release/
MASTER_SITES= http://openvpn.net/beta/
PKGNAMESUFFIX= -devel
MAINTAINER= matthias.andree@gmx.de
@ -67,15 +67,15 @@ pre-install:
post-install:
${MKDIR} ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/plugin/down-root/openvpn-down-root.so ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/plugin/auth-pam/openvpn-auth-pam.so ${PREFIX}/lib
${INSTALL_PROGRAM} ${WRKSRC}/plugin/down-root/openvpn-down-root.so ${PREFIX}/lib/
${INSTALL_PROGRAM} ${WRKSRC}/plugin/auth-pam/openvpn-auth-pam.so ${PREFIX}/lib/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/plugin/down-root/README ${DOCSDIR}/README.openvpn-down-root
${INSTALL_DATA} ${WRKSRC}/plugin/auth-pam/README ${DOCSDIR}/README.openvpn-auth-pam
.for docs in AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL NEWS \
PORTS README
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}/
.endfor
( cd ${WRKSRC} \
&& ${FIND} easy-rsa sample-config-files sample-scripts -depth \

View File

@ -1,3 +1,3 @@
MD5 (openvpn-2.1_rc4.tar.gz) = 9fffc0aa0f797b612fa4f52b1e92197b
SHA256 (openvpn-2.1_rc4.tar.gz) = 5d14e101c40e396250727fae7ee9ab734edd4e6e7f55b8209e0e215423775ff3
SIZE (openvpn-2.1_rc4.tar.gz) = 803125
MD5 (openvpn-2.1_rc6.tar.gz) = 4c4965555242d138754765bfbc10990d
SHA256 (openvpn-2.1_rc6.tar.gz) = e8dd7c31cf7ad356e3d1f4243a71e9e0f363cc98d578d315a00d8a4be46d424f
SIZE (openvpn-2.1_rc6.tar.gz) = 752817