[Midnightbsd-cvs] mports [15883] trunk/security/vpnc: pcf2vpnc program is missing.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Feb 24 09:32:29 EST 2014
Revision: 15883
http://svnweb.midnightbsd.org/mports/?rev=15883
Author: laffer1
Date: 2014-02-24 09:32:28 -0500 (Mon, 24 Feb 2014)
Log Message:
-----------
pcf2vpnc program is missing. fix that.
Modified Paths:
--------------
trunk/security/vpnc/Makefile
trunk/security/vpnc/pkg-plist
Modified: trunk/security/vpnc/Makefile
===================================================================
--- trunk/security/vpnc/Makefile 2014-02-24 14:11:23 UTC (rev 15882)
+++ trunk/security/vpnc/Makefile 2014-02-24 14:32:28 UTC (rev 15883)
@@ -2,7 +2,7 @@
PORTNAME= vpnc
PORTVERSION= 0.5.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
CRITICAL
@@ -9,6 +9,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Client for Cisco 3000 VPN Concentrator
+
LICENSE= gpl2
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt
@@ -16,11 +17,11 @@
USE_GMAKE= yes
USE_PERL5_BUILD=yes
USE_RC_SUBR= vpnc
-MAKE_JOBS_SAFE= yes
ALL_TARGET= all
PORTDOCS= README TODO
+MAN1= pcf2vpnc.1
MAN8= vpnc.8
OPTIONS+= DECRYPT "cisco-decypt password decrypt utility" on
@@ -59,6 +60,7 @@
${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.endif
+ ${INSTALL_SCRIPT} ${WRKSRC}/pcf2vpnc ${PREFIX}/bin
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-script ${PREFIX}/sbin/vpnc-script
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-disconnect ${PREFIX}/sbin/vpnc-disconnect
${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${PREFIX}/etc/vpnc.conf.sample
Modified: trunk/security/vpnc/pkg-plist
===================================================================
--- trunk/security/vpnc/pkg-plist 2014-02-24 14:11:23 UTC (rev 15882)
+++ trunk/security/vpnc/pkg-plist 2014-02-24 14:32:28 UTC (rev 15883)
@@ -1,3 +1,4 @@
+bin/pcf2vpnc
sbin/vpnc
sbin/vpnc-script
sbin/vpnc-disconnect
More information about the Midnightbsd-cvs
mailing list