Commit Graph

470987 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e6351f16db Fix PLIST when CAPIDOCS is enabled 2019-03-21 19:41:20 +00:00
Sunpoet Po-Chuan Hsieh
9c0b035df0 Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Reference:	https://www.ruby-lang.org/en/downloads/branches/
2019-03-21 19:41:14 +00:00
Sunpoet Po-Chuan Hsieh
79d423cf43 Update to 0.127
Changes:	https://metacpan.org/changes/distribution/Astro-SpaceTrack
2019-03-21 19:41:09 +00:00
Sunpoet Po-Chuan Hsieh
79c99d0c2a Update to 3.0.0
Changes:	https://github.com/fog/fog-vsphere/releases
		https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
2019-03-21 19:41:04 +00:00
Sunpoet Po-Chuan Hsieh
59abccef6f Update to 0.21.0
Changes:	https://github.com/DataDog/dd-trace-rb/releases
2019-03-21 19:40:59 +00:00
Sunpoet Po-Chuan Hsieh
601de0f08d Update to 2.11.244
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-21 19:40:53 +00:00
Sunpoet Po-Chuan Hsieh
438628f152 Update to 2.11.244
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-21 19:40:48 +00:00
Sunpoet Po-Chuan Hsieh
5bb7de75b5 Update to 2.11.244
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-03-21 19:40:43 +00:00
Sunpoet Po-Chuan Hsieh
71a46a5946 Update to 9.5.0
Changes:	https://docs.openstack.org/oslo.messaging/latest/user/history.html
2019-03-21 19:40:37 +00:00
Sunpoet Po-Chuan Hsieh
d4818be0c4 Update to 0.12
Changes:	https://github.com/gotcha/ipdb/blob/master/HISTORY.txt
2019-03-21 19:40:32 +00:00
Sunpoet Po-Chuan Hsieh
bc282d21e7 Update to 4.13.0
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-03-21 19:40:27 +00:00
Sunpoet Po-Chuan Hsieh
5f77fb815e Update to 3.0.1
Changes:	https://pecl.php.net/package-changelog.php?package=igbinary
2019-03-21 19:40:21 +00:00
Sunpoet Po-Chuan Hsieh
8f32b34dc6 Update to 5.20190320
Changes:	https://metacpan.org/changes/distribution/Module-CoreList
2019-03-21 19:40:16 +00:00
Sunpoet Po-Chuan Hsieh
77d6c9a7a4 Update to 3.92
Changes:	https://metacpan.org/changes/distribution/CPAN-Perl-Releases
2019-03-21 19:40:11 +00:00
Sunpoet Po-Chuan Hsieh
6c1c1ce868 Add py-nevergrad 0.1.6
Nevergrad is a gradient-free optimization platform.

The goals of this package are to provide:
- gradient/derivative-free optimization algorithms, including algorithms able to
  handle noise.
- tools to instrument any code, making it painless to optimize your
  parameters/hyperparameters, whether they are continuous, discrete or a mixture
  of continuous and discrete variables.
- functions on which to test the optimization algorithms.
- benchmark routines in order to compare algorithms easily.

WWW: https://github.com/facebookresearch/nevergrad
2019-03-21 19:40:05 +00:00
Tobias C. Berner
5e6e554bb9 net/py-cloudflare-scrape: update to 1.9.7 2019-03-21 19:18:16 +00:00
Greg Lewis
50a634ab39 . Fix permissions on jspawnhelper.
. Bump PORTREVISION.
2019-03-21 18:32:50 +00:00
Alexandre C. Guimarães
05d85d4cf2 x11-themes/Kvantum: Update to 0.10.10.
Approved by:	tcberner (mentor)
2019-03-21 18:11:19 +00:00
Gleb Popov
7797578a91 bsd.cabal.mk: Add USE_BINUTILS for powerpc64 arch and add support for FLAGS_DEFAULT_${ARCH} variables.
PR:		236346
Submitted by:	 Piotr Kubaj <pkubaj@anongoth.pl>
Reviewed by:	Mikael Urankar <mikael.urankar@gmail.com>
Approved by:	tcberner (mentor)
2019-03-21 17:38:10 +00:00
Greg Lewis
51ef8bf96e Re-add the port of OpenJDK 12 2019-03-21 17:34:20 +00:00
Greg Lewis
2f1232fbff Remove openjdk12 to try a repo copy again. 2019-03-21 17:31:47 +00:00
Greg Lewis
5e8e130cbb Support i386 2019-03-21 17:22:38 +00:00
Craig Leres
e25fd523c5 For those of us who prefer vi over vim there are no good options
for editing Python code. This patch (based on one by rokuyama at
rk.phys.keio.ac.jp) that adds the EXPANDTAB option to nvi (defaults
to off) which adds an expandtab option to nvi.

PR:		235446
Approved by:	johans (maintainer timeout, 6 weeks), matthew (mentor, implicit)
2019-03-21 17:17:48 +00:00
Fernando Apesteguía
da182da5e4 deskutils/freeplaen: update to 1.7.7
This is a bug fix release.

ChangeLog: https://www.freeplane.org/info/history/history_en.txt

PR:	236544
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
MFH:	2019Q1
2019-03-21 17:12:21 +00:00
Craig Leres
c8ced0504a Unlike the base vi (nvi 2.1.3), nvi-devel calls flock() on a writable
file descriptor. This has the unfortunately side effect of causing
the "Text file busy" error when you edit a script in one window and
try to run it in another.

