diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-15 14:55:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-15 14:55:42 +0000 |
commit | cd8e3e83bfa95e8bd7bb9e65bb2e26452b638a0b (patch) | |
tree | 4f2af44c78b27d12c88e6b3b332ebb2ce342d6f0 /net/hf6to4 | |
parent | edd5b378404de2dc5a6a91483d88f8ebdb1cd8fa (diff) | |
download | ports-cd8e3e83bfa95e8bd7bb9e65bb2e26452b638a0b.tar.gz ports-cd8e3e83bfa95e8bd7bb9e65bb2e26452b638a0b.zip |
- Update to 1.5
- Pass maintainership to submitter
PR: ports/107919
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Notes
Notes:
svn path=/head/; revision=182425
Diffstat (limited to 'net/hf6to4')
-rw-r--r-- | net/hf6to4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hf6to4/Makefile b/net/hf6to4/Makefile index afb99bdf2f12..7c6dd2dc6592 100644 --- a/net/hf6to4/Makefile +++ b/net/hf6to4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hf6to4 -PORTVERSION= 1.2 +PORTVERSION= 1.5 CATEGORIES= net ipv6 MASTER_SITES= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/net/hf6to4/files/ DISTFILES= hf6to4\?rev=1.3\&content-type=text%2fplain \ @@ -14,7 +14,7 @@ DISTFILES= hf6to4\?rev=1.3\&content-type=text%2fplain \ hf6to4.conf\?rev=1.2\&content-type=text%2fplain DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= Enables 6to4 IPv6 automatic tunnels NO_BUILD= yes |