aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* update net-mgmt/seafile-clientNikolai Lifanov2017-01-2410-260/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/haiwen/seafile/commits/v6.0.2 * Removed -server options * Regenerated/removed patchfiles - Return error detail for clone and sync tasks. - Save file sync errors to database. - Use unified progress for multipart uploads. - Remove server code. - Use GLib to calculate SHA1. - Allow compiling with GPL-compatible crypto libraries. - Fix some bugs. - Add back seafile python library. PR: 216348 Submitted by: ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9292 Notes: svn path=/head/; revision=432377
* update net-mgmt/ccnet-client to 6.0.2Nikolai Lifanov2017-01-245-24/+17
| | | | | | | | | | | | | | | | | | | | | | | Changes: https://github.com/haiwen/ccnet/commits/v6.0.2 * Updated to 6.0.2 * Removed Shebangfix * Regenerated patchfiles - Cleanup copyright statements. - Remove server code. - [lib] Remove openssl dependency in libccnet. - Rename LICENCE.txt to LICENSE.txt. - Add back python library PR: 216347 Submitted by: ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9285 Notes: svn path=/head/; revision=432376
* Connect PHP 7.1 ports (r432324)Torsten Zuehlsdorff2017-01-241-0/+1
| | | | Notes: svn path=/head/; revision=432336
* Add PHP 7.1Torsten Zuehlsdorff2017-01-241-0/+9
| | | | | | | Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org Notes: svn path=/head/; revision=432324
* - Update to 2.034002Wen Heping2017-01-233-12/+23
| | | | | | | | PR: 214996 Submitted by: dgeo@centrale-marseille.fr(maintainer) Notes: svn path=/head/; revision=432187
* net-mgmt/icingaweb2:Lars Engels2017-01-222-4/+4
| | | | | | | | | | - Update to 2.4.1 - Changelog: https://github.com/Icinga/icingaweb2/blob/v2.4.1/ChangeLog MFH: 2017Q1 Notes: svn path=/head/; revision=432166
* Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432165
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-209-9/+9
| | | | Notes: svn path=/head/; revision=431996
* Reinplace the target of the symlink instead of the symlinkAntoine Brodin2017-01-201-1/+1
| | | | | | | PR: 216309 Notes: svn path=/head/; revision=431935
* Update WWW: remove trailing /Sunpoet Po-Chuan Hsieh2017-01-191-1/+1
| | | | Notes: svn path=/head/; revision=431907
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* net-mgmt/unifi5: Update to 5.4.9Mark Felder2017-01-173-105/+240
| | | | | | | | - use BUILDVERSION in pkg-plist again to try to reduce churn - @comment the native libraries that don't belong in our package Notes: svn path=/head/; revision=431763
* net-mgmt/smokeping: Allow slaves to contact master over HTTPSMark Felder2017-01-171-1/+2
| | | | | | | | MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9142 Notes: svn path=/head/; revision=431753
* Update to 1.0Emanuel Haupt2017-01-1713-124/+175
| | | | Notes: svn path=/head/; revision=431738
* Add more detail about my.cnf changesDan Langille2017-01-162-1/+5
| | | | | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=431648
* - Update to 3.34Philippe Audeoud2017-01-163-4/+6
| | | | Notes: svn path=/head/; revision=431619
* Add patches missing from previous commit.Dan Langille2017-01-164-1/+75
| | | | | | | | | | | Add note to pkg-message about my.cnf Add not to UPGRADING about my.cnf Bump PORTREVISION Submitted by: Larry Rosenman <ler@FreeBSD.org> Notes: svn path=/head/; revision=431614
* Upgrade to 1.23,1Dan Langille2017-01-154-41/+22
| | | | | | | | | | | Be sure to set the following in my.cnf: [mysqld] innodb_file_per_table=1 sql-mode="" Notes: svn path=/head/; revision=431600
* net-mgmt/rancid3: Fix path to perl in sample config fileMark Felder2017-01-131-1/+2
| | | | | | | MFH: 2017Q1 Notes: svn path=/head/; revision=431404
* http://github.com redirects to the https version.Mathieu Arnold2017-01-131-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=431346
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2017-01-132-0/+42
| | | | | | | | | | | | | | | - Add LICENSE - Use USES=localbase - Use PORTDATA - Sort PLIST Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS Differential Revision: https://reviews.FreeBSD.org/D9073 PR: 215840 Exp-run by: antoine Notes: svn path=/head/; revision=431345
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-01-121-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431263
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431254
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-122-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431251
* - Add TLS OPTION to net-mgmt/net-snmpRenato Botelho2017-01-112-3/+11
| | | | | | | | | | | | - While here replace USE_OPENSSL by USES=ssl Approved by: maintainer (zi@) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Differential Revision: https://reviews.freebsd.org/D9140 Notes: svn path=/head/; revision=431204
* net-mgmt/rancid3: Update to 3.6.2Mark Felder2017-01-113-5/+6
| | | | | | | MFH: 2017Q1 Notes: svn path=/head/; revision=431184
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-113-20/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org emailLarry Rosenman2017-01-111-1/+1
| | | | | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9125 Notes: svn path=/head/; revision=431147
* net-mgmt/ipv6calc: update 0.99.1 -> 0.99.2Jason Unovitch2017-01-104-20/+6
| | | | | | | | | | Changelog: https://github.com/pbiering/ipv6calc/releases/tag/0.99.2 PR: 215784 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) Notes: svn path=/head/; revision=431055
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-092-12/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.Adam Weinberger2017-01-073-4/+4
| | | | | | | | Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow. Notes: svn path=/head/; revision=430761
* add net-mgmt/dnsmap : DNS domain name brute forcing toolNikolai Lifanov2017-01-065-0/+77
| | | | | | | | | | | PR: 208732 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D9064 Notes: svn path=/head/; revision=430732
* - add missing fix for rancid versionOlli Hauer2017-01-062-4/+4
| | | | | | | | | s/3.1.99/@VERSION@/ PR: 215832 Notes: svn path=/head/; revision=430728
* net-mgmt/rancid3: Port cleanupMark Felder2017-01-063-5/+7
| | | | | | | | | | Fix some variables in post-install, make Comware support include a version number that matches PORTVERSION PR: 215832 Notes: svn path=/head/; revision=430723
* devel/boost-*: update to 1.63.0Jan Beich2017-01-062-2/+2
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* net-mgmt/collectd5: update to 5.7.0Steve Wills2017-01-047-47/+47
| | | | | | | | | PR: 215731 Submitted by: swills (myself) Approved by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=430555
* net-mgmt/rubygem-oxidized-script: create portSteve Wills2017-01-044-0/+32
| | | | | | | | | | | | | CLI and Library to interface with network devices in Oxidized, a RANCID replacement. WWW: https://github.com/ytti/oxidized-script PR: 203374 Submitted by: Nick Hilliard <nick@foobar.org> (with modifications) Notes: svn path=/head/; revision=430536
* net-mgmt/rubygem-oxidized-web: create portSteve Wills2017-01-044-0/+35
| | | | | | | | | | | | | Web userinterface and RESTful API for Oxidized, a network device configuration backup tool. WWW: https://github.com/ytti/oxidized-web PR: 203374 Submitted by: Nick Hilliard <nick@foobar.org> (with modifications) Notes: svn path=/head/; revision=430535
* devel/rubygem-oxidized: create portSteve Wills2017-01-046-0/+115
| | | | | | | | | | | | | Oxidized is a network device configuration backup tool. It's a RANCID replacement. WWW: https://github.com/ytti/oxidized PR: 203374 Submitted by: Nick Hilliard <nick@foobar.org> (with modifications) Notes: svn path=/head/; revision=430534
* Fix typo in last commit.Rene Ladan2017-01-031-1/+1
| | | | Notes: svn path=/head/; revision=430518
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-031-2/+1
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* net-mgmt/rancid3: Update to 3.6.1Mark Felder2017-01-034-6/+10
| | | | | | | | | | Also clarify in pkg-message that hourly periodic script won't work unless you tell crontab that periodic hourly jobs exist MFH: 2017Q1 Notes: svn path=/head/; revision=430484
* Assume "pkg-config zlib" works after 9.x reached EOLJan Beich2017-01-032-62/+8
| | | | | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with. Notes: svn path=/head/; revision=430483
* - Add LICENSE.Hiroki Sato2017-01-025-11/+35
| | | | | | | | - Strip binaries. - Regenerate patch files by make makepatch. Notes: svn path=/head/; revision=430410
* leeym handed in his commit bit.Rene Ladan2017-01-021-1/+1
| | | | Notes: svn path=/head/; revision=430404
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-012-3/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Remove expired port:Rene Ladan2017-01-016-632/+0
| | | | | | | 2017-01-01 net-mgmt/unifi4: EoL as of 2017-01-01 Notes: svn path=/head/; revision=430182
* Use USE_OPENLDAP where appropriateAntoine Brodin2016-12-312-4/+4
| | | | Notes: svn path=/head/; revision=430159
* * Updated to 6.0.7Nikolai Lifanov2016-12-303-13/+13
| | | | | | | | | | | | | | | | | | - Allow mysql root password to be empty. - No need to set ccnet peer name anymore. - Fixed a typo in upgrade scripts. - jpeg mime type - Add record to GarbageRepos when delete a broken repo - Get content-length from header when handling web upload. PR: 215597 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: matthew Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8985 Notes: svn path=/head/; revision=429977
* * Updated to 6.0.7Nikolai Lifanov2016-12-292-6/+4
| | | | | | | | | | | | | - Fixed ldap on msys2. PR: 215637 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: matthew, mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D8958 Notes: svn path=/head/; revision=429940