Commit graph

412353 commits

Author SHA1 Message Date
Kirill Ponomarev
27d5e3c3bd Update games/manaplus to 1.7.2.18
PR:		217280
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9773
2017-02-24 17:18:43 +00:00
Kirill Ponomarev
d13a079c86 New port: comms/rubygem-serialport
Ruby/SerialPort is a Ruby library that provides a class for using
  RS-232 serial ports.

PR:		216821
Submitted by:	tj+freebsd_bugs@a13.fr
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9774
2017-02-24 17:18:00 +00:00
Kirill Ponomarev
beed18787e New port: graphics/py-pycollada
Pycollada is a python module for creating, editing and loading COLLADA, which
  is a COLLAborative Design Activity for establishing an interchange file format
  for interactive 3D applications.

  WWW: http://pycollada.readthedocs.org/

PR:		214318
Submitted by:	tj+freebsd_bugs@a13.fr
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9775
2017-02-24 17:16:31 +00:00
Kirill Ponomarev
00d6b428b3 Update x11/slock to 1.4
PR:		217270
Submitted by:	pkubaj@anongoth.pl
Approved by:	mat (mentor), maintainer
Differential Revision:	https://reviews.freebsd.org/D9783
2017-02-24 17:14:38 +00:00
Guido Falsi
fbcdef4829 Update deskutils/calibre to 2.80.0 2017-02-24 16:01:50 +00:00
Sunpoet Po-Chuan Hsieh
b63a334a9a Update to 3.2.0
Changes:	https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
2017-02-24 15:58:08 +00:00
Sunpoet Po-Chuan Hsieh
b8bd9e3049 Update to 2.17.5
Changes:	https://github.com/ohler55/oj/blob/master/CHANGELOG.md
2017-02-24 15:58:03 +00:00
Sunpoet Po-Chuan Hsieh
3e603f6451 Update to 2.6.3
Changes:	https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
2017-02-24 15:57:58 +00:00
Sunpoet Po-Chuan Hsieh
39b811f39a Update to 2.7.14
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-24 15:57:53 +00:00
Sunpoet Po-Chuan Hsieh
7706fd0a11 Update to 2.7.14
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-24 15:57:48 +00:00
Sunpoet Po-Chuan Hsieh
cfa270c91c Update to 2.7.14
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2017-02-24 15:57:43 +00:00
Sunpoet Po-Chuan Hsieh
c4503a8393 Update to 4.83
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Data-FormValidator/Changes
2017-02-24 15:57:38 +00:00
Sunpoet Po-Chuan Hsieh
0ef0ff8ba4 Update to 1.55
- Strip shared library