The fix is to change the initial open() just prior to calling
file_lock() in file_init() to use O_RDONLY instead of O_RDWR. This
does not impact nvi's ability to write files, nvi creates a new
file when writing.

PR:		235445
Approved by:	johans (maintainer timeout, 6 weeks), ler (mentor, implicit)
2019-03-21 17:12:16 +00:00
Steve Wills
7f62bc2460 sysutils/tree: update to 1.8.0
PR:		236671
Submitted by:	Guy Brand <gb@unistra.fr> (maintainer)
2019-03-21 16:44:35 +00:00
David Naylor
d32bbafb5e devel/py-knack: update to 0.5.3
- Mark as NO_ARCH
 - Add missing dependency
 - Change log:
   - Removes an incorrect check when adding arguments.
   - Updates usages of yaml.load to use yaml.safe_load.

PR:		236421
Submitted by:	dbaio@
2019-03-21 16:33:25 +00:00
David Naylor
17dd58ca60 lang/lua: workaround dlopen/libthr bug on FreeBSD 12
Submitted by:	Russel Haley <russ.haley@gmail.com>
Differential Revision:	https://reviews.freebsd.org/D18939
2019-03-21 16:26:39 +00:00
Mahdi Mokhtari
44c345f784 net-mgmt/netdata: Update to the latest release (v1.13.0)
This netdata release fixes upstream Bugs:
 - Bug #5670: "postgres: socket: update() unhandled exception"

It also includes features:
 * Kubernetes: Helm chart
 * Reduce memory usage

While here:
Add a CUPS option to enable/disable the plugin
Do cleanup on plist (new options added, fix permissions [FreeIPMI, etc])
Unbreak python plugins (shebangfix)
Make PID file configurable through rc script

For more info: https://github.com/netdata/netdata/releases/tag/v1.13.0

PR:		236258 235462
Reported by:	Dries Michiels <driesm.michiels@gmail.com>, geraud@gcu.info
Sponsored by:	The FreeBSD Foundation
2019-03-21 15:05:27 +00:00
Olivier Cochard
169ef8fcfa Fix: build against SSL from ports and connection problem with TLS 1.3
PR:		236697
Submitted by:	gahr
2019-03-21 15:05:14 +00:00
Kurt Jaeger
a8d7d30091 databases/mongodb40: fix aarch64 compilation
PR:		236366
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	dev.ashevchuk@gmail.com (maintainer timeout)
2019-03-21 14:49:28 +00:00
Greg Lewis
aa84ea8616 . Update bootstrap
. Add i386 support
2019-03-21 14:45:11 +00:00
William Grzybowski
8fbf84d062 databases/py-mongoengine: update to 0.17.0
- Pass maintainership to python group
2019-03-21 14:31:30 +00:00
William Grzybowski
2806ae59bb devel/py-bidict: update to 0.18.0 2019-03-21 14:25:27 +00:00
William Grzybowski
22c69143d8 devel/py-ptvsd: update to 3.1.0 2019-03-21 14:23:35 +00:00
Emanuel Haupt
6c90c56585 Update to 2.75 2019-03-21 14:20:40 +00:00
William Grzybowski
2986869cbb www/py-aiohttp-wsgi: update to 0.8.2 2019-03-21 14:10:41 +00:00
Mark Felder
a21dae013d mumble and murmur are back in the tree 2019-03-21 14:06:27 +00:00
William Grzybowski
97a65c7760 www/py-rhodecode: drop maintainership
I no longer have time to maintain this port.
2019-03-21 13:59:55 +00:00
William Grzybowski
35db0d48f8 www/py-rollbar: update to 0.14.7
- Pass maintainership to python team
2019-03-21 13:56:40 +00:00
Mark Felder
2d6b67c22f audio/mumble: Revive and update to 1.3.0-rc1
- Now supports Qt5

PR:		235177
2019-03-21 13:53:03 +00:00
Steve Wills
ed57878d10 databases/pspg: Update to 1.6.4
PR:		236703
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-03-21 13:45:02 +00:00
Dmitry Marakasov
a034d0a275 - Update to 0.670
- Add testing support
- Fix WWW

PR:		236370
Approved by:	flo@snakeoilproductions.net (maintainer)
2019-03-21 13:35:25 +00:00
Dmitry Marakasov
fca5991960 - Update to 1.3.1
- Fix PYTHON_SITELIBDIR/PYTHONPREFIX_SITELIBDIR misuse

PR:		236369
Approved by:	maintainer timeout (dbn, 2 weeks)
2019-03-21 13:34:10 +00:00
Antoine Brodin
f8f06509bf Update to 20190316 2019-03-21 12:40:48 +00:00
Antoine Brodin
be5e02ded5 Update to 20190311 2019-03-21 12:38:45 +00:00
Antoine Brodin
6ee6592961 Update to 20190320 2019-03-21 12:37:29 +00:00
Antoine Brodin
bfe3ceda11 Update to alpha-20190315 2019-03-21 12:35:43 +00:00
Antoine Brodin
28fe1bd26d Update to alpha-20190303 2019-03-21 12:34:31 +00:00
William Grzybowski
5e40fb569b devel/py-lxml: fix build on gcc-based archs
PR:		236688
Submitted by:	linimon
Reported by:	Piotr Kubaj
2019-03-21 12:29:48 +00:00