From owner-svn-ports-head@FreeBSD.ORG Tue Feb 19 20:16:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 36F9CA8C; Tue, 19 Feb 2013 20:16:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 053B23E9; Tue, 19 Feb 2013 20:16:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1JKGM1E072610; Tue, 19 Feb 2013 20:16:22 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1JKGMxr072607; Tue, 19 Feb 2013 20:16:22 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201302192016.r1JKGMxr072607@svn.freebsd.org> From: Hiroki Sato Date: Tue, 19 Feb 2013 20:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312599 - in head/security/ipv6toolkit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 20:16:23 -0000 Author: hrs Date: Tue Feb 19 20:16:22 2013 New Revision: 312599 URL: http://svnweb.freebsd.org/changeset/ports/312599 Log: Update to 1.3.1. Changes include: - Fix tunnel support. Modified: head/security/ipv6toolkit/Makefile head/security/ipv6toolkit/distinfo head/security/ipv6toolkit/files/patch-Makefile Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Tue Feb 19 20:14:00 2013 (r312598) +++ head/security/ipv6toolkit/Makefile Tue Feb 19 20:16:22 2013 (r312599) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ipv6toolkit -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= security ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/ DISTNAME= ipv6-toolkit-v${PORTVERSION} Modified: head/security/ipv6toolkit/distinfo ============================================================================== --- head/security/ipv6toolkit/distinfo Tue Feb 19 20:14:00 2013 (r312598) +++ head/security/ipv6toolkit/distinfo Tue Feb 19 20:16:22 2013 (r312599) @@ -1,2 +1,2 @@ -SHA256 (ipv6-toolkit-v1.3.tar.gz) = 182d3e7b34ea800eae21d5fbf5fd4fa7f13792f27d9a4c5f61947ae0e178a720 -SIZE (ipv6-toolkit-v1.3.tar.gz) = 2918659 +SHA256 (ipv6-toolkit-v1.3.1.tar.gz) = e7c6b239ea4b6f111af897a6dd1fa2ccf97d939addad5a687d87ebf677305212 +SIZE (ipv6-toolkit-v1.3.1.tar.gz) = 2917946 Modified: head/security/ipv6toolkit/files/patch-Makefile ============================================================================== --- head/security/ipv6toolkit/files/patch-Makefile Tue Feb 19 20:14:00 2013 (r312598) +++ head/security/ipv6toolkit/files/patch-Makefile Tue Feb 19 20:16:22 2013 (r312599) @@ -1,5 +1,5 @@ --- Makefile.orig 2013-02-16 18:15:13.000000000 +0900 -+++ Makefile 2013-02-17 07:19:34.000000000 +0900 ++++ Makefile 2013-02-18 01:36:14.000000000 +0900 @@ -1,12 +1,14 @@ +# $FreeBSD$ + @@ -20,8 +20,12 @@ SRCPATH= tools TOOLS= flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 -@@ -54,18 +56,18 @@ - install: all +@@ -51,21 +53,21 @@ + clean: + -rm -f $(TOOLS) + +-install: all ++install: # Install the binaries install -m0755 -d $(BINPATH) - install -m0755 $(TOOLS) $(BINPATH)