diff options
-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 |