Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2006 14:34:17 GMT
From:      Babak Farrokhi <babak@farrokhi.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/94566: update port net-mgmt/ipplan to 4.55
Message-ID:  <200603161434.k2GEYHGm003435@www.freebsd.org>
Resent-Message-ID: <200603161510.k2GFA8SF082542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94566
>Category:       ports
>Synopsis:       update port net-mgmt/ipplan to 4.55
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 16 15:10:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 18:56:57 IRST 2006
    root@home.farrokhi.net:/usr/obj/usr/src/sys/HOME

>Description:

>How-To-Repeat:

>Fix:
diff -ruN ipplan.orig/Makefile ipplan/Makefile
--- ipplan.orig/Makefile	Thu Mar 16 09:49:31 2006
+++ ipplan/Makefile	Thu Mar 16 10:16:12 2006
@@ -6,16 +6,15 @@
 #
 
 PORTNAME=	ipplan
-PORTVERSION=	4.51
+PORTVERSION=	4.55
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	iptrack
-DISTNAME=	${PORTNAME}-4.51
+DISTNAME=	${PORTNAME}-4.55
 
 MAINTAINER=	mt@primats.org.ua
 COMMENT=	IP address management and tracking
 
-USE_REINPLACE=	yes
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 IPPLANDIR?=	share/${PORTNAME}
diff -ruN ipplan.orig/distinfo ipplan/distinfo
--- ipplan.orig/distinfo	Thu Mar 16 09:49:31 2006
+++ ipplan/distinfo	Thu Mar 16 10:12:14 2006
@@ -1,3 +1,3 @@
-MD5 (ipplan-4.51.tar.gz) = 9d45303d7dd85f4bb560f43d891b4b56
-SHA256 (ipplan-4.51.tar.gz) = 3cbea32b656a6cc561abd81aed9279a1ada7859d2e66a1df0c9fd172aa00c650
-SIZE (ipplan-4.51.tar.gz) = 1307160
+MD5 (ipplan-4.55.tar.gz) = 756d964c86360a55cdee9a37950b2679
+SHA256 (ipplan-4.55.tar.gz) = 9314ce30b89a7a5950675417a1e2fdb4ca88f184f4597bca0ccedc7049b0d109
+SIZE (ipplan-4.55.tar.gz) = 1333250
diff -ruN ipplan.orig/files/patch-config.php ipplan/files/patch-config.php
--- ipplan.orig/files/patch-config.php	Thu Mar 16 09:49:31 2006
+++ ipplan/files/patch-config.php	Thu Mar 16 10:12:14 2006
@@ -1,29 +1,29 @@
---- config.php.orig	Sun Jun  5 09:53:19 2005
-+++ config.php	Fri Jun 10 15:28:16 2005
+--- config.php.orig	Thu Mar 16 01:00:43 2006
++++ config.php	Thu Mar 16 08:57:56 2006
 @@ -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
--define("UPLOADDIRECTORY", "/var/spool/ipplanuploads");
-+define("UPLOADDIRECTORY", "/var/spool/ipplan/uploads");
+-define("UPLOADDIRECTORY", '/var/spool/ipplanuploads');
++define("UPLOADDIRECTORY", '/var/spool/ipplan/uploads');
  
  // default country code ("" for none)
  define("DEFAULTCOUNTRY", "US");
 @@ -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---------------------------
- 
-@@ -152,7 +152,7 @@
+ // helpdesk email address
+ define("HELPDESKEMAIL", "helpdesk@mydomain.com");
+@@ -186,7 +186,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
--define("DNSEXPORTPATH", "/tmp/dns/");
-+define("DNSEXPORTPATH", "/var/spool/ipplan/exportdns/");
+-define("DNSEXPORTPATH", '/tmp/dns/');
++define("DNSEXPORTPATH", '/var/spool/ipplan/exportdns/');
  
  // dnsslaveonly is the default setting for when creating new zones. If your
  // dns server only serves as a slave for most of your zones, it's helpful
diff -ruN ipplan.orig/pkg-plist ipplan/pkg-plist
--- ipplan.orig/pkg-plist	Thu Mar 16 09:49:31 2006
+++ ipplan/pkg-plist	Thu Mar 16 10:14:20 2006
@@ -529,6 +529,7 @@
 %%IPPLANDIR%%/user/searchallform.php
 %%IPPLANDIR%%/user/swiplib.php
 %%IPPLANDIR%%/user/traceroute.php
+%%IPPLANDIR%%/user/treeview.php
 %%IPPLANDIR%%/user/whois.php
 %%IPPLANDIR%%/xmllib.php
 @dirrm %%IPPLANDIR%%/user/Net/DNS/RR

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603161434.k2GEYHGm003435>