ports/77268: Update ports: net-mgmt/ipplan to 4.0.4

Maxim Tuliuk mt at primats.org.ua
Tue Feb 8 15:30:21 UTC 2005


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 08 15:30:20 GMT 2005
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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
- at dirrm %%IPPLANDIR%%/admin
- at dirrm %%IPPLANDIR%%/adodb/contrib
- at dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
- at dirrm %%IPPLANDIR%%/adodb/datadict
- at dirrm %%IPPLANDIR%%/adodb/docs
- at dirrm %%IPPLANDIR%%/adodb/drivers
- at dirrm %%IPPLANDIR%%/adodb/lang
+ at dirrm %%IPPLANDIR%%/user
+ at dirrm %%IPPLANDIR%%/templates
+ at dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/pt
+ at dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/no
+ at dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/it
+ at dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/fr
+ at dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/es
+ at dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
+ at dirrm %%IPPLANDIR%%/locale/de
+ at dirrm %%IPPLANDIR%%/locale
+ at dirrm %%IPPLANDIR%%/layout
+ at dirrm %%IPPLANDIR%%/contrib
+ at dirrm %%IPPLANDIR%%/adodb/xsl
+ at dirrm %%IPPLANDIR%%/adodb/tests
+ at dirrm %%IPPLANDIR%%/adodb/session/old
+ at dirrm %%IPPLANDIR%%/adodb/session
+ at dirrm %%IPPLANDIR%%/adodb/perf
 @dirrm %%IPPLANDIR%%/adodb/pear/Auth/Container
 @dirrm %%IPPLANDIR%%/adodb/pear/Auth
 @dirrm %%IPPLANDIR%%/adodb/pear
- at dirrm %%IPPLANDIR%%/adodb/perf
- at dirrm %%IPPLANDIR%%/adodb/session/old
- at dirrm %%IPPLANDIR%%/adodb/session
- at dirrm %%IPPLANDIR%%/adodb/tests
- at dirrm %%IPPLANDIR%%/adodb/xsl
+ at dirrm %%IPPLANDIR%%/adodb/lang
+ at dirrm %%IPPLANDIR%%/adodb/drivers
+ at dirrm %%IPPLANDIR%%/adodb/docs
+ at dirrm %%IPPLANDIR%%/adodb/datadict
+ at dirrm %%IPPLANDIR%%/adodb/cute_icons_for_site
+ at dirrm %%IPPLANDIR%%/adodb/contrib
 @dirrm %%IPPLANDIR%%/adodb
- at dirrm %%IPPLANDIR%%/contrib
- at dirrm %%IPPLANDIR%%/layout
- at dirrm %%IPPLANDIR%%/locale/de/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/de
- at dirrm %%IPPLANDIR%%/locale/es/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/es
- at dirrm %%IPPLANDIR%%/locale/fr/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/fr
- at dirrm %%IPPLANDIR%%/locale/it/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/it
- at dirrm %%IPPLANDIR%%/locale/no/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/no
- at dirrm %%IPPLANDIR%%/locale/pt/LC_MESSAGES
- at dirrm %%IPPLANDIR%%/locale/pt
- at dirrm %%IPPLANDIR%%/locale
- at dirrm %%IPPLANDIR%%/templates
- at dirrm %%IPPLANDIR%%/user
+ at dirrm %%IPPLANDIR%%/admin
+ at dirrm %%IPPLANDIR%%/Net/DNS/RR
+ at dirrm %%IPPLANDIR%%/Net/DNS
+ at dirrm %%IPPLANDIR%%/Net
 @dirrm %%IPPLANDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list