View | Details | Raw Unified | Return to bug 172598
Collapse All | Expand All

(-)files/pkg-message.in (-2 / +2 lines)
Lines 13-22 Link Here
13
### The following plugin locations have changed.  There is a symlink to the
13
### The following plugin locations have changed.  There is a symlink to the
14
### new file for the duration of the 2.3 release.  This will be removed in
14
### new file for the duration of the 2.3 release.  This will be removed in
15
### OpenVPN 2.4+.
15
### OpenVPN 2.4+.
16
### Old Location:
16
### New Location:
17
### %%PREFIX%%/openvpn/plugins/openvpn-plugin-auth-pam.so
17
### %%PREFIX%%/openvpn/plugins/openvpn-plugin-auth-pam.so
18
### %%PREFIX%%/openvpn/plugins/openvpn-plugin-down-root.so
18
### %%PREFIX%%/openvpn/plugins/openvpn-plugin-down-root.so
19
###
19
###
20
### New Location:
20
### Old Location:
21
### %%PREFIX%%/openvpn-plugin-auth-pam.so
21
### %%PREFIX%%/openvpn-plugin-auth-pam.so
22
### %%PREFIX%%/openvpn-plugin-down-root.so
22
### %%PREFIX%%/openvpn-plugin-down-root.so
(-)pkg-plist (-2 lines)
Lines 1-8 Link Here
1
lib/openvpn/plugins/openvpn-plugin-auth-pam.so
1
lib/openvpn/plugins/openvpn-plugin-auth-pam.so
2
lib/openvpn-plugin-auth-pam.so
3
lib/openvpn/plugins/openvpn-plugin-auth-pam.la
2
lib/openvpn/plugins/openvpn-plugin-auth-pam.la
4
lib/openvpn/plugins/openvpn-plugin-down-root.so
3
lib/openvpn/plugins/openvpn-plugin-down-root.so
5
lib/openvpn-plugin-down-root.so
6
lib/openvpn/plugins/openvpn-plugin-down-root.la
4
lib/openvpn/plugins/openvpn-plugin-down-root.la
7
lib/openvpn-auth-pam.so
5
lib/openvpn-auth-pam.so
8
lib/openvpn-down-root.so
6
lib/openvpn-down-root.so
(-)Makefile (-4 / +4 lines)
Lines 6-11 Link Here
6
CATEGORIES=	security net
6
CATEGORIES=	security net
7
MASTER_SITES=	http://swupdate.openvpn.net/community/releases/
7
MASTER_SITES=	http://swupdate.openvpn.net/community/releases/
8
PKGNAMESUFFIX=	-beta
8
PKGNAMESUFFIX=	-beta
9
PORTREVISION=	1
9
10
10
MAINTAINER=	ecrist@secure-computing.net
11
MAINTAINER=	ecrist@secure-computing.net
11
COMMENT=	Secure IP/Ethernet tunnel daemon
12
COMMENT=	Secure IP/Ethernet tunnel daemon
Lines 90-99 Link Here
90
91
91
post-install:
92
post-install:
92
	${MKDIR} ${PREFIX}/lib
93
	${MKDIR} ${PREFIX}/lib
93
	${INSTALL_LIB} ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-down-root.so ${PREFIX}/lib/
94
	${LN} -s ${PREFIX}/lib/openvpn/plugins/openvpn-plugin-down-root.so ${PREFIX}/lib/openvpn-down-root.so
94
	${INSTALL_LIB} ${WRKSRC}/src/plugins/auth-pam/.libs/openvpn-plugin-auth-pam.so ${PREFIX}/lib/
95
	${LN} -s ${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-pam.so ${PREFIX}/lib/openvpn-auth-pam.so
95
	${LN} -s ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-down-root.so ${PREFIX}/lib/openvpn-down-root.so
96
96
	${LN} -s ${WRKSRC}/src/plugins/down-root/.libs/openvpn-plugin-auth-pam.so ${PREFIX}/lib/openvpn-auth-pam.so
97
.if !defined(NOPORTDOCS)
97
.if !defined(NOPORTDOCS)
98
	${MKDIR} ${DOCSDIR}
98
	${MKDIR} ${DOCSDIR}
99
.for docs in AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL \
99
.for docs in AUTHORS COPYING COPYRIGHT.GPL ChangeLog INSTALL \

Return to bug 172598