aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.20.1Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: https://github.com/python-lz4/python-lz4/releases Notes: svn path=/head/; revision=460898
* Update to 0.93Sunpoet Po-Chuan Hsieh2018-02-042-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes Notes: svn path=/head/; revision=460897
* Update to 3.05Sunpoet Po-Chuan Hsieh2018-02-042-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes Notes: svn path=/head/; revision=460896
* Update to 2.117Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Config-Model/Changes Notes: svn path=/head/; revision=460895
* Update to 0.84.0Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Notes: svn path=/head/; revision=460894
* Update to 1.1.1Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: https://github.com/jekyll/jekyll-coffeescript/releases Notes: svn path=/head/; revision=460893
* Update pkg-descrSunpoet Po-Chuan Hsieh2018-02-041-3/+14
| | | | | | | - Add PyPI as primary WWW Notes: svn path=/head/; revision=460892
* Update to 1.02Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Email-Address-XS/Changes Notes: svn path=/head/; revision=460891
* Update to 4.01Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Notes: svn path=/head/; revision=460890
* Update to 1.30.0Sunpoet Po-Chuan Hsieh2018-02-042-5/+4
| | | | | | | Changes: https://github.com/nghttp2/nghttp2/releases Notes: svn path=/head/; revision=460889
* Update to 1.30.0Sunpoet Po-Chuan Hsieh2018-02-043-5/+5
| | | | | | | Changes: https://github.com/nghttp2/nghttp2/releases Notes: svn path=/head/; revision=460888
* Ensure the build without networkSunpoet Po-Chuan Hsieh2018-02-042-0/+12
| | | | Notes: svn path=/head/; revision=460887
* Update to 1.9.3Sunpoet Po-Chuan Hsieh2018-02-042-5/+5
| | | | | | | | | | | | | | | - New features: - expr: added time coordinate function cdate(), ctime(), cdeltat(), ctimestep() ... - New operators: - not - logical NOT (1, if x equal 0; else 0) - Fixed bugs: - uvDestag: target grid undefined in output - runpctl: fails since release 1.8.0 - read of reduced Gaussian grid description file failed [Bug #8146] - read error on grid description file [Bug #8099] Notes: svn path=/head/; revision=460886
* Update to 878.20.3Sunpoet Po-Chuan Hsieh2018-02-042-4/+4
| | | | Notes: svn path=/head/; revision=460885
* Add rubygem-terrapin 0.6.0Sunpoet Po-Chuan Hsieh2018-02-044-0/+28
| | | | | | | | | Terrapin runs shell commands safely, even with user-supplied values. WWW: https://github.com/thoughtbot/terrapin Notes: svn path=/head/; revision=460884
* devel/antlr4: update 4.7 -> 4.7.1Kurt Jaeger2018-02-042-4/+4
| | | | | | | Relnotes: https://github.com/antlr/antlr4/releases Notes: svn path=/head/; revision=460883
* devel/py-stdnum: update 1.6 -> 1.8.1Kurt Jaeger2018-02-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 1.7: - This release includes a number of new number formats (Canadian Business Number, Canadian Social Insurance Number, German personal tax number, Estonian organisation registration code, Finnish individual tax number and English Unique Pupil Number). This release also fixes a bug in the Czech DI check digit calculation and also fixes a few other minor bugs. This release also includes test and documentation improvements. 1.8: - This release includes a number of new number formats (Dominican Republic NCF, Euro banknote serial numbers, CAS RN, Indian Aadhaar and Indian PAN). It also adds functions for using the Dominican Republic DGII web service to validate and search for RNC and NCF numbers, replaces stdnum.iso9362 with stdnum.bic and adds zeep as the preferred SOAP library. This release also includes numerous improvements to the - Development of the NCF format validation and DGII web service validation was funded by iterativo | http://iterativo.do - Release 1.8.1 of python-stdnum has been made available which fixes a packaging bug that caused installation problems on some platforms. Notes: svn path=/head/; revision=460882
* Update to 3.7.16Antoine Brodin2018-02-042-8/+7
| | | | Notes: svn path=/head/; revision=460881
* - Fix some sloppy coding that was upsetting new ClangAlexey Dokuchaev2018-02-045-1/+110
| | | | | | | | | | - Switch MASTER_SITES to https:// and add LICENSE PR: 225649 (modified) Submitted by: maintainer Notes: svn path=/head/; revision=460880
* Patches to make the code compatible with clang-6.0 / C++17 -- this willMatthew Seaman2018-02-0415-1/+450
| | | | | | | | | | | | | fix the build on FreeBSD 12.0 - delete the 'register' keyword everywhere - Add whitespace between adjacent quoted strings - Update the offsetof() macro to cast the result to int Reported by: pkg-fallout Notes: svn path=/head/; revision=460879
* - Switch to new test frameworkDmitry Marakasov2018-02-042-11/+6
| | | | | | | | - Simplify - Pet portlint Notes: svn path=/head/; revision=460878
* - Pet portlintDmitry Marakasov2018-02-042-2/+5
| | | | | | | | - Add LICENSE - Update WWW Notes: svn path=/head/; revision=460877
* - Update `comms/ser2net' to version 3.5Alexey Dokuchaev2018-02-043-22/+14
| | | | | | | | | | - Drop unneeded `autoreconf' from USES list - Unroll .for loop when installing documentation PR: 225507 Notes: svn path=/head/; revision=460876
* Update to 4.16.36Antoine Brodin2018-02-042-7/+10
| | | | Notes: svn path=/head/; revision=460875
* Update to 0.3.6Antoine Brodin2018-02-042-4/+4
| | | | Notes: svn path=/head/; revision=460874
* Update to 1.3.28Antoine Brodin2018-02-042-4/+5
| | | | Notes: svn path=/head/; revision=460873
* Update to 2.0.16Antoine Brodin2018-02-042-4/+7
| | | | Notes: svn path=/head/; revision=460872
* Update to 7.2.0Antoine Brodin2018-02-042-4/+4
| | | | Notes: svn path=/head/; revision=460871
* - update to 3.4.20180203Olli Hauer2018-02-042-12/+16
| | | | | | | | | | | | | | | | | | | | | | | - license is now dual (see Changelog 20180203) - make EAI optional but on by default [1] 20180128 Documentation: the tcp_table(5) manpage now documents the absence of substring lookups. File: proto/tcp_table. 20180203 Licence: in addition to the historical IBM Public License 1.0, this software is now also distributed with the more recent Eclipse Public License 2.0. Recipients can choose to take the software under the license of their choice. Those who are more comfortable with the IPL can continue with that license. File: LICENSE. PR: ports/221619 [1] Submitted by: Kubilay Kocak (koobs@) Notes: svn path=/head/; revision=460870
* math/ess: Fix build on 10Joseph Mingrone2018-02-041-1/+2
| | | | | | | Reported by: rhurlin@gwdg.de (maintainer) Notes: svn path=/head/; revision=460869
* lang/beignet: unbreak with llvm60Jan Beich2018-02-041-0/+37
| | | | Notes: svn path=/head/; revision=460868
* Update to 1.9.0.Vanilla I. Shu2018-02-046-44/+36
| | | | Notes: svn path=/head/; revision=460867
* emulators/rpcs3: switch to llvm50Jan Beich2018-02-042-1/+129
| | | | | | | | | | LLVM PPU is still unstable on FreeBSD, so allow users to play with different versions of it. By default use the same version as Mesa. MFH: 2018Q1 Notes: svn path=/head/; revision=460866
* security/keepass-plugin-keepassrpc: Fix Makefile order (pet portlint)Ben Woods2018-02-041-1/+1
| | | | Notes: svn path=/head/; revision=460865
* security/keepass-plugin-keepassrpc: Fix pkg-plistBen Woods2018-02-042-1/+2
| | | | | | | Mono 5.x now produces '.pdb' debug files instead of '.mdb' Notes: svn path=/head/; revision=460864
* Update to 1.9.0.Vanilla I. Shu2018-02-042-4/+4
| | | | Notes: svn path=/head/; revision=460863
* New port: devel/git-town: Git extension for generic, high-level git workflow ↵Yuri Victorovich2018-02-044-0/+46
| | | | | | | | | | | | | support This extension adds several git commands of the form "git town {subcommand} {arguments}". See the tutorial: http://www.git-town.com/tutorial.html Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14189 Notes: svn path=/head/; revision=460862
* net-im/mastodon: fix issue with assets pre-compileJoseph Mingrone2018-02-043-115/+133
| | | | | | | | | | The assets are generated with a random hex string, so patch files to make this part of the build reproducible. Reported by: Gérald Niel Notes: svn path=/head/; revision=460861
* New port: net/reaver: Reaver brute force attack against WPS (Wi-Fi Protected ↵Yuri Victorovich2018-02-034-0/+45
| | | | | | | | | | | | | | | Setup) See details here: https://github.com/t6x/reaver-wps-fork-t6x PR: 225400 Submitted by: Martin Filla <martinfilla@post.cz> Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14101 Notes: svn path=/head/; revision=460860
* devel/py-raven: 6.3.0 -> 6.5.0Kurt Jaeger2018-02-032-4/+4
| | | | | | | Relnotes: https://github.com/getsentry/raven-python/releases Notes: svn path=/head/; revision=460859
* Now that Wine 3.0 has been released, Wine is in regular developmentGerald Pfeifer2018-02-033-9/+17
| | | | | | | | | | | | | | | | | | | again and Wine 3.1 is the first snapshot. It includes the following changes: - Kerberos authentication support. - Window class redirection for Common Controls 6. - Support for X11 ARGB visuals. - DOSBox is required for running DOS executables. (This is enabled via the existing DOSBOX option.) - Various bug fixes. As some functionality moved from the Wine Staging tree, so have some files that now install by default (and are thus no longer contingent on the STAGING option). Notes: svn path=/head/; revision=460858
* science/ALPSCore: Update to 2.1.1Yuri Victorovich2018-02-034-20/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change log: https://github.com/ALPSCore/ALPSCore/releases/tag/v2.1.1 Additional port changes: Added DOCS and DOXYGEN port options. These options are added to be exactly the same way as devel/protobuf-c will be after D13651. IMO, this approach actually has a flaw that it allows the meaningless combination DOCS=on and DOXYGEN=off. I meant to discuss this further with portmgr@ but didn't yet do this. A better approach would be for DOXYGEN to enable PORTDOCS and other necessary bits that DOCS normally enables without actually requiring DOCS to be present. PR: 224162 Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14146 Notes: svn path=/head/; revision=460857
* www/node: Update 9.4.0 -> 9.5.0Bradley T. Hughes2018-02-032-4/+4
| | | | | | | https://nodejs.org/en/blog/release/v9.5.0/ Notes: svn path=/head/; revision=460856
* www/node8: Update 8.9.3 -> 8.9.4Bradley T. Hughes2018-02-032-7/+6
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v8.9.4/ While here, pet portlint: - move ONLY_FOR_ARCHS - remove USES_LDCONFIG (node.js doesn't install a .so) Differential Revision: https://reviews.freebsd.org/D13775 Notes: svn path=/head/; revision=460855
* www/node6: Update 6.12.2 -> 6.12.3Bradley T. Hughes2018-02-032-7/+6
| | | | | | | | | | | | | https://nodejs.org/en/blog/release/v6.12.3/ While here, pet portlint: - move ONLY_FOR_ARCHS - remove USES_LDCONFIG (node.js doesn't install a .so) Differential Revision: https://reviews.freebsd.org/D13774 Notes: svn path=/head/; revision=460854
* Update to the 20180201 snapshot of GCC 7.3.1.Gerald Pfeifer2018-02-032-4/+4
| | | | Notes: svn path=/head/; revision=460853
* graphics/py-pyembree: Update to 0.1.3Yuri Victorovich2018-02-032-4/+4
| | | | | | | | | Reported by: portscout Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14093 Notes: svn path=/head/; revision=460852
* graphics/drawpile: Update to 2.0.7Yuri Victorovich2018-02-032-4/+4
| | | | | | | | | Reported by: portscout Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14144 Notes: svn path=/head/; revision=460851
* cad/py-pyfda: Removed USE_PYTHON=noflavors because it causes INDEX to break.Yuri Victorovich2018-02-031-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=460850
* . Update to 8u162.Greg Lewis2018-02-034-691/+744
| | | | Notes: svn path=/head/; revision=460849