aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update KDE Applications to 18.12.2Tobias C. Berner2019-02-08438-875/+672
| | | | | | | | [1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 Notes: svn path=/head/; revision=492409
* New port: sysutils/ctop: Top-like interface for Docker container metricsYuri Victorovich2019-02-084-0/+108
| | | | | | | | PR: 235442 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=492408
* graphics/xournalpp: Make latex runtime dependency; Fix the typo in ↵Yuri Victorovich2019-02-082-3/+22
| | | | | | | | | pkg-descr, expand pkg-descr Also add the caveat that it crashes when built with gcc. Notes: svn path=/head/; revision=492407
* New port: misc/soapysdr-hackrf: Soapy SDR module for Hack RFYuri Victorovich2019-02-084-0/+34
| | | | | | | Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=492406
* New port: graphics/xournalpp: Handwriting notetaking software with PDF ↵Yuri Victorovich2019-02-085-0/+127
| | | | | | | annotation support Notes: svn path=/head/; revision=492405
* Update versions range for recent unit vulnerability.Sergey A. Osokin2019-02-081-1/+1
| | | | Notes: svn path=/head/; revision=492404
* Security update www/unit from 1.7.0 to 1.7.1.Sergey A. Osokin2019-02-082-4/+4
| | | | | | | | | | | | | | | | | | | <ChangeLog> Everybody is strongly advised to update to a new version. *) Security: a heap memory buffer overflow might have been caused in the router process by a specially crafted request, potentially resulting in a segmentation fault or other unspecified behavior (CVE-2019-7401). *) Bugfix: install of Go module failed without prior building of Unit daemon; the bug had appeared in 1.7. </ChangeLog> Notes: svn path=/head/; revision=492403
* Document unit vulnerability.Sergey A. Osokin2019-02-081-0/+29
| | | | Notes: svn path=/head/; revision=492402
* Add support for reducing the number of LLVM backends built.Brooks Davis2019-02-072-108/+72
| | | | | | | | | | | | | | | | | | | There are three options: BE_FREEBSD: Backends for FreeBSD architectures BE_NATIVE: Backend(s) the native architecture BE_STANDARD: All non-experimental backends (as configured by LLVM) BE_STANDARD is the default and leaves the plist unchanged. This feature is experimental and will be migrated to other devel/llvm ports after we gain some experince with it. Requested by: many Pointer in the right direction: jhibbits Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=492401
* Document curl vulnerabilitySunpoet Po-Chuan Hsieh2019-02-071-0/+59
| | | | Notes: svn path=/head/; revision=492400
* Update to 0.59Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-Feed Notes: svn path=/head/; revision=492399
* Update to 4.09Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Math-MPFR Notes: svn path=/head/; revision=492398
* Update to 1.302162Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Test-Simple Notes: svn path=/head/; revision=492397
* Update to 2.11.215Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492396
* Update to 2.11.215Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492395
* Update to 2.11.215Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://github.com/aws/aws-sdk-ruby/releases Notes: svn path=/head/; revision=492394
* Update to 1.2.1Sunpoet Po-Chuan Hsieh2019-02-073-8/+12
| | | | | | | | | | | | | - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/Pylons/waitress/blob/master/CHANGES.txt Notes: svn path=/head/; revision=492393
* Update to 0.9904Sunpoet Po-Chuan Hsieh2019-02-072-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Perl-PrereqScanner-NotQuiteLite Notes: svn path=/head/; revision=492392
* Update to 1.1.3Sunpoet Po-Chuan Hsieh2019-02-073-5/+16
| | | | | | | Changes: https://gitlab.gnome.org/GNOME/gssdp/blob/master/NEWS Notes: svn path=/head/; revision=492391
* Update devel/bison to 3.3.2Sunpoet Po-Chuan Hsieh2019-02-074-34/+71
| | | | | | | | | Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 235259 Exp-run by: antoine Notes: svn path=/head/; revision=492390
* Update to 7.64.0Sunpoet Po-Chuan Hsieh2019-02-076-21/+22
| | | | | | | | | Changes: https://curl.haxx.se/changes.html Security: 714b033a-2b09-11e9-8bc3-610fd6e6cd05 MFH: 2019Q1 Notes: svn path=/head/; revision=492389
* Add py-imageio-ffmpeg 0.2.0Sunpoet Po-Chuan Hsieh2019-02-074-0/+39
| | | | | | | | | | | | | | | | | | | The purpose of this project is to provide a simple and reliable ffmpeg wrapper for working with video files. It takes care of producing platform-specific wheels that include the binary executables of ffmpeg. These can then be installed (and updated or uninstalled) easily with pip. It also provides simple generator functions for reading and writing data from/to ffmpeg, which reliably terminate the ffmpeg process when done. This library is used as the basis for the imageio ffmpeg plugin, but it can also be used by itself. Imageio provides a friendlier (higher level) API, and adds support for e.g. cameras and seeking. WWW: https://github.com/imageio/imageio-ffmpeg Notes: svn path=/head/; revision=492388
* Update to 3.21.3.15 and try to fix build for i386Michael Reifenberger2019-02-073-15335/+519
| | | | Notes: svn path=/head/; revision=492387
* Update libdvdread to version 6.0.1Ganael LAPLANCHE2019-02-072-7/+7
| | | | | | | | | | This is a bugfix release that does not break ABI compatibility: https://code.videolan.org/videolan/libdvdread/blob/6.0.1/NEWS Also, while here, reorder a few variables in Makefile. Notes: svn path=/head/; revision=492386
* Fix configureMichael Reifenberger2019-02-071-4/+2
| | | | | | | Submitted by: Andrea Venturoli Notes: svn path=/head/; revision=492384
* net-p2p/qtum: fix compilation on big-endian machinesVasil Dimov2019-02-072-0/+47
| | | | | | | | PR: 235358 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=492383
* Remove expired ports:Rene Ladan2019-02-0725-750/+2
| | | | | | | | 2019-02-06 sysutils/yum: Abandoned upstream, does not work with python3 2019-02-06 sysutils/createrepo: Abandoned upstream, does not work with python3 Notes: svn path=/head/; revision=492382
* net-p2p/qtum: Upgrade from 0.16.2 to 0.17.1Vasil Dimov2019-02-072-6/+6
| | | | Notes: svn path=/head/; revision=492381
* devel/awscli: Update 1.16.96 -> 1.16.99Bradley T. Hughes2019-02-072-6/+6
| | | | | | | Sponsored by: Miles AS Notes: svn path=/head/; revision=492380
* devel/py-botocore: Update 1.12.86 -> 1.12.89Bradley T. Hughes2019-02-072-4/+4
| | | | | | | Sponsored by: Miles AS Notes: svn path=/head/; revision=492379
* net/py-s3transfer: Update 0.1.13 -> 0.2.0Bradley T. Hughes2019-02-072-5/+5
| | | | | | | Sponsored by: Miles AS Notes: svn path=/head/; revision=492378
* Upgrade to 2.5.2.Thierry Thomas2019-02-072-4/+4
| | | | | | | | Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.5.2>. Notes: svn path=/head/; revision=492377
* science/paraview: update to 5.6.0Fernando Apesteguía2019-02-075-357/+558
| | | | | | | | | | | | | * Delete a bunch of patches not needed anymore * Complete USES with gl No info for this release. PR: 234896 Submitted by: devel@stasyan.com (maintainer) Notes: svn path=/head/; revision=492376
* deskutils/virt-manager: update to 2.1.0Roman Bogorodskiy2019-02-072-4/+4
| | | | Notes: svn path=/head/; revision=492375
* devel/gdb: update to 8.2.1Luca Pizzamiglio2019-02-072-5/+5
| | | | | | | Changes: https://www.gnu.org/software/gdb/news Notes: svn path=/head/; revision=492373
* x11-fonts/spleen: Update to 1.0.4Tobias Kortkamp2019-02-072-14/+4
| | | | | | | | | The release tarball has pregenerated PCF fonts now. Changes: https://github.com/fcambus/spleen/releases/tag/1.0.4 Notes: svn path=/head/; revision=492372
* Update to 4.1.4.Matthias Fechner2019-02-073-10/+11
| | | | | | | | | | https://github.com/gollum/gollum/blob/master/HISTORY.md PR: 234901 Submitted by: sirl33tname@gmail.com Notes: svn path=/head/; revision=492371
* Update to 4.2.10.Matthias Fechner2019-02-073-19/+16
| | | | | | | | PR: 234900 Submitted by: sirl33tname@gmail.com Notes: svn path=/head/; revision=492370
* benchmarks/stress-ng: Update to 0.09.52Luca Pizzamiglio2019-02-072-4/+4
| | | | Notes: svn path=/head/; revision=492369
* - Update to 8.6.8Jose Alonso Cardenas Marquez2019-02-073-19/+51
| | | | | | | ChangeLog at: https://www.drupal.org/project/drupal/releases/8.6.8 Notes: svn path=/head/; revision=492368
* games/pioneer: Update to 20190203Tobias Kortkamp2019-02-073-16/+34
| | | | | | | | | | | | | - While here move option descriptions before options helpers as recommended by the Porter's Handbook section 15.10. Changes: https://github.com/pioneerspacesim/pioneer/compare/20180203...20190203 Changes: https://github.com/pioneerspacesim/pioneer/blob/20190203/Changelog.txt PR: 235515 Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=492367
* Unbreak at build time with python 3.x and at runtimeAntoine Brodin2019-02-071-0/+14
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=492366
* security/py-sslstrip: add missing dependency to RUN_DEPENDSVinícius Zavam2019-02-071-1/+2
| | | | | | | | | | PR: 235276 Submitted by: egypcio Reviewed by: Matthew Donovan <kitchetech % gmail.com> (maintainer) Approved by: rene (mentor) Notes: svn path=/head/; revision=492365
* audio/portaudio: Mark MAKE_JOBS_UNSAFE after r492362Tobias Kortkamp2019-02-071-0/+2
| | | | | | | Reported by: cmt Notes: svn path=/head/; revision=492364
* net/vether-kmod: Update to g20190207Tobias Kortkamp2019-02-072-5/+5
| | | | | | | | PR: 235368 Submitted by: Henning Matyschok <henning.matyschok@outlook.com> (maintainer) Notes: svn path=/head/; revision=492363
* audio/portaudio: Build C++ bindings tooTobias Kortkamp2019-02-072-2/+30
| | | | | | | Requested by: Ulrich Huber Notes: svn path=/head/; revision=492362
* Update to 2.0.45.Mathieu Arnold2019-02-072-4/+4
| | | | Notes: svn path=/head/; revision=492361
* Update devel/py-twilio to version 6.24.0.Jimmy Olgeni2019-02-072-4/+4
| | | | Notes: svn path=/head/; revision=492360
* Be able to build ufraw without GTK2 optionRodrigo Osorio2019-02-072-3/+10
| | | | | | | | | | | Add gnome to the uses to make testport happy Bump portrevision PR: 234436 Reported by: Thomas Guymer <t.m.guymer@thomasguymer.co.uk> Notes: svn path=/head/; revision=492359
* devel/py-cclib: Update 1.5.3 -> 1.6Bartek Rutkowski2019-02-072-5/+4
| | | | | | | | Submitted by: Bartek Rutkowski <contact@robakdesign.com> Sponsored by: Pixeware LTD <contracting@pixeware.com> Notes: svn path=/head/; revision=492358