View | Details | Raw Unified | Return to bug 82113
Collapse All | Expand All

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

Return to bug 82113