From owner-svn-ports-all@FreeBSD.ORG Thu Oct 11 20:11:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 78E18551; Thu, 11 Oct 2012 20:11:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5F2EC8FC1E; Thu, 11 Oct 2012 20:11:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9BKBRQH078827; Thu, 11 Oct 2012 20:11:27 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9BKBRtE078823; Thu, 11 Oct 2012 20:11:27 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201210112011.q9BKBRtE078823@svn.freebsd.org> From: Bryan Drewery Date: Thu, 11 Oct 2012 20:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305740 - in head/security/openvpn-beta: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 20:11:27 -0000 Author: bdrewery Date: Thu Oct 11 20:11:26 2012 New Revision: 305740 URL: http://svn.freebsd.org/changeset/ports/305740 Log: - Properly install symlinks for auth-pam and down-root plugins [1] - Fix pkg-message description of locations of these plugins [1] - Fix plist for nonexistent DOCSDIR/openvpn PR: ports/172598 [1] Submitted by: Eric F Crist (maintainer) [1] Feature safe: yes Modified: head/security/openvpn-beta/Makefile head/security/openvpn-beta/files/pkg-message.in head/security/openvpn-beta/pkg-plist Modified: head/security/openvpn-beta/Makefile ============================================================================== --- head/security/openvpn-beta/Makefile Thu Oct 11 19:55:47 2012 (r305739) +++ head/security/openvpn-beta/Makefile Thu Oct 11 20:11:26 2012 (r305740) @@ -6,6 +6,7 @@ DISTVERSION= 2.3_beta1 CATEGORIES= security net MASTER_SITES= http://swupdate.openvpn.net/community/releases/ PKGNAMESUFFIX= -beta +PORTREVISION= 1 MAINTAINER= ecrist@secure-computing.net COMMENT= Secure IP/Ethernet tunnel daemon @@ -90,10 +91,9 @@ post-build: post-install: ${MKDIR} ${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-down-root.so ${PREFIX}/lib/ - ${INSTALL_LIB} ${WRKSRC}/src/plugins/auth-pam/.libs/openvpn-plugin-auth-pam.so ${PREFIX}/lib/ - ${LN} -s ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-down-root.so ${PREFIX}/lib/openvpn-down-root.so - ${LN} -s ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-auth-pam.so ${PREFIX}/lib/openvpn-auth-pam.so + ${LN} -s ${PREFIX}/lib/openvpn/plugins/openvpn-plugin-down-root.so ${PREFIX}/lib/openvpn-down-root.so + ${LN} -s ${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-pam.so ${PREFIX}/lib/openvpn-auth-pam.so + .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for docs in AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL \ Modified: head/security/openvpn-beta/files/pkg-message.in ============================================================================== --- head/security/openvpn-beta/files/pkg-message.in Thu Oct 11 19:55:47 2012 (r305739) +++ head/security/openvpn-beta/files/pkg-message.in Thu Oct 11 20:11:26 2012 (r305740) @@ -13,10 +13,10 @@ ### The following plugin locations have changed. There is a symlink to the ### new file for the duration of the 2.3 release. This will be removed in ### OpenVPN 2.4+. -### Old Location: +### New Location: ### %%PREFIX%%/openvpn/plugins/openvpn-plugin-auth-pam.so ### %%PREFIX%%/openvpn/plugins/openvpn-plugin-down-root.so ### -### New Location: +### Old Location: ### %%PREFIX%%/openvpn-plugin-auth-pam.so ### %%PREFIX%%/openvpn-plugin-down-root.so Modified: head/security/openvpn-beta/pkg-plist ============================================================================== --- head/security/openvpn-beta/pkg-plist Thu Oct 11 19:55:47 2012 (r305739) +++ head/security/openvpn-beta/pkg-plist Thu Oct 11 20:11:26 2012 (r305740) @@ -1,8 +1,6 @@ lib/openvpn/plugins/openvpn-plugin-auth-pam.so -lib/openvpn-plugin-auth-pam.so lib/openvpn/plugins/openvpn-plugin-auth-pam.la lib/openvpn/plugins/openvpn-plugin-down-root.so -lib/openvpn-plugin-down-root.so lib/openvpn/plugins/openvpn-plugin-down-root.la lib/openvpn-auth-pam.so lib/openvpn-down-root.so @@ -41,7 +39,6 @@ sbin/openvpn %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/bridge-stop %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/ucn.pl %%PORTDOCS%%%%DOCSDIR%%/sample-scripts/verify-cn -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/openvpn @dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample @dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-config-files @dirrmtry %%PORTDOCS%%%%DOCSDIR%%/sample-scripts