diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-19 22:08:39 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-19 22:08:39 +0800 |
commit | 11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d (patch) | |
tree | bd8cf9ecb1e13c2084935e63be39b98b3b1f14ef | |
parent | aad1ac4605f768c7a3dfb766e449ce160d0f3418 (diff) | |
download | freebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.gz freebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.tar.zst freebsd-ports-gnome-11cb289f2620a15f44d5f82a6c71f64f2ec3ce0d.zip |
- Upgrade to version 2.4
- Add WWW
-rw-r--r-- | net/vtun/Makefile | 14 | ||||
-rw-r--r-- | net/vtun/distinfo | 2 | ||||
-rw-r--r-- | net/vtun/pkg-descr | 2 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 565c8b8a9b05..d7ee5d6d9ee3 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -6,10 +6,9 @@ # PORTNAME= vtun -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= vtun +MASTER_SITES= http://vtun.sourceforge.net/ MAINTAINER= kevlo@FreeBSD.org @@ -25,9 +24,14 @@ CONFIGURE_ARGS+=--localstatedir=/var \ --with-ssl-headers=${LOCALBASE}/include/openssl \ --with-ssl-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ - --with-lzo-lib=${LOCALBASE}/lib \ - --enable-lzo + --with-lzo-lib=${LOCALBASE}/lib ALL_TARGET= vtund +post-install: + @${MKDIR} ${PREFIX}/share/doc/vtund +.for doc in FAQ README README.Setup README.Shaper + @${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/vtund +.endfor + .include <bsd.port.mk> diff --git a/net/vtun/distinfo b/net/vtun/distinfo index c199b63e2fe9..2043f375daa9 100644 --- a/net/vtun/distinfo +++ b/net/vtun/distinfo @@ -1 +1 @@ -MD5 (vtun-2.3.tar.gz) = e0bc652994fc77e4d1d8fc998787e3cd +MD5 (vtun-2.4.tar.gz) = 4403855f23b7784a7c85b96e6da1704c diff --git a/net/vtun/pkg-descr b/net/vtun/pkg-descr index 1f58fa351b14..3e59212a924d 100644 --- a/net/vtun/pkg-descr +++ b/net/vtun/pkg-descr @@ -8,3 +8,5 @@ it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts. + +WWW: http://vtun.sourceforge.net |