Commit graph

439686 commits

Author SHA1 Message Date
Yuri Victorovich
9d70bc85d1 devel/py-numba: Update to 0.37.0
Port changes:
* Changed to DISTVERSION
* Updated LICENSE to BSD2CLAUSE
* Added USE_PYTHON=concurrent
* Added stripping
* Changed WWW to https

PR:		226307
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 09:39:22 +00:00
Yuri Victorovich
b4b26ff46c devel/py-llvmlite: Update to 0.22.0
Port changes:
* Changed to DISTVERSION
* Added LIB_DEPENDS for llvm50
* Updated LLVM_VER to 50
* Added stripping

PR:		226306
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 09:35:21 +00:00
Dmitry Marakasov
9540910bcb - Update WWW
Approved by:	portmgr blanket
2018-03-03 09:33:07 +00:00
Kurt Jaeger
94ab853af5 databases/cego: update 2.39.2 -> 2.39.3
- Small improvement in CegoDbThreadPool. For a better db thread
  load value calculation, the request queue is no longer locked while
  waiting for incoming requests. Instead the QUEUEDELAY parameter has been
  increased to a default value of 200 msec to reduce db thread cpu
  load while idle. Now the db thread has a good chance to report
  idle time to the db thread pool.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-03 09:10:06 +00:00
Dmitry Marakasov
c5271b70af - Add LICENSE
- Switch to options helpers

Approved by:	portmgr blanket
2018-03-03 09:03:04 +00:00
Yuri Victorovich
93a76d8266 accessibility/sct: Update to 0.2.1
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Added manpage
* Removed stripping - now done upstream

PR:		226297
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 08:59:34 +00:00
Yuri Victorovich
7de1f04f0d misc/free42: Update to 2.0.17
Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-03-03 08:51:27 +00:00
Yuri Victorovich
472455d1e7 www/mongrel2: Update to 1.11.0
Port changes:
* Changed to DISTVERSION
* Updated LIB_DEPENDS
* Changed to GitHub
* GH_TUPLE to unbundle src/mbedtls
* Decoupled build and tests
* Added TEST_xx lines for tests to run separately
* Updated Makefile patches
* Silenced/unsilenced commands

Tests fail on 12: Invalid system call

PR:		226315
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 08:40:45 +00:00
Dmitry Marakasov
e694dd4323 - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-03-03 08:33:04 +00:00
Yuri Victorovich
d144c2ebb9 x11/alttab: Update to 1.2.0
Added to PORTDOCS

PR:		226299
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 07:31:45 +00:00
Jan Beich
44d202501f emulators/citra: update to s20180302
Changes:	ac626eda...7c1a2235
2018-03-03 07:21:47 +00:00
Richard Gallamore
d328f220ec PyHamcrest is a framework for writing matcher objects, allowing you
to declaratively define "match" rules. There are a number of
situations where matchers are invaluable, such as UI validation, or
data filtering, but it is in the area of writing flexible tests that
matchers are most commonly used. This tutorial shows you how to use
PyHamcrest for unit testing.

When writing tests it is sometimes difficult to get the balance right
between overspecifying the test (and making it brittle to changes),
and not specifying enough (making the test less valuable since it
continues to pass even when the thing being tested is broken). Having
a tool that allows you to pick out precisely the aspect under test
and describe the values it should have, to a controlled level of
precision, helps greatly in writing tests that are "just right." Such
tests fail when the behavior of the aspect under test deviates from
the expected behavior, yet continue to pass when minor, unrelated
changes to the behaviour are made.

WWW: https://github.com/hamcrest/PyHamcrest

