Commit graph

296511 commits

Author SHA1 Message Date
wiz
33520d7cae compat50: add SHA512 checksums 2019-04-27 13:34:34 +00:00
wiz
e618ea6910 compat50: fix whitespace 2019-04-27 13:34:24 +00:00
wiz
f632a6fa7c compat40-extras: add SHA512 checksums 2019-04-27 13:30:55 +00:00
wiz
ca356c667d compat40: add SHA512 checksums 2019-04-27 13:30:25 +00:00
wiz
55d63422d9 compat30-extras: add SHA512 checksums 2019-04-27 13:26:20 +00:00
wiz
0e00d554d4 compat30: add SHA512 checksums 2019-04-27 13:25:41 +00:00
wiz
b72121ff71 compat20-extras: add SHA512 checksums 2019-04-27 13:23:40 +00:00
wiz
7131c773e7 compat20: add SHA512 checksums 2019-04-27 13:23:10 +00:00
wiz
ff13376b26 compat16-extras: add SHA512 checksums 2019-04-27 13:21:38 +00:00
wiz
efd197ec5f compat16: add SHA512 checksums 2019-04-27 13:21:09 +00:00
wiz
5e258697e0 compat15-extras: add SHA512 checksums 2019-04-27 13:19:31 +00:00
wiz
fefe213069 compat15: add SHA512 checksums 2019-04-27 13:18:57 +00:00
wiz
ffc2129450 compat14: add SHA512 checksums 2019-04-27 13:17:04 +00:00
wiz
cc96f18c21 compat13: add SH512 checksums 2019-04-27 13:14:41 +00:00
wiz
6e5962cd55 pvs: restore partial solaris checksums 2019-04-27 11:34:07 +00:00
wiz
48f0604226 *: add SHA512 checksums to distinfo 2019-04-27 11:33:02 +00:00
wiz
7378dd59b4 libvideogfx: add patch to distinfo so it will be used 2019-04-27 11:27:17 +00:00
wiz
9d8ebc57f8 xskat: remove altenburger option
The necessary files are not available any longer due to license reasons.
2019-04-27 11:25:11 +00:00
wiz
84ae24495e crossfire-client: remove sounds/images checksums, the files are not downloaded or used 2019-04-27 11:21:26 +00:00
wiz
6e8eb66ddc eclipse: fix Linux master sites, add SHA512 to distinfo 2019-04-27 11:18:56 +00:00
wiz
13c5f5a530 py-werkzeug: remove obsolete patch (not in distinfo after update) 2019-04-27 11:06:47 +00:00
adam
9837a9c9c9 Updated databases/py-peewee, www/py-pylint-django 2019-04-27 09:35:45 +00:00
adam
e695976a5b py-pylint-django: updated to 2.0.9
Version 2.0.9:
- Fix UnboundLocalError: local variable 'key_cls' referenced before assignment
  for cases when models is a python package, the to argument is a string
  that is used in this pattern app.Model and also there is some other
  bool const like null=True right after to.
- Don't crash if ForeignKey field doesn't have keyword arguments
2019-04-27 09:35:29 +00:00
adam
77bfe526a5 py-peewee: updated to 3.9.5
3.9.5
* Added small helper for setting timezone when using Postgres.
* Improved SQL generation for `VALUES` clause.
* Support passing resolution to `TimestampField` as a power-of-10.
* Small improvements to `INSERT` queries when the primary-key is not an
  auto-incrementing integer, but is generated by the database server (eg uuid).
* Cleanups to virtual table implementation and python-to-sqlite value
  conversions.
* Fixed bug related to binding previously-unbound models to a database using a
  context manager.
2019-04-27 09:33:07 +00:00
wen
3ab0ab1395 Updated devel/p5-Module-CoreList to 5.20190420 2019-04-27 07:52:19 +00:00
wen
2086bd0c20 Update to 5.20190420
Upstream changes:
5.20190420
  - Updated for v5.29.10

5.20190419
  - Updated for v5.28.2

5.20190320
  - Updated for v5.29.9
2019-04-27 07:50:35 +00:00
wen
4f1fa68164 Updated devel/p5-CPAN-Perl-Releases to 3.98 2019-04-27 07:40:23 +00:00
wen
dcd86c239f Update to 3.98
Upstream changes:
version 3.98 at 2019-04-20 20:23:20 +0000
-----------------------------------------

  Change: 410e74dbd253fa35ca64cea19d546e1c94f44b41
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2019-04-20 21:23:20 +0000

    Updated for v5.29.10
2019-04-27 07:39:34 +00:00
wen
9094d1cb71 Updated devel/p5-Storable to 3.15 2019-04-27 07:37:55 +00:00
wen
6a62a23d64 Update to 3.15
Upstream changes:
2019-04-23 16:00:00 xsawyerx
    version 3.15
    * Fix leaking.

