aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Switch C compiler used to compile GHC to base Clang.Tobias C. Berner2018-02-10559-200/+634
| | | | | | | | | | | | | | | This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043 Notes: svn path=/head/; revision=461362
* databases/sqlcipher: update 3.4.1 -> 3.4.2 to fix build with libresslKurt Jaeger2018-02-102-4/+4
| | | | | | | | | | | PR: 223156 MFH: 2018Q1 Changes: https://github.com/sqlcipher/sqlcipher/blob/master/CHANGELOG.md Submitted by: rezny Approved by: jharris@widomaker.com (maintainer timeout) Notes: svn path=/head/; revision=461361
* net/py-kafka-python: Update to 1.4.1Yuri Victorovich2018-02-103-8/+8
| | | | | | | | | | | | | | | | | | | Changelogs: https://github.com/dpkp/kafka-python/releases/tag/1.4.1 (and similar URLs) Additional port changes: * MASTER_SITES changed to the upstream github URL due to failure to download from CHEESESHOP. * Reordered the USES section. * Removed USES=shebangfix since it makes no difference. * Updated WWW with new github account. PR: 223989 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Approved by: christer.edwards@gmail.com (maintainer), tcberner (mentor, implicit) Notes: svn path=/head/; revision=461360
* devel/py-gitless: Update to 0.8.6Carlos J. Puga Medina2018-02-102-10/+10
| | | | | | | | | | | | - Update LICENSE - Update the required versions of RUN_DEPENDS - Add TEST_DEPENDS - Update do-test target Changelog: https://github.com/sdg-mit/gitless/releases/tag/v0.8.6 Notes: svn path=/head/; revision=461359
* devel/flexjson: Update to 2.1Yuri Victorovich2018-02-102-12/+9
| | | | | | | | | | | | | | | | | | | amutu@amutu.com took maintainership. Additional port changes: * DISTVERSION * Update of MASTER_SITES. * No need for USES=zip any more. * No need for NO_WRKSUBDIR. * Minor change in do-install. * PORTDOCS to the end. PR: 220075 Submitted by: Jov <amutu@amutu.com> Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461358
* fix change to DISTVERSIONJochen Neumeister2018-02-102-347/+347
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14288 Notes: svn path=/head/; revision=461357
* www/py-flexget: update to 2.12.6Jan Beich2018-02-102-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/2.12.5...2.12.6 Notes: svn path=/head/; revision=461354
* emulators/citra: update to s20180208Jan Beich2018-02-102-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/587450cd...3c03da12 Notes: svn path=/head/; revision=461352
* emulators/rpcs3: update to 0.0.4.337Jan Beich2018-02-102-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/5b5f2d424...cce0ad0c3 Notes: svn path=/head/; revision=461351
* www/waterfox: apply more FF57 fixesJan Beich2018-02-1023-1/+2202
| | | | Notes: svn path=/head/; revision=461350
* Upgrade from 0.4 to 0.6.Sergey A. Osokin2018-02-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: the main process died when the "type" application option contained version; the bug had appeared in 0.5. *) Change: the "workers" application option was removed, the "processes" application option should be used instead. *) Feature: the "processes" application option with prefork and dynamic process management support. *) Feature: Perl application module. *) Bugfix: in reading client request body; the bug had appeared in 0.3. *) Bugfix: some Python applications might not work due to missing "wsgi.errors" environ variable. *) Bugfix: HTTP chunked responses might be encoded incorrectly on 32-bit platforms. *) Bugfix: infinite looping in HTTP parser. *) Bugfix: segmentation fault in router. </ChangeLog> Notes: svn path=/head/; revision=461349
* biology/py-bx-python: Update to 0.8.1Yuri Victorovich2018-02-102-8/+9
| | | | | | | | | | | | | | | | | Additional port changes: * Changed to DISTVERSION. * Added USE_PYTHON=cython. * Added stripping. * Updated maintainer e-mail. Reported compiler warnings to the upstream. Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14283 Notes: svn path=/head/; revision=461348
* Update japanese/lookup to 1.99.96.20180209Tobias C. Berner2018-02-097-74/+159
| | | | | | | | | | | | | | | * Update to 1.99.96.20130920. * Switch master site to GitHub. * Update LICENSE. * Remove EMACS_FLAVORS_EXCLUDE because this version of Lookup can be built with editors/emacs-devel. * Update description and WWW in pkg-descr. * Add entry to UPDATING about incompatibility. PR: 225748 Submitted by: yasu@utahime.org (maintainer) Notes: svn path=/head/; revision=461347
* sysutils/3dm: Change LICENSE_NAMEYuri Victorovich2018-02-093-9/+13
| | | | | | | | | | | | | | | | License change related to Avago Technologies/Broadcom acquisition. Additional port changes: * Changed to DISTVERSION. * ONLY_FOR_ARCHS is moved into a proper place. * Improved pkg-message PR: 225723 Submitted by: takefu@airport.fm (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461346
* Update to 4.9.4Jochen Neumeister2018-02-0910-20/+20
| | | | | | | | | | | | Changelog: https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/ https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/ Approved by: mentors (implicit) MFH: 2018Q1 Notes: svn path=/head/; revision=461345
* Update to 2.11.0Raphael Kubo da Costa2018-02-093-117/+15
| | | | | | | Release announcement: https://skrooge.org/node/224 Notes: svn path=/head/; revision=461344
* sysutils/nomad: Update to 0.7.1Yuri Victorovich2018-02-092-10/+10
| | | | | | | | | | | | | | | | | | | Changelog is in: https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md Additional port changes: * Changed to DISTVERSION. * Added LICENSE_FILE. * Added ONLY_FOR_ARCHS_REASON (go crashes). * Removed go version specifier in BUILD_DEPENDS (version is already sufficient). * Improved formatting in do-build. PR: 225737 Submitted by: jhixson@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461343
* Update www/otter-browser to 0.9.95.Tobias C. Berner2018-02-092-4/+4
| | | | Notes: svn path=/head/; revision=461342
* www/py-libsass: Update to 0.13.7Yuri Victorovich2018-02-092-4/+4
| | | | | | | | | | | | | | | | | Changelog: https://github.com/sass/libsass-python/releases/tag/0.13.7 Also discovered the problem that it recompiles all .cpp files again during the 'install' phase: https://github.com/sass/libsass-python/issues/234 This is a preexisting priblem. Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461341
* Update graphics/krita to 3.3.3Tobias C. Berner2018-02-095-53/+34
| | | | | | | | Reviewed by: adridg (previous version) Differential Revision: https://reviews.freebsd.org/D12508 Notes: svn path=/head/; revision=461340
* Simple FreeBSD SLiM theme inspired on the FreeBSD SLiM theme.Bernhard Froehlich2018-02-096-0/+61
| | | | | | | | | | | | | Theme created to make available one using the official FreeBSD logo and font. WWW: https://github.com/lebarondemerde/slim-freebsd-black-theme Submitted by: lbdm@privacychain.ch Differential Revision: https://reviews.freebsd.org/D14002 Notes: svn path=/head/; revision=461339
* - Update net/unison to 2.48.15 [1]Guido Falsi2018-02-093-22/+10
| | | | | | | | | | | | | - Grab distribution from github [1] - Convert to using WRKSRC_SUBDIR - Upstream does not provide precompiled pdf, ps, and html manual so remove them from the port Reported by: dutchman01@quicknet.nl [1] Approved by: portmgr (previously approved FLAVORS) Notes: svn path=/head/; revision=461338
* security/py-pycryptodome: Update to 3.4.11Yuri Victorovich2018-02-092-5/+6
| | | | | | | | | | | | Additional port changes: * Added to the stripped library set * Sorted stripping commands Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461337
* - Add missing dependency on montserrat fontBernhard Froehlich2018-02-091-1/+4
| | | | | | | | | | | - Switch from PORTVERSION to DISTVERSION - Bump PORTREVISION Submitted by: lbdm@privacychain.ch (maintainer) Differential Revision: https://reviews.freebsd.org/D14001 Notes: svn path=/head/; revision=461336
* - Update conky to 1.10.8Guido Falsi2018-02-093-41/+5
| | | | | | | - Remove local patch included upstream Notes: svn path=/head/; revision=461335
* Update calibre to 3.17.0Guido Falsi2018-02-093-4/+6
| | | | Notes: svn path=/head/; revision=461334
* devel/git-town: Update to 6.0.2Yuri Victorovich2018-02-092-4/+4
| | | | | | | | Reported by: portscout Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=461333
* devel/pybind11: Update to 2.2.2Yuri Victorovich2018-02-092-5/+5
| | | | | | | | | | | Additional port changes: * Changed to CMAKE_OFF Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461332
* Document vulnerability in MpvCarlos J. Puga Medina2018-02-091-0/+33
| | | | | | | | | | PR: 225783 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Obtained from: https://nvd.nist.gov/vuln/detail/CVE-2018-6360 Security: CVE-2018-6360 Notes: svn path=/head/; revision=461331
* A collection of FreeBSD themes for SLiM Login Manager.Bernhard Froehlich2018-02-095-0/+40
| | | | | | | WWW: https://people.freebsd.org/~decke/ Notes: svn path=/head/; revision=461330
* print/lilypond-devel: Update to 2.19.81Jochen Neumeister2018-02-095-15/+27
| | | | | | | | | | | | | | -fix violation -add patch for fontconfig PR: 218147 Submitted by: m.ne@gmx.net (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13913 Notes: svn path=/head/; revision=461329
* net-mgmt/pmacct: update 1.6.1 -> 1.6.2, allow per-interface instancesKurt Jaeger2018-02-096-26/+67
| | | | | | | | | PR: 200786 Submitted by: Niels Kristensen <niels@kristensen.io> Relnotes: http://www.pmacct.net/ChangeLog-1.6.2 Notes: svn path=/head/; revision=461328
* sysutils/cbsd: update to 11.1.14Ruslan Makhmatkhanov2018-02-092-4/+4
| | | | | | | | | | https://github.com/cbsd/cbsd/releases/tag/v11.1.14 PR: 225759 Submitted by: olevole@olevole.ru (maintainer) Notes: svn path=/head/; revision=461327
* Update databases/elixir-postgrex to version 0.13.5.Jimmy Olgeni2018-02-092-4/+4
| | | | Notes: svn path=/head/; revision=461326
* Update devel/elixir-swarm to version 3.3.0.Jimmy Olgeni2018-02-092-4/+4
| | | | Notes: svn path=/head/; revision=461325
* www/minio: update to 2018.01.18.20.33.21Steve Wills2018-02-092-5/+5
| | | | Notes: svn path=/head/; revision=461324
* Update to 20180209.Jung-uk Kim2018-02-092-4/+4
| | | | | | | https://acpica.org/node/153 Notes: svn path=/head/; revision=461323
* Update to 1.28 which fixes a buffer overflow (that will be)Craig Leres2018-02-092-4/+4
| | | | | | | | | | | | | documented in CVE-2017-17663. Reviewed by: matthew (mentor) Approved by: matthew (mentor) MFH: 2018Q1 Security: f5524753-67b1-4c88-8114-29c2d258b383 Differential Revision: https://reviews.freebsd.org/D14218 Notes: svn path=/head/; revision=461322
* multimedia/plexmediaserver-plexpass: Update to 1.11.2.4772Mark Felder2018-02-092-5/+5
| | | | | | | Changelog: https://forums.plex.tv/discussion/comment/1611408#Comment_1611408 Notes: svn path=/head/; revision=461321
* security/py-scrypt: Update to 0.8.6Yuri Victorovich2018-02-092-4/+4
| | | | | | | | | | | See changelogs: https://bitbucket.org/mhallin/py-scrypt/src/a0801ed84b4e274d28edcfb547d52030bd5df331/README.rst Reported by: portscout Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461320
* Fix distfilesJohan van Selst2018-02-092-4/+5
| | | | Notes: svn path=/head/; revision=461319
* Remove profile options to fix build with ClangJohan van Selst2018-02-092-8/+12
| | | | | | | | PR: 220806 Submitted by: jbeich, Martin Birgmeier Notes: svn path=/head/; revision=461318
* Update to 0.41Sunpoet Po-Chuan Hsieh2018-02-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Test-Strict/Changes Notes: svn path=/head/; revision=461317
* Update to 0.1.2Sunpoet Po-Chuan Hsieh2018-02-092-10/+10
| | | | | | | | | Changes: https://github.com/rgburke/grv/releases PR: 225769 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=461316
* Update to 1.18Sunpoet Po-Chuan Hsieh2018-02-092-10/+15
| | | | | | | | | | | - Remove BASH option: install bash completion file unconditionally Changes: https://github.com/lxi-tools/lxi-tools/releases PR: 225765 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=461315
* Update to 1.11Sunpoet Po-Chuan Hsieh2018-02-092-4/+4
| | | | | | | | | Changes: https://github.com/lxi-tools/liblxi/releases PR: 225764 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=461314
* Update to 0.6.1Sunpoet Po-Chuan Hsieh2018-02-094-29/+18
| | | | | | | | | | | | | | | - Update MASTER_SITES - Update LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Remove DOCS option - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/LinkCareServices/period/commits/master Notes: svn path=/head/; revision=461313
* Update to 0.10.3Sunpoet Po-Chuan Hsieh2018-02-093-9/+10
| | | | | | | | | | | | - Update LICENSE - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/gotcha/ipdb/blob/master/HISTORY.txt Notes: svn path=/head/; revision=461312
* Update to 5.1.1Sunpoet Po-Chuan Hsieh2018-02-092-6/+6
| | | | | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md Notes: svn path=/head/; revision=461311
* Update to 0.9.4Sunpoet Po-Chuan Hsieh2018-02-092-4/+4
| | | | | | | Changes: https://github.com/svenfuchs/i18n/releases Notes: svn path=/head/; revision=461310