1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

475693 Commits

Author SHA1 Message Date
Dima Panov
a6208b25a4 - Add option to depend on plasma-workspace (to enable shutdown on completion support) 2019-05-14 11:24:35 +00:00
Kubilay Kocak
76de21d7aa security/py-tuf: Update to 0.11.1
- Remove setup.py patch, we'll invoke tests directly for now

Changelog:

  https://github.com/theupdateframework/tuf/releases/tag/v0.11.1
2019-05-14 11:07:12 +00:00
Wen Heping
a0b56eba74 - Update to 1.0.10 2019-05-14 10:58:47 +00:00
Wen Heping
107192c1c1 - Update to 4.3.1 2019-05-14 10:51:01 +00:00
Jochen Neumeister
4d269b3160 Mark as BROKEN: unfetchable
There is a new rollout for the french and the japanese wordpress.
As long as it is investigated why a new rollout exists, both ports are marked as BROKEN.

Sponsored by:	Netzkommune GmbH
2019-05-14 10:47:16 +00:00
Mathieu Arnold
a16c291d25 Sort categories Makefile and hook forgotten ports to the build.
Pointy hat:	bofh, glewis, gerald, swills, manu, ijiao, sunpoet, egypcio
2019-05-14 10:32:37 +00:00
Steve Wills
b530a09c55 www/py-django-cors-headers: update to 3.0.1 2019-05-14 10:12:11 +00:00
Dmitry Sivachenko
a284946618 Update to version 4.9.11. 2019-05-14 10:10:44 +00:00
Vanilla I. Shu
c8ff53a58f Do not strip static library.
Submitted by:	tobik@
2019-05-14 09:37:06 +00:00
Dmitry Marakasov
19724f7628 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2019-05-14 09:31:33 +00:00
Kubilay Kocak
1b81a2a300 [NEW PORT] security/py-securesystemslib: Cryptographic and general-purpose routines
securesystemslib supports public-key and general-purpose cryptography,
such as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the
cryptographic operations are performed by the cryptography and PyNaCl
libraries, but verification of Ed25519 signatures can be done in pure
Python.

WWW: https://github.com/secure-systems-lab/securesystemslib

[1] https://github.com/secure-systems-lab/securesystemslib/issues/166
[2] https://github.com/secure-systems-lab/securesystemslib/issues/167
2019-05-14 09:25:30 +00:00
Emanuel Haupt
73b0938f19 Update to 345 2019-05-14 09:08:26 +00:00
Jochen Neumeister
f7be09af98 Update to 3.0.10
Sponsored by:	Netzkommune GmbH
2019-05-14 09:07:29 +00:00
Dmitry Marakasov
970c32cdea - Update WWW
- Cosmetic fixes
2019-05-14 09:01:37 +00:00
Jochen Neumeister
f2bb022927 Add phpunit8 to CONFLICTS_INSTALL
Sponsored by:	Netzkommune GmbH
2019-05-14 08:46:36 +00:00
Vinícius Zavam
791ad2427d benchmarks/vegeta: update 12.4.0 to 12.5.1
Approved by:	mentors (implicit)
2019-05-14 08:38:12 +00:00
Tobias Kortkamp
697ecc3270 devel/py-pluggy: Fix typo in pkg-descr 2019-05-14 08:37:15 +00:00
Vinícius Zavam
ba819ff4a9 sysutils/py-borgmatic: update 1.3.2 to 1.3.3
Approved by:	mentors (implicit)
2019-05-14 08:32:20 +00:00
Jochen Neumeister
95ff694402 Update to 8.1.5
Sponsored by:	Netzkommune GmbH
2019-05-14 08:30:11 +00:00
Jochen Neumeister
3938cf8061 Update to 7.5.11
Sponsored by:	Netzkommune GmbH
2019-05-14 08:29:46 +00:00
Wen Heping
4ef999c3b0 - Update to 5.4.2 2019-05-14 08:04:48 +00:00
Wen Heping
53f21a056e - Update to 5.2.5 2019-05-14 07:21:16 +00:00
Kubilay Kocak
eeb74fa980 devel/py-pluggy: Update to 0.11.0
- Add TEST_DEPENDS for test target missing at last commit
 - Pet portlint: pkg-descr contained !7-bit ASCII characters

Changelog:

  https://github.com/pytest-dev/pluggy/blob/0.11.0/CHANGELOG.rst
2019-05-14 07:04:04 +00:00
Kubilay Kocak
e4538b6202 devel/py-buildbot{-*}: Update to 2.3.0
Changelog:

  https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-0-2019-05-06
2019-05-14 06:05:21 +00:00
Tobias Kortkamp
6f68a71614 devel/fastcrc: Unbreak build with lld
ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in fastcrc.o
>>> referenced by fastcrc.asm
>>>               fastcrc.o:(.text+0x854)

http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/errors/fastcrc-1.0.log

While here simplify do-install.
2019-05-14 05:49:06 +00:00
Kubilay Kocak
0ae8fc0e3c textproc/py-Tempita: Take MAINTAINER'ship Add LICENSE 2019-05-14 05:26:05 +00:00
Kurt Jaeger
c2c7c8a20d databases/cego: upgrade 2.44.12 -> 2.44.13
- Further recovery fix in CegoTableManager::insertDataTable In case
  of an insert exception ( e.g. duplicate pkey ), a checkpoint is
  forced now after deleteData to ensure file consistency
  In CegoObjectManager::insertPageData a second checkpoint is forced
  after data copy, if a previous checkpoint has occured. Otherwise
  this insert might be ignored during recovery because of lower LSN
