summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-03-25 15:55:49 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-03-25 15:55:49 +0000
commitb834bae20332c82006236f9021843f3a65f5f3e1 (patch)
tree1af151aa6befae2bd9890cb9f845cad01b75e3a6 /net/vtun
parentUnbreak and fix the bogus plist. (diff)
Update to version 2.5
Notes
Notes: svn path=/head/; revision=56639
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile6
-rw-r--r--net/vtun/distinfo2
-rw-r--r--net/vtun/files/patch-aa11
3 files changed, 16 insertions, 3 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 8f939d6f87d1..cbbf353f0339 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vtun
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= net
MASTER_SITES= http://vtun.sourceforge.net/
@@ -27,7 +27,9 @@ CONFIGURE_ARGS+=--localstatedir=/var \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib
-ALL_TARGET= vtund
+WRKSRC= ${WRKDIR}/vtun
+
+ALL_TARGET= vtund
post-install:
@${INSTALL_DATA} ${WRKSRC}/vtund.conf ${PREFIX}/etc/vtund.conf.example
diff --git a/net/vtun/distinfo b/net/vtun/distinfo
index 2043f375daa9..2f0f790efa12 100644
--- a/net/vtun/distinfo
+++ b/net/vtun/distinfo
@@ -1 +1 @@
-MD5 (vtun-2.4.tar.gz) = 4403855f23b7784a7c85b96e6da1704c
+MD5 (vtun-2.5.tar.gz) = b29bffeb07e66567e247641919c45b23
diff --git a/net/vtun/files/patch-aa b/net/vtun/files/patch-aa
new file mode 100644
index 000000000000..5e9f8663f6ef
--- /dev/null
+++ b/net/vtun/files/patch-aa
@@ -0,0 +1,11 @@
+--- configure.orig Mon Mar 25 23:48:08 2002
++++ configure Mon Mar 25 23:48:57 2002
+@@ -764,7 +764,7 @@
+ program_prefix=${target_alias}-
+
+
+-for ac_prog in 'bison -y' byacc
++for ac_prog in 'yacc' byacc
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2