Commit graph

256802 commits

Author SHA1 Message Date
wiz
06ac00481e Updated py-freezegun to 0.3.8.
0.3.8
-----

* Bugfix for old-style classes
* Ignore warnings when patching
* Add `move_to` method to change time
2016-11-14 14:26:51 +00:00
wiz
d9af9d30e8 Updated mail/neomutt to 20161104 2016-11-14 14:25:27 +00:00
wiz
d4c840de21 Updated neomutt to 20161104.
2016-11-04  Richard Russon  <rich@flatcap.org>
* Bug Fixes
  - don't crash when the imap connection dies
* Upstream
  - Add root-message function to jump to root message in thread.
  - Updated French translation.
  - Prevent an integer overflow in mutt_mktime() (closes #3880)
  - Fix pager segfault when lineInfo.chunks overflows. (closes #3888)
  - Perform charset conversion on text attachments when piping. (closes #3773) (see #3886)
  - Add a --disable-doc configuration option.
  - Make ncurses and ncursesw header checking the same.
  - Attempt to silence a clang range warning. (closes #3891)
  - Fixed issue from changeset 4da647a80c55. (closes #3892)
  - Define PATH_MAX, it's missing on the GNU Hurd. (closes #3815)
2016-11-14 14:25:17 +00:00
wiz
50167881aa Updated devel/py-pkginfo to 1.4.1 2016-11-14 14:20:03 +00:00
wiz
258ed3508b Updated py-pkginfo to 1.4.1.
1.4.1 (2016-11-07)
------------------

- Packaging only change (invalid sdist bulit for 1.4.0).
2016-11-14 14:19:54 +00:00
wiz
f1b4cde04d Updated devel/py-test to 3.0.4 2016-11-14 14:19:05 +00:00
wiz
74215b786f Updated py-test to 3.0.4.
3.0.4
=====

* Import errors when collecting test modules now display the full traceback (`#1976`_).
  Thanks `@cwitty`_ for the report and `@nicoddemus`_ for the PR.

* Fix confusing command-line help message for custom options with two or more ``metavar`` properties (`#2004`_).
  Thanks `@okulynyak`_ and `@davehunt`_ for the report and `@nicoddemus`_ for the PR.

* When loading plugins, import errors which contain non-ascii messages are now properly handled in Python 2 (`#1998`_).
  Thanks `@nicoddemus`_ for the PR.

* Fixed cyclic reference when ``pytest.raises`` is used in context-manager form (`#1965`_). Also as a
  result of this fix, ``sys.exc_info()`` is left empty in both context-manager and function call usages.
  Previously, ``sys.exc_info`` would contain the exception caught by the context manager,
  even when the expected exception occurred.
  Thanks `@MSeifert04`_ for the report and the PR.

* Fixed false-positives warnings from assertion rewrite hook for modules that were rewritten but
  were later marked explicitly by ``pytest.register_assert_rewrite``
  or implicitly as a plugin (`#2005`_).
  Thanks `@RonnyPfannschmidt`_ for the report and `@nicoddemus`_ for the PR.

* Report teardown output on test failure (`#442`_).
  Thanks `@matclab`_ or the PR.

* Fix teardown error message in generated xUnit XML.
  Thanks `@gdyuldin`_ or the PR.

* Properly handle exceptions in ``multiprocessing`` tasks (`#1984`_).
  Thanks `@adborden`_ for the report and `@nicoddemus`_ for the PR.

* Clean up unittest TestCase objects after tests are complete (`#1649`_).
  Thanks `@d_b_w`_ for the report and PR.
2016-11-14 14:18:55 +00:00
wiz
c76d05ea6d Updated misc/rhash to 1.3.4 2016-11-14 14:10:17 +00:00
wiz
8974244488 Updated rhash to 1.3.4.
Sun Nov  6 2016 Aleksey
	* === Version 1.3.4 ===

Tue Nov 17 2015 Alexey Dokuchaev, Kurt Jaeger
	* Compilation fixes for FreeBSD

Sat Aug  9 2014 Aleksey
	* return non zero exit code if a file was not found
2016-11-14 14:10:04 +00:00
wiz
1968228878 Updated x11/libxkbcommon to 0.7.0 2016-11-14 14:08:27 +00:00
wiz
23fd65bb51 Updated libxkbcommon to 0.7.0.
libxkbcommon 0.7.0 - 2016-11-11
==================

- Added support for different "modes" of calculating consumed modifiers.
  The existing mode, based on the XKB standard, has proven to be
  unintuitive in various shortcut implementations.

  A new mode, based on the calculation used by the GTK toolkit, is added.
  This mode is less eager to declare a modifier as consumed.

- Added a new interactive demo program using the Wayland protocol.
  See the PACKAGING file for the new (optional) test dependencies.

- Fixed a compilation error on GNU Hurd.

- New API:
  enum xkb_consumed_mode
  XKB_CONSUMED_MODE_XKB
  XKB_CONSUMED_MODE_GTK
  xkb_state_key_get_consumed_mods2
  xkb_state_mod_index_is_consumed2
2016-11-14 14:08:17 +00:00
wiz
0e8be431b3 Updated misc/calibre to 2.71.0 2016-11-14 13:57:15 +00:00
wiz
0e4985cdb2 Updated calibre to 2.71.0.
- version: 2.71.0
  date: 2016-10-31

  new features:
    - title: "calibre's tenth birthday edition!"
      description: "calibre was first released (as libprs500) ten years ago today. A big thank you to the entire calibre community -- users, contributors and developers -- for keeping it humming for so long."
      type: major

    - title: "A new set of icons for calibre"
      description: "To celebrate calibre turning ten, calibre now has a brand new set of icons designed from scratch. Note that you can choose between many different icon sets for calibre, including the original icons, from Preferences->Look & Feel->Choose icon theme"
      type: major

    - title: "A short video commemorating the occasion: https://youtu.be/Q95NfFKc0v8"

    - title: "Book details panel: Add a copy all action to the right click menu."
      tickets: [1633477]

  bug fixes:
    - title: "Get Books: Update ebookpoint and woblink store plugins for website changes"

    - title: "Edit Book: When un-marking text auto-change the 'search where' location to what it was before text was marked rather than 'current file'."

    - title: "Automatic adding: Show an error if the user specifies a folder whose name starts with a dot or underscore."
      tickets: [1637021]

    - title: "OS X: Fix a regression that caused incorrect display of the icon in pop-up message boxes when using a Retina display."
      tickets: [1635999]

    - title: "Kobo driver: Fix an error when migrating very old settings"
      tickets: [1635909]

    - title: "Kobo driver: Fix a regression that broke handling of reading status for devices running old 1.9x versions of the Kobo firmware"

    - title: "Edit Book: When using the arrange into folders tool do not change the case of already existing folders in the book."
      tickets: [1633875]

  improved recipes:
    - LWN Weekly
    - Financial Times
    - MIT Technology Review
    - The Hindu
2016-11-14 13:57:04 +00:00
leot
aa03bef791 Updated net/youtube-dl to 20161114.1 2016-11-14 10:45:59 +00:00
leot
cf7f8b7116 Update net/youtube-dl to youtube-dl-20161114.1
Changes:
version 2016.11.14.1

Core
+ [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
* [extractor/common] Fix media templates with Bandwidth substitution pattern in
  MPD manifests (#11175)
* [extractor/common] Improve thumbnail extraction from JSON-LD

Extractors
+ [nrk] Workaround geo restriction
+ [nrk] Improve error detection and messages
+ [afreecatv] Add support for vod.afreecatv.com (#11174)
* [cda] Fix and improve extraction (#10929, #10936)
* [plays] Fix extraction (#11165)
* [eagleplatform] Fix extraction (#11160)
+ [audioboom] Recognize /posts/ URLs (#11149)


version 2016.11.08.1

Extractors
* [espn:article] Fix support for espn.com articles
* [franceculture] Fix extraction (#11140)


version 2016.11.08

Extractors
* [tmz:article] Fix extraction (#11052)
* [espn] Fix extraction (#11041)
* [mitele] Fix extraction after website redesign (#10824)
- [ard] Remove age restriction check (#11129)
* [generic] Improve support for pornhub.com embeds (#11100)
+ [generic] Add support for redtube.com embeds (#11099)
+ [generic] Add support for drtuber.com embeds (#11098)
+ [redtube] Add support for embed URLs
+ [drtuber] Add support for embed URLs
+ [yahoo] Improve content id extraction (#11088)
* [toutv] Relax URL regular expression (#11121)


version 2016.11.04

Core
* [extractor/common] Tolerate malformed RESOLUTION attribute in m3u8
  manifests (#11113)
* [downloader/ism] Fix AVC Decoder Configuration Record

Extractors
+ [fox9] Add support for fox9.com (#11110)
+ [anvato] Extract more metadata and improve formats extraction
* [vodlocker] Improve removed videos detection (#11106)
+ [vzaar] Add support for vzaar.com (#11093)
+ [vice] Add support for uplynk preplay videos (#11101)
* [tubitv] Fix extraction (#11061)
+ [shahid] Add support for authentication (#11091)
+ [radiocanada] Add subtitles support (#11096)
+ [generic] Add support for ISM manifests


version 2016.11.02

Core
+ Add basic support for Smooth Streaming protocol (#8118, #10969)
* Improve MPD manifest base URL extraction (#10909, #11079)
* Fix --match-filter for int-like strings (#11082)

Extractors
+ [mva] Add support for ISM formats
+ [msn] Add support for ISM formats
+ [onet] Add support for ISM formats
+ [tvp] Add support for ISM formats
+ [nicknight] Add support for nicknight sites (#10769)


version 2016.10.30

Extractors
* [facebook] Improve 1080P video detection (#11073)
* [imgur] Recognize /r/ URLs (#11071)
* [beeg] Fix extraction (#11069)
* [openload] Fix extraction (#10408)
* [gvsearch] Modernize and fix search request (#11051)
* [adultswim] Fix extraction (#10979)
+ [nobelprize] Add support for nobelprize.org (#9999)
* [hornbunny] Fix extraction (#10981)
* [tvp] Improve video id extraction (#10585)


version 2016.10.26

Extractors
+ [rentv] Add support for ren.tv (#10620)
+ [ard] Detect unavailable videos (#11018)
* [vk] Fix extraction (#11022)


version 2016.10.25

Core
* Running youtube-dl in the background is fixed (#10996, #10706, #955)

Extractors
+ [jamendo] Add support for jamendo.com (#10132, #10736)
+ [pandatv] Add support for panda.tv (#10736)
+ [dotsub] Support Vimeo embed (#10964)
* [litv] Fix extraction
+ [vimeo] Delegate ondemand redirects to ondemand extractor (#10994)
* [vivo] Fix extraction (#11003)
+ [twitch:stream] Add support for rebroadcasts (#10995)
* [pluralsight] Fix subtitles conversion (#10990)
2016-11-14 10:45:48 +00:00
leot
e064b9628a - mupdf-1.10 (still not released), + youtube-dl-20161114.1 (assign it to myself) 2016-11-14 10:37:19 +00:00
wiz
f431d6b404 + blender-2.78a, calibre-2.71.0, darktable-2.0.7, hiawatha-10.4,
highlight-3.33, include-what-you-use-0.7, libxkbcommon-0.7.0,
  mcookie-2.29, mediainfo-0.7.90, mupdf-1.10, ninja-build-1.7.2,
  ocaml-cppo-1.4.1, p5-DateTime-1.4000, py-cffi-1.9.1, py-freezegun-0.3.8,
  py-pkginfo-1.4.1, py-radare2-1.0.1, py-test-3.0.4, radare2-1.0.1,
  rhash-1.3.4, samba-4.5.1, wine-devel-1.9.22, youtube-dl-20161102.
2016-11-14 10:23:18 +00:00
rillig
addcf91f9d Updated pkgtools/pkglint to 5.4.11 2016-11-14 01:08:33 +00:00
rillig
ebbdc6dad9 Updated pkglint to 5.4.11.
Changes since 5.4.10:

* Replaced regular expression with hand-written matching code, since
  it is 30 times as fast.
* Reduced number of syscalls by remembering os.Lstat results and
  CVS/Entries.
* Reduced number of syscalls by querying the current user only once.
* Added warning for comparing ${PKGSRC_COMPILER} == "clang", which
  should rather be ${PKGSRC_COMPILER:Mclang}.
* Added variable definitions for NOT_PAX_ASLR_SAFE and NOT_PAX_MPROTECT_SAFE.
2016-11-14 01:08:23 +00:00
wiz
ae6be05cf2 Fix packaging by installing pthread-barrier.h unconditionally.
pkgsrc installs all headers independent of OS right now, so this is
just another header in the list.

Feel free to make this more opsys-specific.
2016-11-13 23:45:42 +00:00
kamil
3d3cbd7aba Added wm/wmutils-opt version 0.20161004 2016-11-13 22:06:11 +00:00
kamil
9f9681e7ed Add wm/wmutils-opt 2016-11-13 22:04:51 +00:00
kamil
9d3b107ebf Import wmutils-opt-0.20161004 as wm/wmutils-opt.
wmutils' opt

opt is at set of optional utilities meant to accompany wmutils-core.

Just as the wmutils-core programs, each utility does one job and does it well,
like dealing with window events or names.

opt has less utilities than core, here is a little overview:
 * chwb2 - control two different window borders
 * wew   - print window events
 * wname - print a window's name
 * xmmv  - move a window with the mouse
2016-11-13 22:03:20 +00:00
morr
f20ab117af Note update of net/haproxy 2016-11-13 19:38:03 +00:00
morr
79a5c7238c Add lua option.
Fixes PR pkg/51608.
2016-11-13 19:37:18 +00:00
taca
c5113e8f68 Explicitly disable dtrace on NetBSD/i386 (7.99.*).
Should be fix PR pkg/51613.
2016-11-13 16:03:31 +00:00
taca
eb7780b911 Trying to move common configuration to common place. 2016-11-13 15:14:19 +00:00
jdolecek
fbce554b02 fix the test for <poll.h>/<sys/poll.h> - use _OPSYS_INCLUDE_DIRS instead
of assuming /usr/include; this fixes compilation of net/socat,
which has broken !HAVE_POLL code
2016-11-13 11:06:40 +00:00
mef
66083555c2 Updated devel/py-dialog to 3.4.0 2016-11-13 10:55:12 +00:00
mef
82cf66a98a Updated devel/py-dialog to 3.4.0
--------------------------------
2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Release 3.4.0

        README.rst: link to the blessings library, add link to ncurses home page

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Add 'week_start' common option, mapped to dialog's --week-start option

        * The value may be an integer or a string (cf. dialog's man page for
        more details).

        * Using this requires dialog 1.3-20160126 or later.

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Update copyright notices and demo version

        Fix typo

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Doc build: suppress warnings about :option:`--unknown-option` references

        * The documentation contains many references to dialog options. These
        are not defined in the pythondialog Manual, which with recent Sphinx
        (>= 1.3 or something like that) causes a lot of warnings. Fortunately,
        these can be suppressed (specifically for unknown option references)
        with 'suppress_warnings' in conf.py starting from Sphinx 1.4.0.

        * This is what this commit does. Alternatively, the option references
        could be replaced with dumb markup such as ``--unknown-option``.

2016-05-07  Florent Rougon  <f.rougon@free.fr>

        Add demo example for Dialog.editbox_str()

2016-05-06  Florent Rougon  <f.rougon@free.fr>

        Add Dialog.editbox_str()

        * dialog.py (Dialog.editbox_str): new method. It is a convenience
        wrapper around Dialog.editbox() that automatically creates and deletes a
        temporary file containing the initial box contents which is passed as a
        string (Dialog.editbox() needs it in a file).

2016-01-28  Florent Rougon  <f.rougon@free.fr>

        Fix bug in demo.py when /etc/passwd is inexistent

        * examples/demo.py (MyApp.editbox_demo): display a message when
        /etc/passwd is inexistent instead of raising an exception (trying to
        display the result, which doesn't exist).
2016-11-13 10:52:28 +00:00
tsutsui
dee7d1b344 Updated multimedia/adobe-flash-plugin11 to 11.2.202.644 2016-11-13 06:07:38 +00:00
tsutsui
1beabe56c2 Update adobe-flash-plugin11 to 11.2.202.644.
Upstream announcement:

 https://helpx.adobe.com/security/products/flash-player/apsb16-37.html

Adobe Security Bulletin

Security updates available for Adobe Flash Player

Release date: November 8, 2016

Vulnerability identifier: APSB16-37

CVE number: CVE-2016-7857, CVE-2016-7858, CVE-2016-7859, CVE-2016-7860,
 CVE-2016-7861, CVE-2016-7862, CVE-2016-7863, CVE-2016-7864, CVE-2016-7865

Platform: Windows, Macintosh, Linux and Chrome OS
2016-11-13 06:05:07 +00:00
wen
e3f31cc0e9 Updated databases/p5-DBIx-Class-Schema-Loader to 0.07046 2016-11-13 03:41:43 +00:00
wen
790d8a20f6 Update to 0.07046
Upstream changes:
0.07046  2016-09-05
        - Introspect view definitions for PostgreSQL, MySQL, Oracle,
          Firebird, and InterBase.
        - When a file's md5sum was wrong but no other content in the file had
          changed, it would not be rewritten even when overwrite_modifications
          was true. Fixed by Dave Rolsky. GH #8.
2016-11-13 03:40:30 +00:00
wen
b98ef978c9 Updated databases/p5-DBIx-Class-Helpers to 2.033002 2016-11-13 03:35:58 +00:00
wen
92e9db8016 Update to 2.033002
Upstream changes:
2.033002  2016-10-31 16:03:23-07:00 America/Los_Angeles
 - Fix ::ProxyResultSetMethod to work when calling ->update
   (Thanks for the report Ryan Voots!)
 - Fix a number of warnings induced by upcoming DBIC (Thanks ribasushi!)
2016-11-13 03:34:29 +00:00
wen
bd85dab2af Updated devel/p5-Log-Any to 1.045 2016-11-13 01:52:44 +00:00
wen
0995924fa7 Update to 1.045
Upstream changes:
1.045     2016-11-11 21:52:46-06:00 America/Chicago

    - No changes from previous (trial) release 1.044

1.044     2016-11-06 15:30:35-06:00 America/Chicago (TRIAL RELEASE)

    [Fixed]

    - Imported log object can now be called anything instead of just
      `$log`. This means `use Log::Any '$LOG'` or `use Log::Any '$foo'`
      now work.

1.043     2016-11-03 21:31:18-05:00 America/Chicago (TRIAL RELEASE)

    [Fixed]

    - Objects that overload stringification are now stringified
      correctly (instead of run through Data::Dumper). Thanks @mephinet!
2016-11-13 01:51:40 +00:00
wen
8f663d300e Updated mail/p5-Email-Simple to 2.211 2016-11-13 01:48:45 +00:00
wen
3097b7d78b Update to 2.211
Upstream changes:
2.211     2016-11-12 09:39:09-05:00 America/New_York
        - fix a fencepost error in headers and header_names that led to a
          spurious undef in return and to a warning (thanks, Pali Roh獺r)
2016-11-13 01:47:32 +00:00
wen
ffc36b7f4a Updated time/p5-DateTime to 1.40 2016-11-13 01:44:35 +00:00
wen
7fb4ccf8c2 Update to 1.40
Upstream changes:
1.40   2016-11-12

- Switched from RT to the GitHub issue tracker.
2016-11-13 01:43:28 +00:00
leot
977ae013d7 Updated audio/glyr to 1.0.10 2016-11-12 17:12:58 +00:00
leot
dc07cb3fa2 Update audio/glyr to glyr-1.0.10
Changes:
The license of glyr changed from GPLv3 to LGPLv3 (See also #82).
Additionally the lyricswiki provider was fixed (thanks @bugdone)
and quite some typos were fixed (thanks @emillon).

There are more broken providers, but sadly I lack the time/motivation to
maintain glyr on a regular base.
Therefore I would happily pass the development of glyr to a new maintainer.
Please mail me if you are interested.
2016-11-12 17:12:22 +00:00
taca
f602916538 Note update of www/typo3_62 package to 6.2.28. 2016-11-12 16:19:15 +00:00
taca
3039c3cbac Update typo3_62 to 6.2.28.
2016-11-01  c423e5b                  [RELEASE] Release of TYPO3 6.2.28 (TYPO3 Release Team)
2016-11-01  94ec146  #78494,#76542   [BUGFIX] Prevent installation of incompatible extensions (Benni Mack)
2016-10-27  cf20781  #73156          [BUGFIX] FrontendContentAdapterService replaces LF chars before concat (Daniel Neugebauer)
2016-10-25  d262000  #78418          [TASK] splitFunctionalTests.sh in 6.2 (Christian Kuhn)
2016-10-25  c01ccd3  #78368          [BUGFIX] Fix reference count when ref_table is sys_file (Wouter Wolters)
2016-10-25  4f5926a  #78408          [TASK] Remove failing test in IntegerValidatorTest (Anja Leichsenring)
2016-10-21  953119f  #76901          [BUGFIX] Reset SYS/exceptionalErrors in live preset (Benni Mack)
2016-10-13  44aa8dc  #77956          [BUGFIX] Prevent exception due to missing id in the language menu (Xavier Perseguers)
2016-10-12  59f7404  #78021          [BUGFIX] Exception with cHashIncludePageId but no id in the URL (Dmitry Dulepov)
2016-09-30  0aa80a6  #78102          [BUGFIX] Incorrect cHash generation may cause 404 on any page (Dmitry Dulepov)
2016-09-23  5b6f9fc  #77877          [BUGFIX] Correct show configuration in newContentElement wizard (Nicole Cordes)
2016-11-12 16:17:36 +00:00
taca
9957d3dda2 Bump BUILDLINK_ABI_DEPENDS since older dovecot2-pigeonhole dose not work
with 2.2.26.0.
2016-11-12 16:15:12 +00:00
taca
ff72a44921 Add build problem on NetBSD 7.0_STABLE at least. 2016-11-12 16:12:08 +00:00
taca
daf7c700f2 Note update of lang/php* packages:
lang/php56	5.6.28
	lang/php70	7.0.13
	lang/php71	7.1.0rc6
2016-11-12 15:47:35 +00:00
taca
ce4c115ad0 Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00