- Fix in CegoBTreeManager::checkDuplicate, the check for uflag (
  returned CegoBTreeNode::valueExists ) to check for high value is
  not enough if, entries have been deleted from node.
  Instead, all subsequent pages have to be checked until a value higher is found
- Introduced CegoBufferPool::getCPCount() to return to current
  checkpoint count. This method is used by CegoTableManager,
  CegoObjectManager and CegoTransactionManager to decide, if a
  consitency checkpoint is required
- Version passed checkCrashRecovery with the following parameters
    NUMRUN=100
    DOTRANSACTION=-dotransaction
    ARANGE=10000
    AINTERVAL=500
    ACOUNT=30000
    PRIMARY=primary
    POOLSIZE=191
  All relevant checkpoint situations have been observed over all run

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2019-05-14 05:23:19 +00:00
Gerald Pfeifer
15475e4d72 Update to the 20190509 snapshot of GCC 7.4.1. 2019-05-14 05:10:40 +00:00
Yuri Victorovich
f2b7285e1e graphics/gmic: Update 2.6.1 -> 2.6.2 2019-05-14 04:48:08 +00:00
Vanilla I. Shu
16d041ed18 Update to 6.1.6. 2019-05-14 04:44:18 +00:00
Vanilla I. Shu
fb1e7fe6e1 Update to 0.11.1. 2019-05-14 04:43:43 +00:00
Yuri Victorovich
61d7da49f5 math/py-cvxpy: Update 1.0.21 -> 1.0.22
Reported by:	portscout
2019-05-14 04:25:36 +00:00
Yuri Victorovich
e40947ec98 www/py-rfc3986: Update 1.3.1 -> 1.3.2
Reported by:	portscout
2019-05-14 04:17:40 +00:00
Wen Heping
62c02bd423 - Update to 1.21 2019-05-14 02:48:43 +00:00
Wen Heping
722916460f - Update to 0.106 2019-05-14 02:45:46 +00:00
Wen Heping
6d5d69c53d - Update to 0.20.3
PR:		237759
Submitted by:	wenheping2000@hotmail.com(myself)
Approved by:	demon@(maintainer)
2019-05-14 02:17:08 +00:00
Wen Heping
375afc286c - Update moodle to 3.5.6 and 3.6.4 2019-05-14 02:13:50 +00:00
Koichiro Iwao
3f76c95d02 Add new port devel/rubygem-irb, Interactive Ruby
Ruby 2.6 requires this gem port. ${PREFIX}/bin/irb installed by lang/ruby26
is just a wrapper script of this gem.

PR:		237870
Submitted by:	myself
Differential Revision:	https://reviews.freebsd.org/D20254
2019-05-14 01:42:48 +00:00
Jan Beich
ee69a28ec4 lang/rust-nightly: update to 1.36.0.20190514
Changes:	d595b11358...a9ec99f420
2019-05-14 00:47:56 +00:00
Jan Beich
9af6aaabee devel/rust-cbindgen: update to 0.8.7
Changes:	https://github.com/eqrion/cbindgen/compare/v0.8.6...v0.8.7
2019-05-14 00:43:09 +00:00
Jan Beich
3456516bd1 multimedia/aom: update to 1.0.0.1759
Changes:	https://aomedia.googlesource.com/aom/+log/b2280edfa..0c74c8524
2019-05-14 00:42:50 +00:00
Jan Beich
2491d7944a www/firefox: update to 67.0
Changes:	https://www.mozilla.org/firefox/67.0/releasenotes/
PR:		236651
Security:	44b6dfbf-4ef7-4d52-ad52-2b1b05d81272
MFH:		2019Q2
Differential Revision:	https://reviews.freebsd.org/D19654
2019-05-13 23:55:28 +00:00
Jan Beich
d7f8d40ead emulators/rpcs3: update to 0.0.6.8094
Changes:	8194c92f1...22f61caf9
2019-05-13 23:55:03 +00:00
Sunpoet Po-Chuan Hsieh
45baadb27e Revert r501506 since USES=python change in devel/py-marshmallow is reverted 2019-05-13 23:46:44 +00:00
Sunpoet Po-Chuan Hsieh
350003b909 Revert r501505 since USES=python change in devel/py-marshmallow is reverted 2019-05-13 23:46:37 +00:00
Sunpoet Po-Chuan Hsieh
e187a1ba82 Revert unintentional USES=python change in r501471 2019-05-13 23:44:31 +00:00
Dmitry Marakasov
f6f67d0c15 - Fix build with VIEWER enabled
- Add missing USES
- Switch to USES=localbase and opt_CMAKE_BOOL

PR:		237607
Reported by:	doralitze@chaotikum.org
Approved by:	monwarez@mailoo.org (maintainer)
2019-05-13 21:46:32 +00:00
Tobias C. Berner
e7667a909e math/geogebra: update to 5.0.536.0
PR:		237850
Submitted by:	Andreas Bilke <freebsd.org@bilke.org>
Approved by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
2019-05-13 20:31:28 +00:00
Koop Mast
52922516e1 Add libraqm, which is a small library that encapsulates the logic for
complex text layout and provide a convenient API.
2019-05-13 20:19:20 +00:00
Adriaan de Groot
9bd042d0c7 Fix multimedia/kdenlive on non-x86
- Default options want(ed) audio/swhplugins, which is i386/amd64 only
 - Needs C++11 support

PR:		237695 237717
Submitted by:	linimon
Reported by:	linimon
2019-05-13 20:17:19 +00:00