diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-03-25 15:55:49 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-03-25 15:55:49 +0000 |
commit | 1ceb300ce7039e2efe70f82c4cf5e57d02f50a53 (patch) | |
tree | b2e799208afe5114a762257f7ed40929c0aad81f /net/vtun | |
parent | 5d61f8f151040ed62aa669d70eac8b34c727d421 (diff) | |
download | FreeBSD-ports-1ceb300ce7039e2efe70f82c4cf5e57d02f50a53.zip FreeBSD-ports-1ceb300ce7039e2efe70f82c4cf5e57d02f50a53.tar.gz |
Update to version 2.5
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 6 | ||||
-rw-r--r-- | net/vtun/distinfo | 2 | ||||
-rw-r--r-- | net/vtun/files/patch-aa | 11 |
3 files changed, 16 insertions, 3 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 8f939d6..cbbf353 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 2043f37..2f0f790 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 0000000..5e9f866 --- /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 |