diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 03:09:19 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-04-16 03:09:19 +0000 |
commit | 6ca7147fa3958807195d55d1c756d988f864e7fc (patch) | |
tree | 0c42c073d039c6e048cf3ec446ecfc9dc31a37ef /net/vtun/Makefile | |
parent | - Upgrade to 0.11. (diff) |
- Take maintainership.
- Support multiple vtunclient startup from rc.subr.
Notes
Notes:
svn path=/head/; revision=252747
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r-- | net/vtun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index ebc4a3d52771..e44c31a63f0d 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -7,11 +7,11 @@ PORTNAME= vtun PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 |