mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Update to 4.90
- Take over maintainership
This commit is contained in:
parent
30547336e0
commit
24983e67bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229776
@ -6,14 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= ipplan
|
||||
PORTVERSION= 4.86.0.1
|
||||
DISTVERSION= 4.86a
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.90
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= iptrack
|
||||
MASTER_SITES= SF/iptrack
|
||||
|
||||
MAINTAINER= farrokhi@FreeBSD.org
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= IP address management and tracking
|
||||
|
||||
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ipplan-4.86a.tar.gz) = 04a5da8b7e08fcf5bfe0afc31bb7f711
|
||||
SHA256 (ipplan-4.86a.tar.gz) = 3b32edf016290ef319e1e9b5dc43def0c0f1224fe54ef427211d8b9944821bee
|
||||
SIZE (ipplan-4.86a.tar.gz) = 1463553
|
||||
MD5 (ipplan-4.90.tar.gz) = 84946d83eb02f6e2f8a6345a1ebc7cb7
|
||||
SHA256 (ipplan-4.90.tar.gz) = c5cf5ea096112126339c36caf6011941673200956345e71b708ab2301c00e8a0
|
||||
SIZE (ipplan-4.90.tar.gz) = 1513775
|
||||
|
@ -1,4 +1,3 @@
|
||||
@unexec if cmp -s %D/%%IPPLANDIR%%/config.php %D/%%IPPLANDIR%%/config.php.sample ; then rm -f %D/%%IPPLANDIR%%/config.php; fi
|
||||
%%IPPLANDIR%%/CHANGELOG
|
||||
%%IPPLANDIR%%/CONTRIBUTORS
|
||||
%%IPPLANDIR%%/INSTALL
|
||||
@ -9,6 +8,7 @@
|
||||
%%IPPLANDIR%%/INTERNALS
|
||||
%%IPPLANDIR%%/IPplan.jpg
|
||||
%%IPPLANDIR%%/LICENSE
|
||||
%%IPPLANDIR%%/PORTERS
|
||||
%%IPPLANDIR%%/README
|
||||
%%IPPLANDIR%%/README.html
|
||||
%%IPPLANDIR%%/README.sgml
|
||||
@ -18,7 +18,6 @@
|
||||
%%IPPLANDIR%%/TRIGGERS
|
||||
%%IPPLANDIR%%/UPGRADE
|
||||
%%IPPLANDIR%%/admin/changepassword.php
|
||||
%%IPPLANDIR%%/user/changesettings.php
|
||||
%%IPPLANDIR%%/admin/deletebounds.php
|
||||
%%IPPLANDIR%%/admin/displayauditlog.php
|
||||
%%IPPLANDIR%%/admin/displayboundsform.php
|
||||
@ -201,18 +200,26 @@
|
||||
%%IPPLANDIR%%/class.phpmailer.php
|
||||
%%IPPLANDIR%%/class.smtp.php
|
||||
%%IPPLANDIR%%/class.templib.php
|
||||
%%IPPLANDIR%%/class.xptlib.php
|
||||
%%IPPLANDIR%%/config.php
|
||||
%%IPPLANDIR%%/config.php.sample
|
||||
%%IPPLANDIR%%/contrib/bind9_revzone.xsl
|
||||
%%IPPLANDIR%%/contrib/bind9_zone.dtd
|
||||
%%IPPLANDIR%%/contrib/bind9_zone.xsl
|
||||
%%IPPLANDIR%%/contrib/bind9_zone.xsl.rej
|
||||
%%IPPLANDIR%%/contrib/create-test-users.sh
|
||||
%%IPPLANDIR%%/contrib/dumproute.sh
|
||||
%%IPPLANDIR%%/contrib/dumproute.txt
|
||||
%%IPPLANDIR%%/contrib/ipplan-poller.php
|
||||
%%IPPLANDIR%%/contrib/ipplan2pc.README
|
||||
%%IPPLANDIR%%/contrib/ipplan2pc.xsl
|
||||
%%IPPLANDIR%%/contrib/isc_dhcp1.xsl
|
||||
%%IPPLANDIR%%/contrib/isc_dhcp2.xsl
|
||||
%%IPPLANDIR%%/contrib/process-exports.pl
|
||||
%%IPPLANDIR%%/contrib/process-exports.pl.rej
|
||||
%%IPPLANDIR%%/contrib/process-exports.txt
|
||||
%%IPPLANDIR%%/contrib/qipImport-public.README
|
||||
%%IPPLANDIR%%/contrib/qipImport-public.pl
|
||||
%%IPPLANDIR%%/cookies.js
|
||||
%%IPPLANDIR%%/docu.css
|
||||
%%IPPLANDIR%%/gpl.html
|
||||
@ -463,6 +470,7 @@
|
||||
%%IPPLANDIR%%/schema.php
|
||||
%%IPPLANDIR%%/templates/display/basetemplate-dhcp.xml
|
||||
%%IPPLANDIR%%/templates/display/basetemplate.xml
|
||||
%%IPPLANDIR%%/templates/display/basetemplate.xml.dhcp
|
||||
%%IPPLANDIR%%/templates/display/custtemplate-ripe.xml
|
||||
%%IPPLANDIR%%/templates/display/custtemplate.xml
|
||||
%%IPPLANDIR%%/templates/display/fwdzonetemplate.xml
|
||||
@ -478,8 +486,11 @@
|
||||
%%IPPLANDIR%%/templates/swip_wdb1.4_new.xsl
|
||||
%%IPPLANDIR%%/themes/default-safari.css
|
||||
%%IPPLANDIR%%/themes/default.css
|
||||
%%IPPLANDIR%%/themes/img_red_grey/head-bg.png
|
||||
%%IPPLANDIR%%/themes/img_red_grey/page-bg.png
|
||||
%%IPPLANDIR%%/themes/pastel.css
|
||||
%%IPPLANDIR%%/themes/penguin.css
|
||||
%%IPPLANDIR%%/themes/red_grey.css
|
||||
%%IPPLANDIR%%/user/Net/DNS.php
|
||||
%%IPPLANDIR%%/user/Net/DNS/Header.php
|
||||
%%IPPLANDIR%%/user/Net/DNS/Packet.php
|
||||
@ -499,6 +510,7 @@
|
||||
%%IPPLANDIR%%/user/Net/DNS/RR/TSIG.php
|
||||
%%IPPLANDIR%%/user/Net/DNS/RR/TXT.php
|
||||
%%IPPLANDIR%%/user/Net/DNS/Resolver.php
|
||||
%%IPPLANDIR%%/user/changesettings.php
|
||||
%%IPPLANDIR%%/user/createarea.php
|
||||
%%IPPLANDIR%%/user/createrange.php
|
||||
%%IPPLANDIR%%/user/createsubnet.php
|
||||
@ -519,6 +531,7 @@
|
||||
%%IPPLANDIR%%/user/dns.php
|
||||
%%IPPLANDIR%%/user/emailswip.php
|
||||
%%IPPLANDIR%%/user/exportdhcp.php
|
||||
%%IPPLANDIR%%/user/exportview.php
|
||||
%%IPPLANDIR%%/user/findfree.php
|
||||
%%IPPLANDIR%%/user/findfreeform.php
|
||||
%%IPPLANDIR%%/user/logout.php
|
||||
@ -530,6 +543,7 @@
|
||||
%%IPPLANDIR%%/user/modifydns.php
|
||||
%%IPPLANDIR%%/user/modifydnsform.php
|
||||
%%IPPLANDIR%%/user/modifydnsrecord.php
|
||||
%%IPPLANDIR%%/user/modifydnsrecord.php.rej
|
||||
%%IPPLANDIR%%/user/modifydnsrecordform.php
|
||||
%%IPPLANDIR%%/user/modifyipform.php
|
||||
%%IPPLANDIR%%/user/modifyipformmul.php
|
||||
@ -545,11 +559,11 @@
|
||||
%%IPPLANDIR%%/user/treeview.php
|
||||
%%IPPLANDIR%%/user/whois.php
|
||||
%%IPPLANDIR%%/xmllib.php
|
||||
%%IPPLANDIR%%/PORTERS
|
||||
@dirrm %%IPPLANDIR%%/user/Net/DNS/RR
|
||||
@dirrm %%IPPLANDIR%%/user/Net/DNS
|
||||
@dirrm %%IPPLANDIR%%/user/Net
|
||||
@dirrm %%IPPLANDIR%%/user
|
||||
@dirrm %%IPPLANDIR%%/themes/img_red_grey
|
||||
@dirrm %%IPPLANDIR%%/themes
|
||||
@dirrm %%IPPLANDIR%%/templates/display
|
||||
@dirrm %%IPPLANDIR%%/templates
|
||||
|
Loading…
Reference in New Issue
Block a user