Date: Wed, 24 Jan 2018 19:23:01 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459885 - head/net/6tunnel Message-ID: <201801241923.w0OJN180012334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Jan 24 19:23:01 2018 New Revision: 459885 URL: https://svnweb.freebsd.org/changeset/ports/459885 Log: - Update to 0.12 Changes by Wojtek Kaniewski: make -4 and -6 work the way they were intended, remove -H option, but leave enough information for the users to get the same result, warn when both local and remote address are of the same type. Changes by Jari Aalto: spelling fixes. https://github.com/wojtekka/6tunnel/releases PR: 216485 Submitted by: w.schwarzenfeld@utanet.at Modified: head/net/6tunnel/Makefile head/net/6tunnel/distinfo Modified: head/net/6tunnel/Makefile ============================================================================== --- head/net/6tunnel/Makefile Wed Jan 24 19:09:50 2018 (r459884) +++ head/net/6tunnel/Makefile Wed Jan 24 19:23:01 2018 (r459885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= 6tunnel -DISTVERSION= 0.11rc2.20130525 +DISTVERSION= 0.12 CATEGORIES= net ipv6 MASTER_SITES= GH \ LOCAL/bdrewery/${PORTNAME}/ Modified: head/net/6tunnel/distinfo ============================================================================== --- head/net/6tunnel/distinfo Wed Jan 24 19:09:50 2018 (r459884) +++ head/net/6tunnel/distinfo Wed Jan 24 19:23:01 2018 (r459885) @@ -1,2 +1,3 @@ -SHA256 (wojtekka-6tunnel-0.11rc2.20130525-2d33461_GH0.tar.gz) = 818a44a53c8a203595cd3611771dd154ae9f8e893433ffe6ba88b6771dfe6452 -SIZE (wojtekka-6tunnel-0.11rc2.20130525-2d33461_GH0.tar.gz) = 17861 +TIMESTAMP = 1515471846 +SHA256 (wojtekka-6tunnel-0.12-2d33461_GH0.tar.gz) = 818a44a53c8a203595cd3611771dd154ae9f8e893433ffe6ba88b6771dfe6452 +SIZE (wojtekka-6tunnel-0.12-2d33461_GH0.tar.gz) = 17861
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801241923.w0OJN180012334>