From mt@zoo.top.net.ua  Tue Feb  8 15:22:22 2005
Return-Path: <mt@zoo.top.net.ua>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D4CB16A4D2
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Feb 2005 15:22:22 +0000 (GMT)
Received: from smtp.top.net.ua (smtp.top.net.ua [193.109.60.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C48D843D41
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Feb 2005 15:22:20 +0000 (GMT)
	(envelope-from mt@zoo.top.net.ua)
Received: from zoo.top.net.ua (villa.top.net.ua [193.109.61.63])
	by smtp.top.net.ua (8.13.3/8.13.3) with ESMTP id j18FMIrC006896
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 8 Feb 2005 17:22:18 +0200 (EET)
	(envelope-from mt@zoo.top.net.ua)
Received: from zoo.top.net.ua (localhost [127.0.0.1])
	by zoo.top.net.ua (8.13.1/8.13.1) with ESMTP id j18FMIai075420
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 8 Feb 2005 17:22:18 +0200 (EET)
	(envelope-from mt@zoo.top.net.ua)
Received: (from mt@localhost)
	by zoo.top.net.ua (8.13.1/8.13.1/Submit) id j18FMH6q075419;
	Tue, 8 Feb 2005 17:22:17 +0200 (EET)
	(envelope-from mt)
Message-Id: <200502081522.j18FMH6q075419@zoo.top.net.ua>
Date: Tue, 8 Feb 2005 17:22:17 +0200 (EET)
From: Maxim Tuliuk <mt@primats.org.ua>
Reply-To: Maxim Tuliuk <mt@primats.org.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update ports: net-mgmt/ipplan to 4.0.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77268
>Category:       ports
>Synopsis:       Update ports: net-mgmt/ipplan to 4.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 08 15:30:20 GMT 2005
>Closed-Date:    Wed Feb 09 11:58:09 GMT 2005
>Last-Modified:  Wed Feb 09 11:58:09 GMT 2005
>Originator:     Maxim Tuliuk
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
ISP "TopNet"
>Environment:
System: FreeBSD zoo.top.net.ua 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #5: Thu Dec 2 13:39:28 EET 2004 root@zoo.top.net.ua:/usr/obj/usr/src/sys/host i386


>Description:
	Update to 4.0.4
	Add options: WITHOUT_MYSQL, WITH_PGSQL, WITH_SNMP
	Add dependencies: php4-pcre php4-xml php4-zlib
>How-To-Repeat:
>Fix:
diff -uNr /usr/ports/net-mgmt/ipplan/Makefile ipplan/Makefile
--- /usr/ports/net-mgmt/ipplan/Makefile	Wed Dec 22 07:32:50 2004
+++ ipplan/Makefile	Tue Feb  8 17:05:22 2005
@@ -2,28 +2,43 @@
 # Date created:			  26 Nov 2004
 # Whom:				  Maxim Tuliuk <mt@primats.org.ua>
 #
-# $FreeBSD: ports/net-mgmt/ipplan/Makefile,v 1.1 2004/12/22 05:32:50 edwin Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	ipplan
-PORTVERSION=	4.0.2
+PORTVERSION=	4.0.4
 CATEGORIES=	net-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	iptrack
-DISTNAME=	${PORTNAME}-4.02
+DISTNAME=	${PORTNAME}-4.04
 
 MAINTAINER=	mt@primats.org.ua
 COMMENT=	IP address management and tracking
 
-USE_PHP=	gettext
-USE_MYSQL=	yes
 USE_REINPLACE=	yes
-
+NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 IPPLANDIR?=	share/${PORTNAME}
 PLIST_SUB=	IPPLANDIR=${IPPLANDIR}
 
-NO_BUILD=	yes
+USE_PHP=	gettext pcre xml zlib
+
+.if !defined(WITHOUT_MYSQL)
+USE_MYSQL=	YES
+USE_PHP+=	mysql
+.endif
+.if defined(WITH_PGSQL)
+POSTGRESQL_PORT?=	databases/postgresql7
+LIB_DEPENDS+=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PHP+=	pgsql
+	@${SED} -e 's|INSTALL|INSTALL-POSTGRESQL|g' ${PKGMESSAGE}
+.endif
+.if defined(WITH_SNMP)
+LIB_DEPENDS+=	netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+USE_PHP+=	snmp
+.endif
+
+.include <bsd.port.pre.mk>
 
 do-install:
 	@${MKDIR} ${PREFIX}/${IPPLANDIR}
@@ -31,4 +46,4 @@
 	@${FIND} ${PREFIX}/${IPPLANDIR} -name '*.orig' -delete
 	@${SED} -e 's|%IPPLANDIR%|${PREFIX}/${IPPLANDIR}|g' ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -uNr /usr/ports/net-mgmt/ipplan/distinfo ipplan/distinfo
--- /usr/ports/net-mgmt/ipplan/distinfo	Wed Dec 22 07:32:50 2004
+++ ipplan/distinfo	Mon Jan 24 17:43:00 2005
@@ -1,2 +1,2 @@
-MD5 (ipplan-4.02.tar.gz) = 95e89a361799d9ce7c2a5c68f8caedf1
-SIZE (ipplan-4.02.tar.gz) = 889789
+MD5 (ipplan-4.04.tar.gz) = 64e935370103ba4acd9a7db234da18e1
+SIZE (ipplan-4.04.tar.gz) = 916407
diff -uNr /usr/ports/net-mgmt/ipplan/pkg-message ipplan/pkg-message
--- /usr/ports/net-mgmt/ipplan/pkg-message	Wed Dec 22 07:32:50 2004
+++ ipplan/pkg-message	Tue Feb  8 17:14:24 2005
@@ -2,4 +2,4 @@
 %IPPLANDIR%/INSTALL carefully and follow it.
 If you won't use Mysql as default database, according to
 your database, install required port and read
-%IPPLANDIR%/INSTALL-[ORACLE9i|POSTGRESQL] 
+%IPPLANDIR%/INSTALL-[ORACLE9i|POSTGRESQL]
diff -uNr /usr/ports/net-mgmt/ipplan/pkg-plist ipplan/pkg-plist
--- /usr/ports/net-mgmt/ipplan/pkg-plist	Wed Dec 22 07:32:50 2004
+++ ipplan/pkg-plist	Tue Feb  8 17:08:26 2005
@@ -9,9 +9,24 @@
 %%IPPLANDIR%%/INTERNALS
 %%IPPLANDIR%%/IPplan.jpg
 %%IPPLANDIR%%/LICENSE
+%%IPPLANDIR%%/Net/DNS.php
+%%IPPLANDIR%%/Net/DNS/Header.php
+%%IPPLANDIR%%/Net/DNS/Packet.php
+%%IPPLANDIR%%/Net/DNS/Question.php
+%%IPPLANDIR%%/Net/DNS/RR.php
+%%IPPLANDIR%%/Net/DNS/RR/A.php
+%%IPPLANDIR%%/Net/DNS/RR/CNAME.php
+%%IPPLANDIR%%/Net/DNS/RR/MX.php
+%%IPPLANDIR%%/Net/DNS/RR/NS.php
+%%IPPLANDIR%%/Net/DNS/RR/PTR.php
+%%IPPLANDIR%%/Net/DNS/RR/SOA.php
+%%IPPLANDIR%%/Net/DNS/RR/TSIG.php
+%%IPPLANDIR%%/Net/DNS/Resolver.php
+%%IPPLANDIR%%/Net/LICENSE
 %%IPPLANDIR%%/README
 %%IPPLANDIR%%/README.html
 %%IPPLANDIR%%/README.sgml
+%%IPPLANDIR%%/README1st-WINDOWS.txt
 %%IPPLANDIR%%/TODO
 %%IPPLANDIR%%/TRANSLATIONS
 %%IPPLANDIR%%/UPGRADE
@@ -231,6 +246,7 @@
 %%IPPLANDIR%%/templates/swip_wdb1.4_delete.xsl
 %%IPPLANDIR%%/templates/swip_wdb1.4_modify.xsl
 %%IPPLANDIR%%/templates/swip_wdb1.4_new.xsl
+%%IPPLANDIR%%/testdns.php
 %%IPPLANDIR%%/user/createarea.php
 %%IPPLANDIR%%/user/createrange.php
 %%IPPLANDIR%%/user/createsubnet.php
@@ -277,37 +293,40 @@
 %%IPPLANDIR%%/user/whois.php
 %%IPPLANDIR%%/user/whoisclass.php
 %%IPPLANDIR%%/xmllib.php
-@dirrm %%IPPLANDIR%%/admin
-@dirrm %%IPPLANDIR%%/adodb/contrib
-@dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
-@dirrm %%IPPLANDIR%%/adodb/datadict
-@dirrm %%IPPLANDIR%%/adodb/docs
-@dirrm %%IPPLANDIR%%/adodb/drivers
-@dirrm %%IPPLANDIR%%/adodb/lang
+@dirrm %%IPPLANDIR%%/user
+@dirrm %%IPPLANDIR%%/templates
+@dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/pt
+@dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/no
+@dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/it
+@dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/fr
+@dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/es
+@dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
+@dirrm %%IPPLANDIR%%/locale/de
+@dirrm %%IPPLANDIR%%/locale
+@dirrm %%IPPLANDIR%%/layout
+@dirrm %%IPPLANDIR%%/contrib
+@dirrm %%IPPLANDIR%%/adodb/xsl
+@dirrm %%IPPLANDIR%%/adodb/tests
+@dirrm %%IPPLANDIR%%/adodb/session/old
+@dirrm %%IPPLANDIR%%/adodb/session
+@dirrm %%IPPLANDIR%%/adodb/perf
 @dirrm %%IPPLANDIR%%/adodb/pear/Auth/Container
 @dirrm %%IPPLANDIR%%/adodb/pear/Auth
 @dirrm %%IPPLANDIR%%/adodb/pear
-@dirrm %%IPPLANDIR%%/adodb/perf
-@dirrm %%IPPLANDIR%%/adodb/session/old
-@dirrm %%IPPLANDIR%%/adodb/session
-@dirrm %%IPPLANDIR%%/adodb/tests
-@dirrm %%IPPLANDIR%%/adodb/xsl
+@dirrm %%IPPLANDIR%%/adodb/lang
+@dirrm %%IPPLANDIR%%/adodb/drivers
+@dirrm %%IPPLANDIR%%/adodb/docs
+@dirrm %%IPPLANDIR%%/adodb/datadict
+@dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
+@dirrm %%IPPLANDIR%%/adodb/contrib
 @dirrm %%IPPLANDIR%%/adodb
-@dirrm %%IPPLANDIR%%/contrib
-@dirrm %%IPPLANDIR%%/layout
-@dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/de
-@dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/es
-@dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/fr
-@dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/it
-@dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/no
-@dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
-@dirrm %%IPPLANDIR%%/locale/pt
-@dirrm %%IPPLANDIR%%/locale
-@dirrm %%IPPLANDIR%%/templates
-@dirrm %%IPPLANDIR%%/user
+@dirrm %%IPPLANDIR%%/admin
+@dirrm %%IPPLANDIR%%/Net/DNS/RR
+@dirrm %%IPPLANDIR%%/Net/DNS
+@dirrm %%IPPLANDIR%%/Net
 @dirrm %%IPPLANDIR%%
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Feb 9 11:58:02 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77268 
>Unformatted:
