aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ClickHouse is an open-source column-oriented database managementDmitry Marakasov2017-03-018-2/+162
| | | | | | | | | | | | system that allows generating analytical data reports in real time. WWW: https://clickhouse.yandex/ PR: 216152 Submitted by: proler@gmail.com Notes: svn path=/head/; revision=435190
* Update to 6.4.2Olivier Duchateau2017-03-012-5/+4
| | | | | | | | PR: 217430 Submitted by: Nikolay (maintainer) Notes: svn path=/head/; revision=435189
* Add a patch from upstream that fixes a crash with the trash plugin:Adam Weinberger2017-03-012-0/+49
| | | | | | | | | | | | | Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed: (ns != NULL) Bump PORTREVISION. PR: 217364 Submitted by: Max Kostikov Obtained from: https://github.com/dovecot/core/commit/326fb016a23480e4ff8dcc03dc80e76812859bd6.patch Notes: svn path=/head/; revision=435188
* - Update to 2.0.4Jose Alonso Cardenas Marquez2017-03-013-12/+29
| | | | | | | Approved by: maintainer via email Notes: svn path=/head/; revision=435187
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-2/+2
| | | | Notes: svn path=/head/; revision=435186
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-2/+2
| | | | Notes: svn path=/head/; revision=435185
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-2/+2
| | | | Notes: svn path=/head/; revision=435184
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-2/+2
| | | | Notes: svn path=/head/; revision=435183
* - Bump PORTREVISION. Lazarus was update to 1.6.4Jose Alonso Cardenas Marquez2017-03-011-1/+2
| | | | Notes: svn path=/head/; revision=435182
* - Update to 1.6.4Jose Alonso Cardenas Marquez2017-03-016-9/+5
| | | | | | | ChangeLog: http://wiki.freepascal.org/Lazarus_1.6_fixes_branch Notes: svn path=/head/; revision=435181
* Remove expired ports:Rene Ladan2017-03-0142-1704/+6
| | | | | | | | | | | | 2017-01-28 japanese/ruby-eb: Upstream no longer active 2017-03-01 japanese/xyaku: Unmaintained, depends on expired japanese/ruby-eb 2017-03-01 archivers/libunrar4: Outdated version. Please use archivers/libunrar5 instead 2017-03-01 sysutils/xacpim: Mastersite disappeared 2017-03-01 sysutils/linux-nero: Probably cannot actually burn CD/DVD on recent FreeBSD 2017-03-01 audio/libofa: MusicDNS service has been discontinued Notes: svn path=/head/; revision=435180
* devel/py-ipyparallel: create portSteve Wills2017-03-014-0/+38
| | | | | | | | | Use multiple instances of IPython in parallel, interactively. WWW: https://ipyparallel.readthedocs.io Notes: svn path=/head/; revision=435179
* Update to the 20170228 snapshot of GCC 5.4.1.Gerald Pfeifer2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435178
* - Update to 2.6.1Danilo Egea Gondolfo2017-03-012-4/+4
| | | | | | | | PR: 217354 Submitted by: olivierd Notes: svn path=/head/; revision=435177
* - Augment OSDN.jp mirror list (should probably be part of `Mk/bsd.sites.mk')Alexey Dokuchaev2017-03-012-5/+12
| | | | | | | - Slightly improve port description wording while I'm here Notes: svn path=/head/; revision=435176
* devel/phpunit: Update from 5.7.2 to 5.7.14Torsten Zuehlsdorff2017-03-012-4/+4
| | | | | | | Changelog: https://github.com/sebastianbergmann/phpunit/blob/5.7.14/ChangeLog-5.7.md Notes: svn path=/head/; revision=435175
* - Update to 2.8.1Danilo Egea Gondolfo2017-03-012-4/+5
| | | | Notes: svn path=/head/; revision=435174
* Update to 1.7.1Olivier Duchateau2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435173
* Capture fix for getrlimit()/setrlimit() which helps out with properSean Bruno2017-03-012-6/+6
| | | | | | | | | handling of wait6(). https://github.com/seanbruno/qemu-bsd-user/commit/34a5a54e4df983d9611233770b36be161d12a033 Notes: svn path=/head/; revision=435172
* - Update to 5.5.4Danilo Egea Gondolfo2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435171
* Update www/elixir-phoenix_html to version 2.9.3.Jimmy Olgeni2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435170
* Update www/elixir-phoenix_ecto to version 3.2.2.Jimmy Olgeni2017-03-013-4/+5
| | | | Notes: svn path=/head/; revision=435169
* Update databases/elixir-timex_ecto to version 3.1.1.Jimmy Olgeni2017-03-013-8/+4
| | | | Notes: svn path=/head/; revision=435168
* Update databases/elixir-ecto to version 2.1.3.Jimmy Olgeni2017-03-013-6/+17
| | | | Notes: svn path=/head/; revision=435167
* - Fix runtime and build with newer compilers, get rid of gcc dependencyDmitry Marakasov2017-03-014-3/+65
| | | | | | | | PR: 217002 Reported by: jbeich Notes: svn path=/head/; revision=435166
* Default path includes the string %%LOCALBASE%%. This was intended to be replacedEmanuel Haupt2017-03-012-15/+5
| | | | | | | | | | | | | | with the real value of LOCALBASE by the port Makefile at some point, but it isn't at the moment. Set this value in the Makefile by defining CPPFLAGS accordingly. PR: 217451 Submitted by: Dan McGregor <dan.mcgregor@usask.ca> MFH: 2017Q1 (blanket) Notes: svn path=/head/; revision=435164
* - update from 0.23.5 to 0.23.7Mikhail Pchelin2017-03-012-4/+4
| | | | | | | Approved by: jpaetzel (implicit) Notes: svn path=/head/; revision=435163
* - Update to 3.3.0Dmitry Marakasov2017-03-013-11/+10
| | | | | | | | | | | | - Update pkg-descr - Add another WWW PR: 217134 Submitted by: amdmi3 Approved by: wg (maintainer) Notes: svn path=/head/; revision=435162
* - Update to 2.3.1Dmitry Marakasov2017-03-013-5/+5
| | | | | | | | | | - Add PyPi WWW PR: 217135 Submitted by: amdmi3 Notes: svn path=/head/; revision=435161
* - Update to 0.6.1Dmitry Marakasov2017-03-013-4/+5
| | | | | | | | | | | - Add PyPi WWW PR: 217136 Submitted by: amdmi3 Approved by: wg (maintainer) Notes: svn path=/head/; revision=435160
* - Update to 1.5.0Dmitry Marakasov2017-03-013-4/+6
| | | | | | | | | | | | - Add PyPi www - Update upstream WWW PR: 217137 Submitted by: amdmi3 Approved by: maintainer timeout (koobs, 2 weeks) Notes: svn path=/head/; revision=435159
* - Update to 0.9.6Dmitry Marakasov2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435158
* - Update to 0.9.6Dmitry Marakasov2017-03-014-5/+29
| | | | Notes: svn path=/head/; revision=435157
* www/rubygem-acts-as-taggable-on: Update from 2.4.1 to 4.0.0Torsten Zuehlsdorff2017-03-012-7/+5
| | | | | | | | | | Changelog: https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md Also adjust the RUN_DEPENDS to databases/rubygem-activerecord4 and remove BROKEN_RUBY23 since the new version builds fine with it Notes: svn path=/head/; revision=435156
* Update to 6.2.27Sunpoet Po-Chuan Hsieh2017-03-013-4/+6
| | | | | | | | | | | | | | - Fixes from 6.1.131 - ActiveSync Meeting request response fixed - Permission denied in send meeting request - Fixed zpush admin for 2.3.4 - Requested holidays can be edited until they are approved. PR: 217398 Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer) Notes: svn path=/head/; revision=435155
* Update to 3.1.1Sunpoet Po-Chuan Hsieh2017-03-012-4/+4
| | | | | | | Changes: https://github.com/lautis/uglifier/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=435154
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2017-03-011-0/+2
| | | | Notes: svn path=/head/; revision=435153
* Update to 6.7.6Sunpoet Po-Chuan Hsieh2017-03-012-4/+4
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=435152
* Update to 1.1.6Sunpoet Po-Chuan Hsieh2017-03-012-4/+4
| | | | | | | Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html Notes: svn path=/head/; revision=435151
* Update to 0.24Sunpoet Po-Chuan Hsieh2017-03-012-4/+5
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/WWW-Form-UrlEncoded/Changes Notes: svn path=/head/; revision=435150
* Update to 2.1.7Sunpoet Po-Chuan Hsieh2017-03-012-6/+5
| | | | | | | Changes: https://github.com/fancyapps/fancybox/releases Notes: svn path=/head/; revision=435149
* devel/py-qtconsole: create portSteve Wills2017-03-014-0/+30
| | | | | | | | | Qt-based console for Jupyter with support for rich media output WWW: https://qtconsole.readthedocs.io/ Notes: svn path=/head/; revision=435148
* Add mog 0.4, different take on the UNIX tool cat.Emanuel Haupt2017-03-014-0/+41
| | | | Notes: svn path=/head/; revision=435147
* Add py-mdv 1.6.3, terminal markdown viewer.Emanuel Haupt2017-03-014-0/+41
| | | | Notes: svn path=/head/; revision=435146
* - Update to 5.0.16Wen Heping2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435145
* Update to 1.3.0Matthew Rezny2017-03-0120-70/+76
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9843 Notes: svn path=/head/; revision=435144
* Update to latest version, 5.2.2Palle Girgensohn2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435143
* - Update to 2.4.22Wen Heping2017-03-012-3/+4
| | | | Notes: svn path=/head/; revision=435142
* Add devel/elixir-make, a Make builder for Elixir.Jimmy Olgeni2017-03-015-0/+33
| | | | Notes: svn path=/head/; revision=435141
* Update security/elixir-comeonin to version 3.0.Jimmy Olgeni2017-03-013-12/+14
| | | | Notes: svn path=/head/; revision=435140