unreleased
    version 3.14
        * (perl #133708) don't build-time probe for stack limits at all

unreleased
    version 3.12
        * (perl #133411) don't probe for stack limits with -Dusecrosscompile
2019-04-27 07:36:41 +00:00
wen
bad9ed5309 Updated devel/p5-Devel-PPPort to 3.46 2019-04-27 07:33:39 +00:00
wen
e0b74a8ccd Update to 3.46
Upstream changes:
 3.46 - 2019-04-20

    * Fix the isFOO character type classification macros to work properly on
       all versions, as follows:
         * Fixed isALNUM, isALPHA, isDIGIT, isIDFIRST, isLOWER, and isUPPER on
           very early perls to not be locale-dependent
         * Fixed isASCII on early perls to work with signed char arguments
         * Fixed isCNTRL on early perls to know that DEL is a control
         * Fixed isSPACE on perls before 5.20 to know that VERTICAL TAB is a
           space
         * Added isALPHANUMERIC, synonym for isALNUMC
         * Added isIDCONT, to match legal non-initial characters in an
           identifier
         * Added isOCTAL, to match [0-7]
         * Added isWORDCHAR, synonym for isALNUM
         * Make all the character classification isFOO macros work on EBCDIC
           platforms on all versions
         * Added isFOO_A synonyms for all character classification isFOO
           macros
   * Provide LIKELY/UNLIKELY branch prediction
   * Provide av_tindex/av_top_index
   * Provide __ASSERT_ for assertions inside macros
   * Provide UTF8_SAFE_SKIP
   * Provide my_strnlen()
   * Provide utf8_to_uvchr_buf()
   * Replace utf8_to_uvchr() with a safer version
   * Provide UNICODE_REPLACEMENT
2019-04-27 07:31:48 +00:00
ryoon
070effe59d Updated inputmethod/fcitx-qt5 to 1.2.3nb4 2019-04-27 04:22:55 +00:00
ryoon
04829d91ba Add extra-cmake-modules as dependency to build
Bump PKGREVISION
2019-04-27 04:06:21 +00:00
ryoon
a526f5d031 Updated inputmethod/fcitx to 4.2.9.6nb4 2019-04-27 03:21:24 +00:00
ryoon
87aee5777b Make Qt4 optional and disable by default
Bump PKGREVISION
2019-04-27 03:20:32 +00:00
ryoon
18e6a1c907 Updated print/qpdf to 8.4.0 2019-04-27 03:13:24 +00:00
ryoon
a24afb5a1a Update to 8.4.0
Changelog:
This is qpdf version 8.4.0. It contains many enhancements and fixes
including better handling of Unicode passwords, enhancements to
image optimization and appearance generation, overlay/underlay and
other changes. It also includes an important bug fix for page
splitting. For a full list of changes, please see the release notes.
2019-04-27 03:12:41 +00:00
wen
b4e1e70993 Updated www/php-nextcloud to 16.0.0 2019-04-27 02:20:56 +00:00
wen
c0c17119b3 Update to 16.0.0
Upstream changes:
Nextcloud 16 is smarter than ever, with machine learning to detect suspicious
logins and offering clever recommendations. Group Folders now sport access control
lists so system administrators can easily manage who has access to what in
organization-wide shares. We also introduce Projects, a way to easily relate
and find related information like files, chats or tasks.

As this is a major release, the changelog is very long.
Please visit: https://nextcloud.com/changelog/
2019-04-27 02:18:42 +00:00
wiz
cf35bdece3 doc/TODO: + rust-1.34.1. 2019-04-26 22:44:18 +00:00
gdt
3c20c936cf pkg_rolling-replace: Update to 0.24.6
When trying to extract PKGPATH from what is believed to be the PKGNAME
of an installed package, do not abort, but merely error (which is
nonfatal with -k).  This is helpful, but not sufficient, when dealing
with pyNN-foo packages where the default version is depended on but
not installed.
2019-04-26 18:14:15 +00:00
leot
92207eb9ce py-cffi: Remove no longer needed NetBSD/evbarm aarch64 kludge
__thread works now (8.99.37 but probably also older).
2019-04-26 17:06:21 +00:00
bouyer
2797886aae Disable precompiled headers for gcc-7.x too, it dies the same way as previous
versions.
2019-04-26 16:53:20 +00:00
schmonz
210104adf7 Distfile is lld-7.0.1.src.tar.xz, not lld-7.0.1nb1.src.tar.xz. 2019-04-26 15:33:08 +00:00
gavan
99de5a6dd9 ghostscript-agpl: cosmetic change 2019-04-26 15:28:17 +00:00
adam
7f25679bf3 Updated devel/py-cffi, security/py-ntlm-auth 2019-04-26 15:20:31 +00:00
adam
8636a95f3e py-ntlm-auth: updated to 1.3.0
1.3.0:
Added optional dependency for cryptography for faster RC4 cipher calls
Removed the deprecation warning for Ntlm, this is still advised not to use but there's no major harm keep it in place for older hosts
Add CI test for Python 3.7 and 3.8
2019-04-26 15:20:14 +00:00
gavan
cd98092ea3 ghostscript-agpl: Require freetype2>=2.10.0
The latest version of ghostscript-agpl calls functions that were
introduced in freetype2 version 2.10.0, and the build fails when
building against an earlier version.
2019-04-26 15:19:18 +00:00
adam
d338b15076 py-cffi: updated to 1.12.3
v1.12.3
* Fix for nested struct types that end in a var-sized array.
* Add support for using U and L characters at the end of integer
  constants in ffi.cdef().
* More 3.8 fixes.
2019-04-26 15:14:31 +00:00