1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.3.1. Changes include:

- Fix tunnel support.
This commit is contained in:
Hiroki Sato 2013-02-19 20:16:22 +00:00
parent 98117ae546
commit 5602556351
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312599
3 changed files with 10 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -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)