diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-08-06 08:01:18 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-08-06 08:01:18 +0000 |
commit | 39a95ffd0391591c026d727eab64742d2afc4fbf (patch) | |
tree | e5b1627d7dd374bc18819aa3ffaafb9dd7e40ed8 /net-mgmt/ipcalc | |
parent | c3bf508cdd56b20d07a45c706bb00d702d97e6d5 (diff) |
Notes
Diffstat (limited to 'net-mgmt/ipcalc')
-rw-r--r-- | net-mgmt/ipcalc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipcalc/files/patch-ipcalc | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index 2255f02a501e..b5ef9f6b344b 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipcalc PORTVERSION= 0.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://jodies.de/ipcalc-archive/ diff --git a/net-mgmt/ipcalc/files/patch-ipcalc b/net-mgmt/ipcalc/files/patch-ipcalc new file mode 100644 index 000000000000..645e74a2e33a --- /dev/null +++ b/net-mgmt/ipcalc/files/patch-ipcalc @@ -0,0 +1,20 @@ +--- ipcalc.orig 2011-07-05 14:39:13.633969288 +0900 ++++ ipcalc 2011-07-05 14:39:29.494250145 +0900 +@@ -2,7 +2,7 @@ + + + # IPv4 Calculator +-# Copyright (C) Krischan Jodies 2000 - 2004 ++# Copyright (C) Krischan Jodies 2000 - 2006 + # krischan()jodies.de, http://jodies.de/ipcalc + # + # This program is free software; you can redistribute it and/or modify +@@ -1082,7 +1082,7 @@ + IP Calculator $version + + Enter your netmask(s) in CIDR notation (/25) or dotted decimals (255.255.255.0). +-Inverse netmask are recognized. If you mmit the netmask, ipcalc uses the default ++Inverse netmasks are recognized. If you mmit the netmask, ipcalc uses the default + netmask for the class of your network. + + Look at the space between the bits of the addresses: The bits before it are |