FreeBSD Bugzilla – Attachment 50754 Details for
Bug 77268
Update ports: net-mgmt/ipplan to 4.0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 5.85 KB, created by
Maxim Tulyuk
on 2005-02-08 15:30:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Maxim Tulyuk
Created:
2005-02-08 15:30:20 UTC
Size:
5.85 KB
patch
obsolete
>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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77268
: 50754