summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05doc: Added devel/py-doc8 version 0.8.0minskim1-1/+2
2018-06-05devel/Makefile: Add py-doc8minskim1-1/+2
2018-06-05devel/py-doc8: Import version 0.8.0minskim5-0/+70
Doc8 is an opinionated style checker for rst (with basic support for plain text) styles of documentation.
2018-06-05Fix packages building depending on libupower-glib, bump pkgrevision.youri1-2/+3
2018-06-05doc: Updated www/py-google-api-python-client to 1.7.1wiz2-4/+3
2018-06-05py-google-api-python-client: update to 1.7.1.wiz2-7/+11
v1.7.1 Version 1.7.1 Bugfix release - Remove unnecessary check in setup.py (#518). v1.7.0 Version 1.7.0 This release drops the hard requirement on oauth2client and installs google-auth by default instead. oauth2client is still supported but will need to be explicitly installed. - Drop oauth2client dependency (#499) - Include tests in source distribution (#514)
2018-06-05doc: Updated www/py-curl to 7.43.0.2wiz2-5/+3
2018-06-05py-curl: update to 7.43.0.2.wiz3-10/+14
PycURL 7.43.0.2 - 2018-06-02 ---------------------------- Highlights of this release: 1. Experimental perform_rs and perform_rb methods have been added to Curl objects. They return response body as a string and a byte string, respectively. The goal of these methods is to improve PycURL's usability for typical use cases, specifically removing the need to set up StringIO/BytesIO objects to store the response body. 2. getinfo_raw and errstr_raw methods have been added to Curl objects to return transfer information as byte strings, permitting applications to retrieve transfer information that is not decodable using Python's default encoding. 3. errstr and "fail or error" exceptions now replace undecodable bytes so as to provide usable strings; use errstr_raw to retrieve original byte strings. 4. There is no longer a need to keep references to Curl objects when they are used in CurlMulti objects - PycURL now maintains such references internally. 5. Official Windows builds now include HTTP/2 and international domain name support. 6. PycURL now officially supports BoringSSL. 7. A number of smaller improvements have been made and bugs fixed.
2018-06-05doc: Updated devel/py-pygit2 to 0.27.1wiz2-3/+3
2018-06-05py-pygit2: update to 0.27.1.wiz2-7/+7
0.27.1 (2018-06-02) ------------------------- Breaking changes: - Now ``discover_repository`` returns ``None`` if repository not found, instead of raising ``KeyError`` `#531 <https://github.com/libgit2/pygit2/issues/531>`_ Other changes: - New ``DiffLine.raw_content`` `#610 <https://github.com/libgit2/pygit2/issues/610>`_ - Fix tests failing in some cases `#795 <https://github.com/libgit2/pygit2/issues/795>`_ - Automatize wheels upload to pypi `#563 <https://github.com/libgit2/pygit2/issues/563>`_
2018-06-05doc: Updated devel/libgit2 to 0.27.1wiz1-1/+2
2018-06-05libgit2: update to 0.27.1.wiz2-8/+7
v0.27.1 --------- This is a security release fixing insufficient validation of submodule names (CVE-2018-11235, reported by Etienne Stalmans) and disallows `.gitmodules` files as symlinks. While submodule names come from the untrusted ".gitmodules" file, we blindly append the name to "$GIT_DIR/modules" to construct the final path of the submodule repository. In case the name contains e.g. "../", an adversary would be able to escape your repository and write data at arbitrary paths. In accordance with git, we now enforce some rules for submodule names which will cause libgit2 to ignore these malicious names. Adding a symlink as `.gitmodules` into the index from the workdir or checking out such files is not allowed as this can make a Git implementation write outside of the repository and bypass the `fsck` checks for CVE-2018-11235. libgit2 is not susceptible to CVE-2018-11233.
2018-06-05doc: Updated emulators/mame to 0.198wiz2-3/+3
2018-06-05mame: update to 0.198.wiz2-7/+7
It’s the day you’ve been eagerly awaiting all month: MAME release day! MAME 0.198, our May release, is packed full of improvements in lots of areas. Newly supported arcade games include the rare video pinball game Tom Tom Magic, Jikkyou Powerful Pro Yakyuu EX ’98, and Keirin Ou. Newly supported computers include the TI-99/2, Dragon MSX-64, and BBC Master 512. This release brings graphics emulation improvements to a number of systems, including more fixes for Sega Saturn/ST-V, missing effects emulated in 1945k III, and improvements to the title screen in Wolf Fang. The SH-4 recompiler now supports more FPU opcodes directly, and NAOMI keyboards are supported. Low-level floppy drive emulation improvements bring improved compatibility for Apple II software. Newly supported peripherals include a PC ISA LBA BIOS card, the Beeb Speech Synthesiser, and a number of BBC Micro pointing devices. Other additions include new Tiger handhelds (Batman: The Animated Series, Operation: Aliens, Wayne’s World, and X-Men), the Fidelity Elegance and Prestige chess computers, and alternate versions of Battle Balls, Centipede, Final Fight, Karate Blazers, Last Mission, Real Puncher, Sengoku 3, Spy Hunter, and World Heroes 2. There are lots of additions to the Apple II cassette software list, and several additions to the Sorcerer cassette software list as well. MAME now supports Korean user interface thanks to a contribution from Neius. For developers, we’ve fixed some issues in the debugger affecting CPUs that use word addressing, and the source list is sorted more intuitively in memory windows. We’ve made a number of changes to how machine configuration works to make driver development more intuitive and less error-prone.
2018-06-05doc: Updated devel/js_of_ocaml to 3.1.0nb1jaapb1-1/+2
2018-06-05Re-added camlp4 support to devel/js_of_ocaml and revbump.jaapb4-7/+44
I removed this in an earlier update, but it turns out that it is still needed for other packages. Oops.
2018-06-05Added ocsigen-start to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added www/ocsigen-start version 1.1.0jaapb1-1/+2
2018-06-05New package www/ocsigen-start, a basic application for ocsigen/eliom.jaapb5-0/+256
2018-06-05Added ocsigen-toolkit to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added www/ocsigen-toolkit version 1.1.0jaapb1-1/+2
2018-06-05New package www/ocsigen-toolkit, a set of widgets for ocsigen/eliomjaapb7-0/+201
2018-06-05Added ocsigen-i18n to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added www/ocsigen-i18n version 3.1.0jaapb1-1/+2
2018-06-05New package www/ocsigen-i18n, which does exactly what its name suggestsjaapb6-0/+81
2018-06-05Added ocaml-safepass to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added security/ocaml-safepass version 2.0jaapb1-1/+2
2018-06-05New package security/ocaml-safepass, safe password storage for OCaml.jaapb5-0/+54
2018-06-05Added ocaml-lwt_camlp4 to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added devel/ocaml-lwt_camlp4 version 20180325jaapb1-1/+2
2018-06-05New package devel/ocaml-lwt_camlp4, a camlp4 syntax module for ocaml-lwt.jaapb5-0/+83
This module is deprecated, but still needed as a dependency for some packages that have not yet updated to PPX. I'll remove it once these are updated and the package is no longer needed.
2018-06-05go/go-package.mk: Avoid to print (all) entries in print-PLIST unconditionallyleot1-2/+2
Previously all lines (matching or not /${GO_PLATFORM}/) were printed unconditionally and could interfere with other PRINT_PLIST_AWKs used by always printing every line in `print-PLIST' phase. Avoid that by limiting the pattern of PRINT_PLIST_AWK in go-package.mk.
2018-06-05Added ocaml-macaque to Makefile SUBDIRsjaapb1-1/+2
2018-06-05doc: Added databases/ocaml-macaque version 0.7.4jaapb1-1/+2
2018-06-05New package databases/ocaml-macaque, a DSL for SQL queries in OCaml.jaapb5-0/+127
2018-06-05doc: Updated devel/gradle to 4.8fhajny1-1/+2
2018-06-05devel/gradle: Update to 4.8.0.fhajny3-20/+22
- Dependency locking - Improvements to publishing plugins: - Signing Plugin now supports signing all artifacts of a publication - Maven Publish Plugin now provides a dedicated, type-safe DSL to customize the POM generated as part of a Maven publication - Ivy Publish Plugin now provides a dedicated, type-safe DSL to customize the Ivy module descriptor generated as part of an Ivy publication - Configuration-wide dependency excludes are now published - The maven-publish and ivy-publish plugins are now considered stable and use of the maven plugin is discouraged as it will eventually be deprecated - User experience for incremental annotation processing is improved. - Compilation will no longer fail when a processor does something that Gradle detects will not work incrementally - Unused non-incremental processors no longer prevent incremental compilation - Annotation processors are now able to decide dynamically if they are incremental or not - Kotlin DSL 0.17.5
2018-06-05qt5-qtbase: fix shared library plugin naming on darwindbj4-21/+19
2018-06-04Fix an error in the example of BUILDLINK_TRANSFORMminskim2-3/+3
2018-06-04#include <limits> to fix the build on netbsd-8/amd64.mrg2-1/+14
2018-06-04doc: Updated mail/nmh to 1.7.1nb2leot1-1/+2
2018-06-04nmh: Add mhshow.marker, scan.curses and scan.highlighted to CONF_FILESleot1-2/+5
All of them were accidentally omitted during the nmh-1.6 update on Sep 2014 as part of PR pkg/49166, sorry! (spotted by reading mhshow(1) man page)
2018-06-04gnutls: Bump PKGREVISION for dependency removalwiz1-2/+2
2018-06-04Updated devel/py-uvloop, www/py-django2adam1-1/+3
2018-06-04py-django2: updated to 2.0.6adam2-7/+7
2.0.6: Bugfixes * Fixed a regression that broke custom template filters that use decorators * Fixed detection of custom URL converters in included patterns * Fixed a regression that added an unnecessary subquery to the GROUP BY clause on MySQL when using a RawSQL annotation. * Fixed WKBWriter.write() and write_hex() for empty polygons on GEOS 3.6.1+. * Fixed a regression in Django 1.10 that could result in large memory usage when making edits using ModelAdmin.list_editable
2018-06-04py-uvloop: updated to 0.10.1adam2-7/+7
v0.10.1: Bump Cython from 0.28.2 to 0.28.3. Increase default SSL handshake timeout to 60 seconds. Add ssl_handshake_timeout parameter to loop.create_connection(), loop.create_server(), loop.create_unix_connection(), loop.create_unix_server(), loop.connect_accepted_socket(). Consistently close transports if create_server/create_connection/etc timeout or cancelled.
2018-06-04gnutls: Fix build if devel/autogen package is installedleot1-1/+2
Without including the autogen bl3 if devel/autogen package was installed autogen (the tool) was used but then the build failed because it tried to include <autoopts/options.h> unconditionally. Add `--enable-local-libopts' to CONFIGURE_ARGS to avoid that.
2018-06-04Don't pull pulseaudio by default as MATE supports OSS through gstreamer.youri1-2/+2
2018-06-04Remove autogen dependency and make pkglint happy.youri1-16/+15
2018-06-04Optionalize mate-polkit.youri2-4/+3