Differential Revision:	https://reviews.freebsd.org/D13520
2018-03-03 07:16:13 +00:00
Richard Gallamore
8035da77dd * Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites.
Reviewed by:	mat
Approved by:	portmgr (mat)
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D12162
2018-03-03 06:50:15 +00:00
Joseph Mingrone
d0542b46be biology/iqtree: Update to version 1.6.2
Upstream changes: http://www.iqtree.org/release/v1.6.2
2018-03-03 03:15:24 +00:00
Stephen Montgomery-Smith
cf8bc51989 - Link against osmesa.
- Bump portrevision.
2018-03-03 02:21:13 +00:00
Bryan Drewery
874f7991d2 Avoid double exporting PORTS_ENV.
Approved by:	portmgr (implicit)
2018-03-03 01:18:50 +00:00
Jan Beich
9cb3541c62 www/py-flexget: update to 2.12.10
Changes:	https://github.com/Flexget/Flexget/compare/2.12.10...2.13.0
2018-03-03 00:53:46 +00:00
Jan Beich
dc7da440b0 emulators/rpcs3: update to 0.0.5.34
Changes:	8d7620d95...ec0cd9f00
2018-03-03 00:53:13 +00:00
Jan Beich
d1657fabb4 www/waterfox: apply some FF59 fixes 2018-03-03 00:52:38 +00:00
Bruce A. Mah
1c339ce861 Update to iperf-3.5.
Sponsored by:	ESnet
2018-03-03 00:16:22 +00:00
Brooks Davis
16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Cy Schubert
327f701df5 Welcome the new syslog-ng 3.14 in syslog-ng314.
Our syslog-ng upline recommends the meta-port bump to 314 after
"a couple of days or a week".

Submitted by:	Peter Czanik (CzP) <peter.czanik@balabit.com>
		Balabit / syslog-ng upstream
2018-03-02 22:31:38 +00:00
Brooks Davis
8278dab6fa Update to a newer snapshot.
Don't require basename. [0]

Submitted by:	bdrewery [0]
Sponsored by:	DARPA, AFRL
2018-03-02 22:26:04 +00:00
Rene Ladan
3ad2777f61 japanese/migemo: remove now obsolete deprecated-if-slave section
Reported by:	jrm
2018-03-02 20:11:57 +00:00
Rene Ladan
6c04f5a111 www/py-django-redis: update to 4.9.0
Reported by:	portscout
2018-03-02 20:06:40 +00:00
Adam Weinberger
65c8fd9e54 Improve clarity of dovecot's pkg-message
Change an ambigious "enable" to the actual value that causes a problem,
and fix spelling of "gid".

No PORTREVISION bump---there's a major update coming shortly, and this
change will get picked up then.

PR:		218392
Submitted by:	Jeremy Chadwick
2018-03-02 20:05:20 +00:00
Vsevolod Stakhov
fcfb750ce7 - Update to 1.7.0.a2.20180302
- Fix issues with Torch linking
2018-03-02 19:21:53 +00:00
Rene Ladan
2d1cca0907 Remove expired ports:
2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree
2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version does not fetch
2018-03-01 games/adgali: Mastersite disappeared
2018-03-01 games/tuxpuck: Mastersite disappeared
2018-03-01 japanese/migemo-emacs: Unmaintained
2018-03-01 math/clarence: Mastersite disappeared
2018-03-01 devel/cstringbuffer: Abandonware, no more upstream
2018-03-01 deskutils/charmap: Mastersite disappeared
2018-03-01 devel/afay: Abandonware, not used in the ports tree
2018-03-01 devel/alabastra: Abandonware, not used in the ports tree
2018-03-01 devel/adime: Abandonware, not used in the ports tree
2018-03-01 devel/boaconstructor: Abandonware, does not work with recent python/wxPython
2018-03-01 audio/amp: No more upstream
2018-03-01 devel/alf: Abandonware, unused in the ports tree
2018-03-02 19:10:48 +00:00
Sunpoet Po-Chuan Hsieh
cc674ab458 Update to 0.88.0
Changes:	https://gitlab.com/gitlab-org/gitaly-proto/commits/master
2018-03-02 18:52:50 +00:00
Sunpoet Po-Chuan Hsieh
535778a24c Pass maintainership to submitter
PR:		226300
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl>
2018-03-02 18:52:45 +00:00
Sunpoet Po-Chuan Hsieh
ed80f16784 Update to 0.14
- Sort RUN_DEPENDS

Changes:	https://github.com/SoCo/SoCo/releases
PR:		226243
Submitted by:	Conall O'Brien <conall@conall.net> (maintainer)
2018-03-02 18:52:40 +00:00
Sunpoet Po-Chuan Hsieh
8cdf5aab90 Update to 5.4.0
Changes:	https://github.com/jupyter/notebook/releases
PR:		225551
Submitted by:	John W. O'Brien <john@saltant.com>
2018-03-02 18:52:34 +00:00
Sunpoet Po-Chuan Hsieh
217f6df97e Update to 0.8.1
- Add NO_ARCH
- While I'm here, add LICENSE_FILE

