diff options
-rw-r--r-- | net-mgmt/ipplan/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/ipplan/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/ipplan/files/patch-config.php | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index a97961cb539f..202781db3cde 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ipplan -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= iptrack -DISTNAME= ${PORTNAME}-4.31 +DISTNAME= ${PORTNAME}-4.32 MAINTAINER= mt@primats.org.ua COMMENT= IP address management and tracking diff --git a/net-mgmt/ipplan/distinfo b/net-mgmt/ipplan/distinfo index e502087ec421..9e7b1ec53f28 100644 --- a/net-mgmt/ipplan/distinfo +++ b/net-mgmt/ipplan/distinfo @@ -1,2 +1,2 @@ -MD5 (ipplan-4.31.tar.gz) = cd06baf19fbba9e4ada77b6ac72eb3df -SIZE (ipplan-4.31.tar.gz) = 1128850 +MD5 (ipplan-4.32.tar.gz) = 945a69c305ac93e776903df1864890f5 +SIZE (ipplan-4.32.tar.gz) = 1132394 diff --git a/net-mgmt/ipplan/files/patch-config.php b/net-mgmt/ipplan/files/patch-config.php index f38d37142344..972c4304d7ad 100644 --- a/net-mgmt/ipplan/files/patch-config.php +++ b/net-mgmt/ipplan/files/patch-config.php @@ -1,6 +1,6 @@ ---- config.php.orig Wed May 11 00:26:32 2005 -+++ config.php Wed May 11 19:30:43 2005 -@@ -89,7 +89,7 @@ +--- config.php.orig Sun Jun 5 09:53:19 2005 ++++ config.php Fri Jun 10 15:28:16 2005 +@@ -96,7 +96,7 @@ // see either httpd.conf User directive or ps -ef to see which user // apache runs under, then set mode 700 on directory and change owner // to this user @@ -9,16 +9,16 @@ // default country code ("" for none) define("DEFAULTCOUNTRY", "US"); -@@ -102,7 +102,7 @@ +@@ -109,7 +109,7 @@ // not work if php is running in safemode. probing and scanning may // also be against policy for your site! - define("NMAP", ""); --//define("NMAP", "/usr/bin/nmap"); -+//define("NMAP", "/usr/local/bin/nmap"); + //define("NMAP", ""); +-define("NMAP", "/usr/bin/nmap"); ++define("NMAP", "/usr/local/bin/nmap"); //-------------------------START OF REGISTRAR--------------------------- -@@ -145,7 +145,7 @@ +@@ -152,7 +152,7 @@ // this will usually be the user under which Apache runs. If the // permissions are not correct, the files will be created in the // system temp directory, usually /tmp |