Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 04:09:33 +0300 (EEST)
From:      Maxim Tuliuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95976: update ports: net-mgmt/ipplan to 4.55
Message-ID:  <200604180109.k3I19Xke075567@hosted.top.net.ua>
Resent-Message-ID: <200604180110.k3I1AFjn097393@freefall.freebsd.org>

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

>Number:         95976
>Category:       ports
>Synopsis:       update ports: net-mgmt/ipplan to 4.55
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 18 01:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tuliuk
>Release:        FreeBSD 4.11-RELEASE-p15 i386
>Organization:
ISP "TopNet"
>Environment:
System: FreeBSD hosted.top.net.ua 4.11-RELEASE-p15 FreeBSD 4.11-RELEASE-p15 #1: Wed Mar 15 16:35:32 EET 2006 root@hosted.top.net.ua:/usr/obj/usr/src/sys/host i386
>Description:
	update ports: net-mgmt/ipplan to 4.55
>How-To-Repeat:
>Fix:
diff -uNr ipplan.orig/Makefile ipplan/Makefile
--- ipplan.orig/Makefile	Thu Mar 23 12:35:09 2006
+++ ipplan/Makefile	Tue Apr 18 03:47:51 2006
@@ -6,11 +6,11 @@
 #
 
 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
diff -uNr ipplan.orig/distinfo ipplan/distinfo
--- ipplan.orig/distinfo	Thu Mar 23 12:35:09 2006
+++ ipplan/distinfo	Tue Apr 18 03:49:55 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) = 3e8d140584bf908c0be53ca03bf6f5b0
+SHA256 (ipplan-4.55.tar.gz) = e8c8d391b6ddcf0e6f48e972500f9f05f17ace20111f1966ac9c804e95d7a644
+SIZE (ipplan-4.55.tar.gz) = 1333149
diff -uNr ipplan.orig/files/patch-config.php ipplan/files/patch-config.php
--- ipplan.orig/files/patch-config.php	Fri Jun 10 17:01:49 2005
+++ ipplan/files/patch-config.php	Tue Apr 18 03:58:02 2006
@@ -1,29 +1,38 @@
---- 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 22:16:54 2006
++++ config.php	Tue Apr 18 03:56:19 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/dnsexport/');
  
  // 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
+@@ -202,7 +202,7 @@
+ 
+ // export path where DHCP files in XML format will be output ready for
+ // transformation into DHCP file for various DHCP servers
+-define("DHCPEXPORTPATH", '/tmp/dhcp/');
++define("DHCPEXPORTPATH", '/var/spool/ipplan/dncpexport/');
+ 
+ // This string identifies ip addresses that belong in the DHCP pool
+ define("DHCPRESERVED", "Reserved - DHCP pool");
diff -uNr ipplan.orig/pkg-plist ipplan/pkg-plist
--- ipplan.orig/pkg-plist	Thu Mar 23 12:35:09 2006
+++ ipplan/pkg-plist	Tue Apr 18 04:06:18 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?200604180109.k3I19Xke075567>