aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-171-2/+3
| | | | | | | | | | - While I'm here, add NO_ARCH - Bump PORTREVISION for dependency change With hat: perl Notes: svn path=/head/; revision=443763
* - net-mgmt/cacti: Update from 1.1.9 to 1.1.10Jochen Neumeister2017-06-173-5/+5
| | | | | | | | | | | | - Changelog: http://www.cacti.net/release_notes.php?version=1.1.10 PR: 220036 Submitted by: Daniel Austin <freebsd-ports at dan.me.uk> (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11241 Notes: svn path=/head/; revision=443733
* - net-mgmt/crmsh: Update from 2.2.0 to 3.0.0Jochen Neumeister2017-06-135-33/+50
| | | | | | | | | | | | - Changelog: https://github.com/ClusterLabs/crmsh/blob/3.0.0/ChangeLog PR: 219545 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11110 Notes: svn path=/head/; revision=443504
* Update to 4.3.2.Mathieu Arnold2017-06-134-9/+9
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=443497
* Fix LIB_DEPENDS of ports which link to libpkg.soMark Felder2017-06-122-2/+6
| | | | | | | | | | spine and snmpd link to libpkg.so, but it is not properly declared in the port. MFH: 2017Q2 Notes: svn path=/head/; revision=443466
* Update to version 1.1.10Steven Kreuzer2017-06-122-4/+4
| | | | Notes: svn path=/head/; revision=443452
* net-mgmt/cacti: Update to 1.1.9Danilo G. Baio2017-06-105-18/+21
| | | | | | | | | | | | | Changes: http://www.cacti.net/release_notes.php?version=1.1.8 http://www.cacti.net/release_notes.php?version=1.1.9 PR: 219854 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11122 Notes: svn path=/head/; revision=443097
* net-mgmt/zabbix*-server: Update CONFLICTSMark Felder2017-06-094-8/+4
| | | | | | | | | Rework conflicts to correctly match the other zabbix packages. PR: 208025 Notes: svn path=/head/; revision=443044
* - net-mgmt/resource-agents: Set correct sh_OLD_CMDJochen Neumeister2017-06-091-1/+2
| | | | | | | | | | | - Bump PORTREVISION Reported by: mat Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11075 Notes: svn path=/head/; revision=442971
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-061-1/+0
| | | | | | | | | While there, fix small style issues. Sponsored by: Absolight Notes: svn path=/head/; revision=442783
* - net-mgmt/resource-agents: Update from 2.3.5 to 4.0.1Jochen Neumeister2017-06-064-116/+128
| | | | | | | | | | | | | - Changelog: https://github.com/ClusterLabs/resource-agents/blob/master/ChangeLog - Fix shebangs PR: 219546 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10984 Notes: svn path=/head/; revision=442780
* net-mgmt/librenms: Update version 1.26=>1.28Muhammad Moinur Rahman2017-06-067-28/+57
| | | | | | | | | | | | | | - Fixed an issue where services-wrapper wasn't working (by adding the PATH line to the crontab) [1] - Fixed a permissions issue with some directories [1] - Added patch to validate.php which allows it to work correctly (accidentally ommitted from previous commit) [1] PR: 218608[1] Submitted by: freebsd@jonathanprice.org[1] Notes: svn path=/head/; revision=442762
* Repocopy from net-mgmt/cacti-spine (r419786) -> net-mgmt/cacti88-spineDanilo G. Baio2017-06-066-0/+55
| | | | | | | | | | | | | | | Multithreaded poller for Cacti written in C New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". PR: 219686 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11024 Notes: svn path=/head/; revision=442733
* Repocopy from net-mgmt/cacti (r416066) -> net-mgmt/cacti88Danilo G. Baio2017-06-0613-0/+785
| | | | | | | | | | | | | | | | | Web-driven graphing interface for RRDTool (Old version of net-mgmt/cacti) New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". While here, minor fixes and get improvements from the current port. PR: 219685 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11023 Notes: svn path=/head/; revision=442731
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-051-9/+3
| | | | | | | With hat: perl Notes: svn path=/head/; revision=442711
* Update to version 1.1.7Steven Kreuzer2017-06-053-9/+10
| | | | | | | | | | Update package description PR: 219702 Submitted by: Vinicius Zavam Notes: svn path=/head/; revision=442677
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-051-1/+1
| | | | Notes: svn path=/head/; revision=442654
* - Set USES: autoreconfJochen Neumeister2017-06-033-17/+10
| | | | | | | | | | | | | - Switch to GitHub - Bump PORTREVISION PR: 219501 Reported by: Paul Godard Approved by: jmohacsi@bsd.hu (maintainer) miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10961 Notes: svn path=/head/; revision=442513
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-021-1/+1
| | | | Notes: svn path=/head/; revision=442404
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-021-9/+4
| | | | | | | - Sort RUN_DEPENDS Notes: svn path=/head/; revision=442392
* Remove net-mgmt/zabbix24-(agent|frontend|proxy|server)Danilo G. Baio2017-05-2914-1361/+0
| | | | | | | | | | | | Upstream has declared this version EoL in 2016 (Q1) PR: 219563 Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10949 Notes: svn path=/head/; revision=442033
* Fix OPTIONS_DEFAULT: remove IPV6 which is added by frameworkSunpoet Po-Chuan Hsieh2017-05-291-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442016
* Fix OPTIONS_DEFAULT: remove IPV6 which is added by frameworkSunpoet Po-Chuan Hsieh2017-05-291-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442015
* Fix OPTIONS_DEFAULT: remove IPV6 which is added by frameworkSunpoet Po-Chuan Hsieh2017-05-291-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442014
* - Update to 2.3.19Veniamin Gvozdikov2017-05-293-7/+44
| | | | Notes: svn path=/head/; revision=441976
* - Update to 2.2.18Jochen Neumeister2017-05-293-4/+6
| | | | | | | | | | PR: 219531 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10969 Notes: svn path=/head/; revision=441973
* - Update to 3.0.9Jochen Neumeister2017-05-292-4/+4
| | | | | | | | | | PR: 219529 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10970 Notes: svn path=/head/; revision=441972
* - Update to 2.2.18Jochen Neumeister2017-05-292-6/+7
| | | | | | | | | | PR: 219531 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10968 Notes: svn path=/head/; revision=441971
* net-mgmt/prometheus: update 1.6.1 -> 1.6.3Kurt Jaeger2017-05-272-6/+6
| | | | | | | | | | PR: 219225 Changes: https://github.com/prometheus/prometheus/releases/tag/v1.6.3 https://github.com/prometheus/prometheus/releases/tag/v1.6.2 Submitted by: Jev Bjoersell <jev@ecadlabs.com> (maintainer) Notes: svn path=/head/; revision=441873
* update Seafile client bundle to 6.0.6Nikolai Lifanov2017-05-278-23/+36
| | | | | | | | | | | | | | | | | | | | | | | | | Ports affected: net-mgmt/seafile-client, net-mgmt/ccnet-client, net-mgmt/seafile-gui * Updated to 6.0.6 * Added Makefile.include to update version * Added target makesum-all for bundle - Sort files by numbers if numbers contained in the file name, so "1, 10, 2, 11, 3" will be sorted as "1, 2, 3, 10, 11". - Use native system window for Seafile main windown and cloud file browser window. - Fix progress overflow when uploading large file using cloud file browser - Improve the tip when removing an account in the client - Don't show download button when select folders in cloud file browser - Clean cache data of cloud file browser when logout an account or restart the client - [fix] Fix display problem for high screen Windows in win10 - [fix] Fix libssl compatibility problem in Debain Stretch - Add auto-update check PR: 219577 Submitted by: ultima1252@gmail.com (maintainer) Notes: svn path=/head/; revision=441845
* - Update to 1.1.7Jochen Neumeister2017-05-263-25/+6
| | | | | | | | | | PR: 219478 Submitted by: Daniel Austin (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10887 Notes: svn path=/head/; revision=441766
* Switch to USE_GITHUB.Raphael Kubo da Costa2017-05-253-4/+6
| | | | | | | | | | | | | | | | | | fedorahosted.org is down and the project has switched to GitHub. Comparing the GitHub tarball and the old one from distcache.FreeBSD.org, the former has a few new files: * .gitignore * extras/img/omping-banner-url.svg * extras/img/omping-banner.svg * extras/img/omping-icon.svg All the other contents are identical. PR: 218099 Notes: svn path=/head/; revision=441673
* net-mgmt/p5-Net-NSCA-Client: Add missing runtime dependencyMark Felder2017-05-241-2/+3
| | | | | | | | Approved by: portmgr (with hat) MFH: 2017Q2 Notes: svn path=/head/; revision=441618
* - Update to 1.1.6Martin Wilke2017-05-233-113/+126
| | | | | | | | PR: 219158 Submitted by: maintainer Notes: svn path=/head/; revision=441508
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-222-0/+4
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* net-mgmt/fastnetmon: add dependency for libbison and remove ndpi support ↵Babak Farrokhi2017-05-222-4/+11
| | | | | | | | | | | | (broken) Reported by: Mihai <mihaigabriel@gmail.com> Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10644 Notes: svn path=/head/; revision=441457
* - update to -> 2.4Michael Landin2017-05-224-59/+8
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=441441
* net-mgmt/pmacct: Fix build with SQLITE3 enabledKurt Jaeger2017-05-211-1/+1
| | | | | | | | PR: 219365 Submitted by: jeremy@smart-serv.net Notes: svn path=/head/; revision=441396
* Update to 4.2.6Emanuel Haupt2017-05-172-4/+4
| | | | Notes: svn path=/head/; revision=441114
* Update telegraf to version 1.3.0Palle Girgensohn2017-05-173-189/+187
| | | | Notes: svn path=/head/; revision=441082
* - Update to 0.2.0Emanuel Haupt2017-05-164-17/+48
| | | | | | | - Specify LICENSE_FILE Notes: svn path=/head/; revision=441052
* Change RUN_DEPENDS from rubygem-sinatra to rubygem-sinatra1Sunpoet Po-Chuan Hsieh2017-05-162-4/+5
| | | | | | | | - Fix gemspec for rubygem-sinatra1 1.4.8 - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=441038
* Change RUN_DEPENDS from rubygem-sinatra to rubygem-sinatra1Sunpoet Po-Chuan Hsieh2017-05-161-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=441037
* net-mgmt/netxms: Update version 1.2.17=>2.0.7Muhammad Moinur Rahman2017-05-156-273/+274
| | | | | | | Submitted by: pi Notes: svn path=/head/; revision=440977
* Remove svn keywords from patches.Mathieu Arnold2017-05-151-3/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440939
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-133-1/+5
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440859
* net-mgmt/unifi5: Update to 5.4.15Mark Felder2017-05-123-10/+10
| | | | | | | | | Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-4-15-Stable-has-been-released/ba-p/1910910 PR: 219230 Notes: svn path=/head/; revision=440687
* Update to 4.2.5Emanuel Haupt2017-05-092-4/+4
| | | | Notes: svn path=/head/; revision=440481
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442