aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-03-22 11:19:42 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-03-22 11:19:42 +0000
commit9a6bc01ef360754a2e94d86fe5212e24fdccc74c (patch)
tree30f973afb5fe12306396d3f6620e922df7cae1e4 /security/vpnc
parent950ad5bc316aac3ce16a2ba21cc8f01f51d67826 (diff)
downloadports-9a6bc01ef360754a2e94d86fe5212e24fdccc74c.tar.gz
ports-9a6bc01ef360754a2e94d86fe5212e24fdccc74c.zip
Notes
Diffstat (limited to 'security/vpnc')
-rw-r--r--security/vpnc/Makefile2
-rw-r--r--security/vpnc/files/patch-vpnc-disconnect10
2 files changed, 1 insertions, 11 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index 7d805b8bc5d5..993c6815e1d4 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vpnc
PORTVERSION= 0.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ \
http://critical.ch/distfiles/ \
diff --git a/security/vpnc/files/patch-vpnc-disconnect b/security/vpnc/files/patch-vpnc-disconnect
deleted file mode 100644
index 72d9315feae2..000000000000
--- a/security/vpnc/files/patch-vpnc-disconnect
+++ /dev/null
@@ -1,10 +0,0 @@
---- vpnc-disconnect.orig Tue Mar 13 16:27:11 2007
-+++ vpnc-disconnect Tue Mar 13 16:27:17 2007
-@@ -1,6 +1,6 @@
- #!/bin/sh
-
--pid=/var/run/vpnc/pid
-+pid=/var/run/vpnc.pid
-
- if [ $# -ne 0 ]; then
- echo "Usage: $0" 1>&2