Changes:	https://github.com/jupyter/terminado/releases
PR:		225550
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	maintainer (timeout, 1 month)
2018-03-02 18:52:29 +00:00
Sunpoet Po-Chuan Hsieh
cdee4fd19c Convert to options target helper
Approved by:	portmgr (blanket)
2018-03-02 18:52:24 +00:00
Sunpoet Po-Chuan Hsieh
12becc9467 Update to 1.7.2
Changes:	https://github.com/onelogin/ruby-saml/releases
2018-03-02 18:52:19 +00:00
Sunpoet Po-Chuan Hsieh
5675e5b55d Update to 1.10.0
Changes:	https://github.com/omniauth/omniauth-saml/releases
		https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md
2018-03-02 18:52:14 +00:00
Sunpoet Po-Chuan Hsieh
27f13cac66 Update to 5.6.0
Changes:	https://github.com/jeremyevans/sequel/blob/master/CHANGELOG
2018-03-02 18:52:09 +00:00
Sunpoet Po-Chuan Hsieh
2c140b1cfb Update to 3.24.0
Changes:	https://github.com/fonttools/fonttools/releases
2018-03-02 18:52:04 +00:00
Sunpoet Po-Chuan Hsieh
fe83a3fa8c Update to 4.60
- Add removed Perl core module to *_DEPENDS
- Fix version requirement of *_DEPENDS
- Fix TEST_DEPENDS: remove unused p5-CGI-Simple
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/CGI-Application/Changes
2018-03-02 18:51:59 +00:00
Sunpoet Po-Chuan Hsieh
f053c7259c Update to 0.40
Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
2018-03-02 18:51:53 +00:00
Sunpoet Po-Chuan Hsieh
575b06da3f Update to 1.57
- Convert to options target helper

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
		https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes
2018-03-02 18:51:48 +00:00
Sunpoet Po-Chuan Hsieh
e1353dc2ba Update to 17.1
Changes:	https://github.com/pypa/packaging/blob/master/CHANGELOG.rst
2018-03-02 18:51:43 +00:00
Sunpoet Po-Chuan Hsieh
ed01039b4b Update real PORTVERSION and bump PORTEPOCH
Suggested by:	mat
2018-03-02 18:51:38 +00:00
Sunpoet Po-Chuan Hsieh
0d5c916769 Update to 0.4.1040
Changes:	https://github.com/soimort/you-get/releases
		https://github.com/soimort/you-get/commits/develop
2018-03-02 18:51:33 +00:00
Sunpoet Po-Chuan Hsieh
585f0638d9 Update to 5.10.4
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
2018-03-02 18:51:28 +00:00
Grzegorz Blach
d175f5a661 Update to 3.1.35 2018-03-02 18:45:15 +00:00
Grzegorz Blach
d8138ce181 Update to 2.0.0 2018-03-02 18:22:09 +00:00
Mark Felder
69f3ca0603 textproc/elasticsearch6: Update pkg-message
"bootstrap.system_call_filter: false" does not need to be set on
ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD
2018-03-02 18:13:01 +00:00
Larry Rosenman
1b4813b24c mail/dovecot-pigeonhole: upgrade to v0.4.22.
Changelog:
- Fixed filesystem path handling problem: sieve plugin could have
  assert-crashed with specific path lengths with: "Panic: file
  realpath.c: line 86 (path_normalize): assertion failed: (npath_pos +
  1 < npath + asize)".
- Sieve extprograms plugin: Large output from "execute" command crashed
  delivery. Fixed buffering issue in code that handles output from the
  external program.
- editheader extension: Extensively reworked the low-level
  implementation of adding and removing headers. This solves a few
  integer arithmetic problems reported by Clang runtime checks, but also
  improves code structure and reliability in general.
- imapsieve: Fix assert crash occurring when selected messages are
  expunged concurrently by the time Sieve filter is to be applied.
- imap4flags extension: Fix binary byte-code corruption occurring when
  the setflag, addflag, or removeflag command's flag-list is a variable.
- enotify extension: mailto method: Fixed parsing of mailto URI with
  only a header part.
- enotify extension: mailto method: Make sure "From:" header is set to a
  usable address and not "(null)".
- Fixed writing address headers to outgoing messages. It sometimes
  erroneously applied another layer of MIME header encoding.
2018-03-02 18:05:18 +00:00
Grzegorz Blach
041428116c Update to 2.14 2018-03-02 17:52:37 +00:00