Changes:	http://search.cpan.org/dist/B-Generate/Changes
2017-02-24 15:57:33 +00:00
Sunpoet Po-Chuan Hsieh
01b42f4741 Update to 0.1.20
Changes:	https://github.com/fog/fog-openstack/commits/master
2017-02-24 15:57:28 +00:00
Sunpoet Po-Chuan Hsieh
4ad403018b Update to 4.5.4
Changes:	https://github.com/tinymce/tinymce/blob/4.5.x/changelog.txt
2017-02-24 15:57:24 +00:00
Adam Weinberger
bcbf28fc4f Update dovecot2 to 2.2.28, and bump PORTREVISION on the plugins.
* director: "doveadm director move" to same host now refreshes user's
    timeout. This allows keeping user constantly in the same backend by
    just periodically moving the user there.
  * When new mailbox is created, use initially INBOX's
    dovecot.index.cache caching decisions.
  * Expunging mails writes GUID to dovecot.index.log now only if the
    GUID is quickly available from index/cache.
  * pop3c: Increase timeout for PASS command to 5 minutes.
  * Mail access errors are no longer ignored when searching or sorting.
    With IMAP the untagged SEARCH/SORT reply is still sent the same as
    before, but NO reply is returned instead of OK.

  + Make dovecot.list.index's filename configurable. This is needed when
    there are multiple namespaces pointing to the same mail root
    (e.g. lazy_expunge namespace for mdbox).
  + Add size.virtual to dovecot.index when folder vsizes are accessed
    (e.g. quota=count). This is mainly a workaround to avoid slow quota
    recalculation performance when message sizes get lost from
    dovecot.index.cache due to corruption or some other reason.
  + auth: Support OAUTHBEARER and XOAUTH2 mechanisms. Also support them
    in lib-dsasl for client side.
  + auth: Support filtering by SASL mechanism: passdb { mechanisms }
  + Shrink the mail processes' memory usage by not storing settings
    duplicated unnecessarily many times.
  + imap: Add imap_fetch_failure setting to control what happens when
    FETCH fails for some mails (see example-config).
  + imap: Include info about last command in disconnection log line.
  + imap: Created new SEARCH=X-MIMEPART extension. It's currently not
    advertised by default, since it's not fully implemented.
  + fts-solr: Add support for basic authentication.
  + Cassandra: Support automatically retrying failed queries if
    execution_retry_interval and execution_retry_times are set.
  + doveadm: Added "mailbox path" command.
  + mail_log plugin: If plugin { mail_log_cached_only=yes }, log the
    wanted fields only if it doesn't require opening the email.
  + mail_vsize_bg_after_count setting added (see example-config).
  + mail_sort_max_read_count setting added (see example-config).
  + pop3c: Added pop3c_features=no-pipelining setting to prevent using
    PIPELINING extension even though it's advertised.

  - Index files: day_first_uid wasn't updated correctly since v2.2.26.
    This caused dovecot.index.cache to be non-optimal.
  - imap: SEARCH/SORT may have assert-crashed in
    client_check_command_hangs
  - imap: FETCH X-MAILBOX may have assert-crashed in virtual mailboxes.
  - imap: Running time in tagged command reply was often wrongly 0.
  - search: Using NOT n:* or NOT UID n:* wasn't handled correctly
  - director: doveadm director kick was broken
  - director: Fix crash when using director_flush_socket
  - director: Fix some bugs when moving users between backends
  - imapc: Various error handling fixes and improvements
  - master: doveadm process status output had a lot of duplicates.
  - autoexpunge: If mailbox's rename timestamp is newer than mail's
    save-timestamp, use it instead. This is useful when autoexpunging
    e.g. Trash/* and an entire mailbox is deleted by renaming it under
    Trash to prevent it from being autoexpunged too early.
  - autoexpunge: Multiple processes may have been trying to expunge the
    same mails simultaneously. This was problematic especially with
    lazy_expunge plugin.
  - auth: %{passdb:*} was empty in auth-worker processes
  - auth-policy: hashed_password was always sent empty.
  - dict-sql: Merge multiple UPDATEs to a single statement if possible.
  - fts-solr: Escape {} chars when sending queries
  - fts: fts_autoindex_exclude = \Special-use caused crashes
  - doveadm-server: Fix leaks and other problems when process is reused
    for multiple requests (service_count != 1)
  - sdbox: Fix assert-crash on mailbox create race
  - lda/lmtp: deliver_log_format values weren't entirely correct if Sieve
    was used. especially %{storage_id} was broken.
  - lmtp_user_concurrency_limit didn't work if userdb changed username
2017-02-24 15:24:18 +00:00
MANTANI Nobutaka
53ca39280a Update to 3.8.0. 2017-02-24 15:00:21 +00:00
Nikolai Lifanov
1a9608318a update games/wtf to 20170223 snapshot from NetBSD 2017-02-24 14:35:24 +00:00
Mathieu Arnold
ad6fe07f41 Fix build if math/pari is installed.
PR:		217233
Submitted by:	w schwarzenfeld utanet at
Reported by:	nico lifeisabug com
Sponsored by:	Absolight
2017-02-24 14:22:12 +00:00
Michael Reifenberger
9eda7c795c Update to 3.16.5 2017-02-24 14:17:01 +00:00
Michael Reifenberger
a0819f4b88 Update to r20170224025915 2017-02-24 14:16:00 +00:00
Danilo Egea Gondolfo
b342171560 - Update to 1.7.2 2017-02-24 14:07:56 +00:00
Jimmy Olgeni
1e374ac39b Update textproc/erlang-p1_utils to version 1.0.7. 2017-02-24 14:02:41 +00:00
Danilo Egea Gondolfo
a6e802a570 - Update to 7.800.0 2017-02-24 14:00:27 +00:00
Muhammad Moinur Rahman
bb6e39edd2 audio/fdk-aac: Update version 0.1.4=>0.1.5
PR:		216114
Submitted by:	takefu@airport.fm
2017-02-24 13:31:28 +00:00
Wen Heping
48d2adc95d - Update to 2.78b 2017-02-24 13:02:23 +00:00
Muhammad Moinur Rahman
c972dfb065 astro/swe: Update version 2.05.01=>2.06 2017-02-24 12:04:42 +00:00
Muhammad Moinur Rahman
c5d6b26b4e devel/p5-SVN-Hooks: Update version 1.31=>1.34 2017-02-24 11:53:16 +00:00
Muhammad Moinur Rahman
830d7ec6dc devel/gsoap: Update version 2.8.33=>2.8.43
- Fix path in MASTER_SITES
- Build -fPIC fixing issues with gsoapssl reloc
- Re-roll gsoap/wsdl/Makefile.in patch
- Add new files to pkg-plist

PR:		216997
Submitted by:	brnrd
2017-02-24 11:20:40 +00:00
Torsten Zuehlsdorff
a9d94db09e www/gitlab: Update from 8.11.11 to 8.12.13
Changelog: https://github.com/gitlabhq/gitlabhq/blob/v8.12.13/CHANGELOG
2017-02-24 09:45:07 +00:00
Torsten Zuehlsdorff
8920a4a25a www/rubygem-gollum-lib-gitlab: create slave port
This port should install www/rubygem-gollum-lib with GITLAB option
and is a direct dependency of www/gitlab.
2017-02-24 09:43:48 +00:00
Torsten Zuehlsdorff
d6f0a9322d www/rubygem-gollum-lib: Add options for GITHUB and GITLAB dependency
The new www/gitlab version requires rubygem-gitlab-markup, which
is a fork of rubygem-github-markup. It is more a clone than a fork
since it installs a file named "github-markup" causing conflicts
whenever rubygem-github-markup should be installed too.
Therefore the options introduced allows to choose the wanted dependency
2017-02-24 09:37:16 +00:00
Torsten Zuehlsdorff
07ee00a281 mail/rubygem-mail_room: Update from 0.8.0 to 0.8.1
Changes: Check watching thread exists before joining
2017-02-24 09:36:04 +00:00
Torsten Zuehlsdorff
2fc30958db devel/rubygem-oj: Update from 2.12.14 to 2.17.4
Changelog: http://www.ohler.com/dev/oj_misc/release_notes.html
2017-02-24 09:35:18 +00:00
Torsten Zuehlsdorff
bd1ff22416 devel/gitlab-shell: Update from 3.4.0 to 3.6.1
Changelog: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.1/CHANGELOG
2017-02-24 09:34:46 +00:00
Dmitry Marakasov
a449f36540 - Add LICENSE
- Remove bogus HAVE_CONFIGURE
- Don't install license with docs
- Switch to options helpers
2017-02-24 09:01:40 +00:00
Jimmy Olgeni
b9dec8a524 Update devel/elixir-calendar to version 0.17.2. 2017-02-24 08:00:16 +00:00
Kurt Jaeger
3fad1b14cd net-mgmt/nfdump: update WWW 2017-02-24 04:46:19 +00:00
Kurt Jaeger
b753528622 net-mgmt/nfdump: update 1.6.13 -> 1.6.15
- project moved to github
- take maintainership

Changes:	https://github.com/phaag/nfdump/releases
Requested by:	markham breitbach <markham@ssimicro.com>
2017-02-24 04:45:49 +00:00
Carlos J. Puga Medina
057c760058 - Reassign maintainer to perl@
Reported by:	adamw
2017-02-24 02:13:48 +00:00
Carlos J. Puga Medina
eb54a1e094 Drop maintainership and return them back to the pool. 2017-02-24 01:52:10 +00:00
Carlos J. Puga Medina
317b4cfa10 Mark deprecated and set to expire at 2017-03-25
MPlayer2 development stopped back in 2013. mpv was forked of mplayer2
and effectively its successor.

Discussed with: lme by email
2017-02-24 01:13:11 +00:00
Carlos J. Puga Medina
23cfa4834a - Update to 11.8
- Add LICENSE
- Silence explictly called command

PR:		216769
Submitted by:	Demetris Procopiou (maintainer)
2017-02-24 00:13:45 +00:00
Ryan Steinmetz
5bf6c680ad - Pushing out expiration date. Upstream is working on fixes. 2017-02-23 22:37:07 +00:00
Mathieu Arnold
ac2b9a3b3f Put back USES=gmake, without it, the port is not MAKE_JOBS safe.
Sponsored by:	Absolight
2017-02-23 20:49:57 +00:00
Sunpoet Po-Chuan Hsieh
5ee80e8d49 Update to 3.1
Changes:	https://github.com/malthe/chameleon/blob/master/CHANGES.rst
2017-02-23 16:48:42 +00:00
Sunpoet Po-Chuan Hsieh
57b4feb3b4 Update to 20170218 2017-02-23 16:48:37 +00:00
Sunpoet Po-Chuan Hsieh
a6a49dfed9 Update to 0.10.7
Changes:	https://github.com/faye/faye-websocket-ruby/blob/master/CHANGELOG.md
2017-02-23 16:48:33 +00:00
Sunpoet Po-Chuan Hsieh
ced4929753 Update to 1.10.0
Changes:	https://github.com/premailer/premailer/commits/master
2017-02-23 16:48:28 +00:00
Sunpoet Po-Chuan Hsieh
7de206f437 Update to 0.3.6
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/ruby-concurrency/thread_safe/commits/master
2017-02-23 16:48:24 +00:00