Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 23:16:51 UTC Now

2014-09-08 09:12:50 UTC MAIN commitmail json YAML

Explicitly pass --cpu=amd64 for MACHINE_ARCH=x86_64, fixes build on SunOS.

(jperkin)

2014-09-08 08:52:06 UTC MAIN commitmail json YAML

Remove file from PLIST that is not installed (see PR 49173).

(wiz)

2014-09-08 08:49:39 UTC MAIN commitmail json YAML

(Upstream update) 3.7.2rc1 to 3.7.2
http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2014-August/010453.html
------------------
we've finished testing our latest bugfix release; UHD Version 3.7.2 is
now available. It is tagged at
https://github.com/EttusResearch/uhd/tree/release_003_007_002.

Since the last release candidate, we actually fixed an issue with phase
alignment in the X300 for MIMO configurations, among a few other things,
and the binaries for X300 were updated again (B200 images were already
updated in the release candidate). Of course, you have access to all the
binaries through our download utility.

3.7.2 Changelog:
* Fixed X300 phase alignment issues
* Fixed CMake 2.6 incompatibility issues
* EEPROM burner improvements
* Properly flushing PCIe chain on device to prevent stale data.
* Adjusted bus clock rate in FPGA to improve timing.
* Fixed issue where FPGA would fail to load FPGA image over PCIe.
* Fixed incompatibility issue with USRP2 FPGA burner utility.
* Fixed issue where ZPU would report empty NMEA strings from GPSDO.
* Updated some functions to no longer use deprecated Boost calls.
* Fixed issue where libusb would declare 'connection refused'.
* Fixed Windows library package naming.
* Updated documentation.
* Fixed reversed TX / RX colors in X300 LED indicators.
* DBSRX2 now works properly with X300 / X310.
* Updated include files to build on older distros of Linux.
* Fixed issue with 'item32' type converter from GNU Radio.
* Fixed issue where channels on B210 would occasionally not be
phase-aligned.
* Fixed problem causing channels on B210 to swap between runs.
* Fixed issue in N-Series devices causing scaling error @ 50 MSps.
* The B200 / B210 now generates an internal PPS if none is provided.
* Improved performance on PCIe for X300.
* B200 / B210 properly reports clock rate (issue with float comparison).
* Fixed issue with filter selection in B200 that caused loss of RX power.
* Removed ref lock check from X300 where it wasn't necessary.

(mef)

2014-09-08 08:44:54 UTC MAIN commitmail json YAML

Add a comment explaining why we need to force --with-libiconv=gnu for
the ICONV_TYPE=gnu case.  Suggested by wiz.

(jperkin)

2014-09-08 08:42:03 UTC MAIN commitmail json YAML

Fix distinfo to use new DISTNAME.

(jperkin)

2014-09-08 08:33:59 UTC MAIN commitmail json YAML

Put back CONFIGURE_ARGS.gnu-iconv, it is required for the ICONV_TYPE=gnu
case to avoid conflicts between the native libiconv and iconv.h from GNU
libiconv and ensure only GNU libiconv is used.  Discussed with prlw1.

(jperkin)

2014-09-08 07:16:28 UTC MAIN commitmail json YAML

2014-09-08 07:12:05 UTC MAIN commitmail json YAML

Import uhd-3.7.2rc1 as ham/uhd.

[USRP-users] [UHD-3.7.2-rc1] Release Candidate Announcement
http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2014-July/010219.html

UHD is the free & open-source software driver and API for the
Universal Software Radio Peripheral (USRP(TM)) SDR platform,
created and sold by Ettus Research, LLC.

UHD supports all Ettus Research USRP(TM) hardware, including
all motherboards and daughterboards, and the combinations
thereof.

(mef)

2014-09-07 23:25:15 UTC MAIN commitmail json YAML

2014-09-07 23:24:56 UTC MAIN commitmail json YAML

Update to latest stable, 1.7.2.4, which is supposed to resolve CVE-2014-0019.
patches/patch-aa seems to have been committed upstream. Passing readline
location to configure and fixing CCOPTS in Makefile.in seems to not be
necessary anymore. From CHANGES:

####################### V 1.7.2.4:

corrections:
LISTEN based addresses applied some address options, e.g. so-keepalive,
to the listening file descriptor instead of the connected file
descriptor

make failed after configure with non gcc compiler due to missing
include.

configure checked for --disable-rawsocket but printed
--disable-genericsocket in the help text.

In xioshutdown() a wrong branch was chosen after RECVFROM type addresses.
Probably no impact.

procan could not cleanly format ulimit values longer than 16 decimal
digits. Thanks to Frank Dana for providing a patch that increases field
width to 24 digits.

OPENSSL-CONNECT with bind option failed on some systems, eg.FreeBSD, with
"Invalid argument"

Changed some variable definitions to make gcc -O2 aliasing checker happy

On big endian platforms with type long >32bit the range option applied a
bad base address.

Red Hat issue 1022070: missing length check in xiolog_ancillary_socket()

Red Hat issue 1022063: out-of-range shifts on net mask bits

Red Hat issue 1022062: strcpy misuse in xiosetsockaddrenv_ip4()

Red Hat issue 1022048: strncpy hardening: corrected suspicious strncpy()
uses

Red Hat issue 1021958: fixed a bug with faulty buffer/data length
calculation in xio-ascii.c:_xiodump()

Red Hat issue 1021972: fixed a missing NUL termination in return string
of sysutils.c:sockaddr_info() for the AF_UNIX case

fixed some typos and minor issues, including:
Red Hat issue 1021967: formatting error in manual page

UNIX-LISTEN with fork option did not remove the socket file system entry
when exiting. Other file system based passive address types had similar
issues or failed to apply options umask, user e.a.

porting:
Red Hat issue 1020203: configure checks fail with some compilers.
Use case: clang

Performed changes for Fedora release 19

Adapted, improved test.sh script

Red Hat issue 1021429: getgroupent fails with large number of groups;
use getgrouplist() when available instead of sequence of calls to
getgrent()

Red Hat issue 1021948: snprintf API change;
Implemented xio_snprintf() function as wrapper that tries to emulate C99
behaviour on old glibc systems, and adapted all affected calls
appropriately

Mike Frysinger provided a patch that supports long long for time_t,
socklen_t and a few other libc types.

Artem Mygaiev extended Cedril Priscals Android build script with pty code

The check for fips.h required stddef.h

Check for linux/errqueue.h failed on some systems due to lack of
linux/types.h inclusion.

autoconf now prefers configure.ac over configure.in

type of struct cmsghdr.cmsg is system dependend, determine it with
configure; some more print format corrections

docu:
libwrap always logs to syslog

added actual text version of GPLv2

####################### V 1.7.2.3:

security:
CVE-2014-0019: socats PROXY-CONNECT address was vulnerable to a buffer
overflow with data from command line (see socat-secadv5.txt)

(rodent)

2014-09-07 23:01:23 UTC MAIN commitmail json YAML

Updated chat/telepathy-glib to 0.24.1

(prlw1)

2014-09-07 23:00:55 UTC MAIN commitmail json YAML

Update telepathy-glib to 0.24.1

telepathy-glib 0.24.1 (2014-08-25)
==================================

Fixes:

* base-client: fix potential uninitialized variable bug (Guillaume)
* Fix a potential crash in contact-list example (fd.o #79006, Guillaume)

telepathy-glib 0.24.0 (2014-03-26)
==================================

The "space Tolkien" release.

Fixes since 0.23.3:

* don't leak every D-Bus method call result, a regression in 0.23.1 (Simon)

telepathy-glib 0.23.3 (2014-03-18)
==================================

This is the release candidate for the future 0.24.0 stable release.

Enhancements:

* TpProtocol gained API to access to its immutable properties as a
  GVariant. (fd.o #55108, Guillaume)

* TpCallStream and TpCallContent now inherit the factory from their
  TpCallChannel. (fd.o #76168, Guillaume)

Fixes:

* fix a memory leak when cleaning up TpProxy "prepare" requests
  (fd.o #76000, Simon)

* fix a memory leak for paths to contacts' avatar data (fd.o #76000, Simon)

* fix crashes in TpFileTransferChannel with GLib 2.39 (fd.o #72319, Xavier)

* fix some paths memory leaks (fd.o #76119, Guillaume)

* tp_list_connection_managers_async() now terminates properly if there is no
  CM installed. (fd.o #68892, Guillaume)

telepathy-glib 0.23.2 (2014-02-26)
==================================

Enhancements:

* TpBaseConnection now has an "account-path-suffix" property
  (fd.o #74030, Xavier)

* New high level TpAccountChannelRequest API, including tubes, Conference and
  SMSChannel. (fd.o #75450, Guillaume)

* 'TargetHandleType: None' is now automatically added when requesting a
  channel with TpAccountChannelRequest if no handle type has been defined.
  (fd.o #75450, Guillaume)

telepathy-glib 0.23.1 (2014-02-04)
==================================

The "undead space elves" release.

Dependencies:

* GLib 2.36 or later is required

Deprecations:

* TpPresenceMixin: optional arguments are deprecated, apart from a
  string named "message". This matches our current D-Bus API.

Enhancements:

* tp_protocol_normalize_contact_async(),
  tp_protocol_identify_account_async(), and high-level API for
  the Protocol Addressing and Presence interfaces (fd.o #71048, Simon)

* More accessors for TpPresenceStatusSpec, which is now a boxed type
  (fd.o #71048, Simon)

* tp_connection_manager_param_dup_variant_type() (fd.o #71093, Simon)

* Better debug output (fd.o #68390, #71048; Simon)

Fixes:

* In the examples, specifically ask for "TelepathyGlib-0.12" (this API
  version), not Telepathy 1.0 (fd.o #49737, Simon)

* Improve tests' isolation from the real session bus (Xavier)

* Fix a critical warning for each new connection under GLib 2.39
  (fd.o #72303, Xavier)

* Fix some possible crashes in file transfer channels, particularly
  under GLib 2.39 (fd.o #72319, Xavier)

* Correct tp_account_request_set_avatar documentation (Xavier)

* Fix a TpConnection reference-leak in TpBaseClient (Guillaume)

telepathy-glib 0.23.0 (2013-10-28)
==================================

We no longer guarantee compatible upgrades within a development (odd) branch,
see README for details.

Dependencies:

* GLib 2.34 or later is required.

Enhancements:

* Spec 0.27.3
  - added Conn.I.Sidecars1
  - added Conn.I.Renaming
  - added CD.I.Messages1

* TpAccount::avatar-changed signal (fd.o #52938, Guillaume)

* tp_value_array_free: equivalent of g_value_array_free but does not provoke
  deprecation warnings from GLib (fd.o #69849, Simon)

* tp_account_is_prepared and tp_account_manager_is_prepared are now deprecated
  (Guillaume)

Fixes:

* tp_contact_set_attributes: don't warn on genuinely absent interfaces
  (fd.o #68149, Simon)

* channel-group: don't crash if no message has been provided (Guillaume)

telepathy-glib 0.22.0 (2013-10-02)
==================================

The "don't starve" release.

This is a new stable branch, recommended for use with GNOME 3.10.

Fixes since 0.21.2:

* When an avatar is downloaded, announce the change to the avatar token
  immediately; if the avatar changes from A to B while we're still doing the
  asynchronous file saving, don't set A as the new avatar when it has been
  saved. Regression in 0.21.2. (fd.o #70010, Simon)

* Don't crash if the AccountManager returns an incorrect type for the
  Avatar (fd.o #69849, Simon)

Significant changes since the previous stable branch, 0.20.x:

* tp_connection_get_self_contact() now returns NULL if the contact's
  connection has been invalidated, in order to break a reference cycle

* Avatars are saved to the cache asynchronously

* TpBaseConnection implements SelfID, SelfContactChanged according to
  telepathy-spec 0.27.2

* TpAccount:uri-schemes property, with change notification requiring
  Mission Control 5.15+

telepathy-glib 0.21.2 (2013-09-24)
==================================

The "always another thing" release.

Enhancements:

* Writing avatars into cache now uses asynchronous I/O. (fd.o #63402;
  Luca Versari, Chandni Verma, Simon McVittie)

* telepathy-spec 0.27.2
  - add SelfID, SelfContactChanged

* tp_dbus_properties_mixin_dup_all() is now public (fd.o #69283, Simon)

* TpBaseProtocol now lists Presence.Statuses as an immutable
  property. (fd.o #69520, Guillaume)

* TpBaseConnection: Implement SelfID and SelfContactChanged as defined in
  spec 0.27.2. (Xavier)

* The inspect-cm example now inspects all CMs if run without arguments
  (fd.o #68390, Simon)

Fixes:

* Don't crash if GetContactInfo() fails (fd.o #46430, Guillaume)

* Fix a race condition that could result in telepathy-haze protocol support
  not being detected (fd.o #67183, Simon)

* Fix documentation for tp_connection_get_self_handle (Emilio)

* Make TpHeap work correctly with GComparator functions that return
  values outside {-1, 0, 1} (fd.o #68932, Debarshi Ray)

* Examples have been updated to use more recent API (Simon)

* Better debug-logging (fd.o #68390, Simon)

telepathy-glib 0.21.1 (2013-06-20)
==================================

The "imperative tense" release.

Fixes:

* Fix a wrong introspection annotation on tp_debug_client_get_messages_finish()
  that would lead to use-after-free (fd.o #65518, Simon)

* Isolate regression tests better (fd.o #63119, Simon)

* Explicitly annotate tp_account_update_parameters_finish()'s
  'unset_parameters' argument to be a NULL-terminated string array. It was
  previously incorrectly inferred to be a string, for some reason. (wjt)

* Always flag delivery reports with Non_Text_Content. (fd.o #61254, wjt)

* Don't announce legacy Group channels twice (fd.o #52011; Jonny, Simon)

* Don't crash if a broken connection manager signals a TLSCertificate
  with no CertificateChainData, just invalidate the channel
  (fd.o #61616, Guillaume)

* Adjust regression tests so we can distcheck under Automake 1.13,
  and various other build-system updates (fd.o #65517, Simon)

telepathy-glib 0.21.0 (2013-04-03)
==================================

The "if only it was JS code" release.

This starts a new development branch.

Enhancements:

# Code-generation now copes with ${PYTHON} being set to Python 3
  (e.g. "./configure PYTHON=python3" on Debian); Python 2 remains
  fully supported (fd.o #56758, Simon)

# Add uri-schemes property on TpAccount, with notify::uri-schemes
  emitted if using a recent AcountManager like Mission Control 5.15 or
  later (Guillaume)

Fixes:

# Remove the pkg-config dependency from .pc files (Will)

# Don't emit the NewChannels signal twice for the obsolete ContactList GROUP
  channels (fd.o #52011, Simon)

# Fix refcycle preventing TpConnection objects to be freed. This theoretically
  introduce a behaviour change of tp_connection_get_self_contact() that now
  returns NULL when the connection as been invalidated. (fd.o #63027, Xavier)

Deprecations:

# tp_g_key_file_get_int64, tp_g_key_file_get_uint64 (use the corresponding
  functions from GLib >= 2.26)

(prlw1)

2014-09-07 21:53:41 UTC MAIN commitmail json YAML

Set nrpath correctly in the case where there is no RPATH at all.  Fixes
issues seen on NetBSD.

(jperkin)

2014-09-07 21:39:08 UTC MAIN commitmail json YAML

Updated audio/libopenmpt to 0.2.4259beta7

(wiz)

2014-09-07 21:38:59 UTC MAIN commitmail json YAML

2014-09-07 21:09:17 UTC MAIN commitmail json YAML

2014-09-07 21:08:22 UTC MAIN commitmail json YAML

Added converters/hs-aeson version 0.7.0.6

(szptvlfn)

2014-09-07 21:07:53 UTC MAIN commitmail json YAML

Import aeson-0.7.0.6 as converters/hs-aeson,
packaged for wip.

A JSON parsing and encoding library optimized for ease of use and high
performance.
To get started, see the documentation for the Data.Aeson module.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)

(szptvlfn)

2014-09-07 20:49:00 UTC MAIN commitmail json YAML

Updated print/cups to 1.7.5

(wiz)

2014-09-07 20:48:51 UTC MAIN commitmail json YAML

Update to 1.7.5. Remove missing patch from distinfo.

CHANGES IN CUPS V1.7.5

- Security: Addressed some more situations where symlinked files would
  be served by the web interface (STR #4455)
- The LPD backend did not work with some versions of glibc (STR #4452)
- CGI scripts did not work (STR #4454)
- The cupsd.conf man page did not list the ErrorPolicy directive
  (STR #4457)
- Updated the Brazilian Portuguese translation (STR #4456)

(wiz)

2014-09-07 20:43:58 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.0.58

(wiz)

2014-09-07 20:43:49 UTC MAIN commitmail json YAML

Update to 1.0.58:

CHANGES IN V1.0.58

- pdftoraster: Changed ICC profile get function to accept a
  PPD fallback profile.
- pdftoraster: Fixed handling of cupsColorSpaces 18,19,20.
- rastertopdf: Added test feature to force color management if
  "profile=" option is specified.
- rastertopdf: Grayscale color conversion now properly inverts
          bits.
- rastertopdf: Code cleanup for prepare_pdf_page().
- rastertopdf: Implemented basic 8bit->8bit color space
  conversions.
- rastertopdf: Added black point compensation.
- rastertopdf: Added handling of color rendering intent.
- gstoraster, imagetoraster, pdftoraster, rastertopclx,
  rastertopdf, foomatic-rip: Use color management functions in
  libcupsfilters.
- libcupsfilters: Modified code formatting and documentation in
  the color management functions.
- libcupsfilters: Fixed string handling and added debug log
          messages in the color management functions.
- libcupsfilters: Fixed Adobe RGB matrix for proper rendering
          (transpose)
- libcupsfilters: Moved color management functions from the
  individual filters to the libcupsfilters library.

CHANGES IN V1.0.57

- rastertopclx: Fixed implicit declaration of
          colord_get_inhibit_for_device_id.
- Build system: Explicitly link to libm as -lm was dropped
          from cups-config --libs.
- libcupsfilters, foomaticrip, gstoraster, imagetoraster,
          pdftoraster, rastertopclx, rastertopdf: Handle absence of
          colord or D-Bus gracefully (Ubuntu bug #1356405).

CHANGES IN V1.0.56

- rastertopdf: Some code polishing and removal of now unneeded
  functions
- rastertopdf: Reduced color space handling to only
  PWG-supported color spaces
- rastertopdf: Added colorspace calibration function; included
  optional "/Alternate" PDF key for ICC profile embedding
- rastertopdf: Colorspace sRGB now embeds srgb icc profile;
  implemented ICC Profile embedding (PDF 1.3 spec)
- rastertopdf: Added basic color calibration
- rastertopdf: Implemented ICC Profile creation code for IPP
  Everywhere (from PWG raster)
- pdftoraster: Added colord handling of ICC profiles
- kmdevices.cpp/.h: Added interface for Kolor Manager
- cups-browsed: Do not consider a remote CUPS queue as raw if
  the TXT record is NULL as for queues broadcasted by the
  legacy CUPS method the TXT record does not exist. Now
  consider a queue with NULL TXT record only as raw if the
  domain entry is not empty (which tells that the queue is
  Bonjour-broadcasted (Bug #1223).
- cups-browsed: Do also not mark a discovered printer as
  already provided by another server when the other server's
  queue has "unconfirmed" status. Mark the other queue with
  "disappeared" or "unconfirmed" status as duplicate of the
  discovered printer so that the new queue for the discovered
  printer does not get removed when the entry for the other
  queue times out.

CHANGES IN V1.0.55

- pdftopdf: Fixed manual duplex by adding a blank page to evn
          pages if the total number of pages of the document is
          odd. Otherwise the last page of the document would stay in
          the input tray. This fixes also a side effect as the set of
          even pages reducing to a zero page job if the job consists
          of only one page, making Poppler's pdftops error out (Ubuntu
          bug #1340435).
- cups-browsed: Do not mark a discovered printer as already
          provided by another server when the other server's queue has
          "disappeared" status. This queue can be from the same server
          before it changed its name.
- cups-browsed: Do not create a local queue pointing to a
  remote raw queue (Ubuntu bug #1335211).
- foomatic-rip, imagetoraster, pdftoraster, rastertopclx,
  rastertopdf: Added colord "device_inhibit" support for
  color-managed filters.
- foomatic-rip: Let it also build correctly on systems which
  already provide the strlcat() and strlcpy() functions, like
  Mac OS X. Thanks to Matt Broughton for reporting this
  (bug #1215).
- bannertopdf: Added support for PPD-less printing, especially
  one gets a useful test page with PPD-less queues now.
- bannertopdf: Fixed "Printer Location" and "Driver Version"
  entries on the test page/the banners.
- bannertopdf: Added new PDF template files which contain the
  text strings appropriate to the banners, before the banners
  were all equal, without text. Thanks to Johannes Meixner
  from SUSE/Novell for this fix (Bug #1209).
- bannertopdf: Fixed Makefile to mark it dependent on
  libfontembed.la. Thanks to Tim Waugh from Red Hat for the
  patch (Red Hat bug #1106101).
- pstopdf: Use "grep -E" instead of "grep -P" as the latter
  generates executable code and executes it, requiring
  "execmem" privileges which could be not available in some
  security policies. Thanks to Tim Waugh from Red Hat for the
  patch (Red Hat bug #1079534).
- foomatic-rip: NetBSD does not provide a mkstemps() function,
  use appropriate workaround then (Bug #1211).
- cups-browsed: Reorder inclusion of headers for compatibility
  with NetBSD (Bug #1212).
- pdftoraster: Fixed segfault caused by introduction of
  "no-color-management" option (Bug #1214).
- libcupsfilters: Let cupsRasterParseIPPOptions() also accept
  "pwg-raster-document-type" settings with hyphen between
  color space name and color depth.

(wiz)

2014-09-07 20:34:08 UTC MAIN commitmail json YAML

Updated games/py-trueskill to 0.4.3

(wiz)

2014-09-07 20:33:59 UTC MAIN commitmail json YAML

2014-09-07 20:32:43 UTC MAIN commitmail json YAML

Updated devel/py-tortoisehg to 3.1.1

(wiz)

2014-09-07 20:32:34 UTC MAIN commitmail json YAML

Update to 3.1.1:

Bug Fixes

    annotate: ignore double-click of margin next to the last line
    (fixes #3877)
    cmdcore: allow to change output device of null command session
    (fixes #3864 - RuntimeError on detect outgoing changes to empty
    path)
    filectxactions: do not try 3-way diff if p2 is explicitly
    selected
    (fixes #3854 - "Diff to parent" options only diff to the left
    parent)
    graph: fix AssertionError when generating family lined graph
    (fixes #3892)
    hgignore: disable auto-default of all buttons (fixes #3889)
    repomodel: make sure to render labels by using the same font
    as view
    status: do not set "remove filter" button as auto-default (fixes
    #3876)
    sync: outgoing {node} might be prefixed with white space
    (fixes #3872 - missing first outgoing node if authentication
    required)
    wctxcleaner: do not report branch change as dirty working
    directory
    (refs #3822 - allow backout, graft, merge and rebase onto new
    branch)
    win32ill: suppress KeyboardInterrupt while shutting down
    message-loop thread

Improvements

    merge: add link to review a merge
    wctxactions: add "Edit Rejects" action that opens RejectsDialog
    (closes #3838)

Installer

    update hg-git to current tip (c68edf83bfbc), fixes SSH issue
    (#3862)
    pyre2 is now bundled, for must improved regexp performance

(wiz)

2014-09-07 20:28:51 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.6.2

(wiz)

2014-09-07 20:28:42 UTC MAIN commitmail json YAML

Update to 2.6.2:

2.6.2
-----------

- Added function pytest.freeze_includes(), which makes it easy to embed
  pytest into executables using tools like cx_freeze.
  See docs for examples and rationale. Thanks Bruno Oliveira.

- Improve assertion rewriting cache invalidation precision.

- fixed issue561: adapt autouse fixture example for python3.

- fixed issue453: assertion rewriting issue with __repr__ containing
  "\n{", "\n}" and "\n~".

- fix issue560: correctly display code if an "else:" or "finally:" is
  followed by statements on the same line.

- Fix example in monkeypatch documentation, thanks t-8ch.

- fix issue572: correct tmpdir doc example for python3.

- Do not mark as universal wheel because Python 2.6 is different from
  other builds due to the extra argparse dependency.  Fixes issue566.
  Thanks sontek.

(wiz)

2014-09-07 20:27:24 UTC MAIN commitmail json YAML

Updated time/py-pytz to 2014.7

(wiz)

2014-09-07 20:27:15 UTC MAIN commitmail json YAML

Update to 2014.7:

2004-07-25

    - Improved localtime handling, and added a localize() method enabling
      correct creation of local times.

(wiz)

2014-09-07 20:26:02 UTC MAIN commitmail json YAML

Updated devel/py-py to 1.4.24

(wiz)

2014-09-07 20:25:53 UTC MAIN commitmail json YAML

Update to 1.4.24:

1.4.24
==================================================

- Fix retrieving source when an else: line has an other statement on
  the same line.

- add localpath read_text/write_text/read_bytes/write_bytes methods
  as shortcuts and clearer bytes/text interfaces for read/write.
  Adapted from a PR from Paul Moore.

(wiz)

2014-09-07 20:25:13 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.9.7

(wiz)

2014-09-07 20:25:03 UTC MAIN commitmail json YAML

Update to 2014.9.7:

2014.9.7 - 2014-09-07
* Fix ``unicode``/``type`` error in memory leak unit-test.
* Feature #16: Remove ``install_deps.py``.
* Feature #17: Add status badges via pypin.
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
* Feature #19: Bring ``html2text`` to a separate module and take out the ``conf``/``constant`` variables.
* Feature #21: Remove meta vars from ``html2text.py`` file header.
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.

(wiz)

2014-09-07 20:23:30 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.13

(wiz)

2014-09-07 20:23:20 UTC MAIN commitmail json YAML

Update to 0.18.13:

ver 0.18.13 (2014/08/31)
* protocol
  - don't change song on "seekcur" in random mode
* decoder
  - dsdiff, dsf: fix endless loop on malformed file
  - ffmpeg: support ffmpeg/libav version 11
  - gme: fix song duration
* output
  - alsa: fix endless loop at end of file in dsd_usb mode
* fix state file saver
* fix build failure on Darwin

(wiz)

2014-09-07 20:19:05 UTC MAIN commitmail json YAML

Updated converters/help2man to 1.46.2

(wiz)

2014-09-07 20:18:55 UTC MAIN commitmail json YAML

Update to 1.46.2:

Version 1.46 July 7, 2014

  * Add German, Ukranian and Polish translations of info documentation.
  * Add Hungarian and Norwegian Bokmaal translations.

(wiz)

2014-09-07 20:17:39 UTC MAIN commitmail json YAML

Updated devel/global to 6.3.2

(wiz)

2014-09-07 20:17:29 UTC MAIN commitmail json YAML

Update to 6.3.2:

Version 6.3.2 - September 4 2014

[CHANGES]
New facilities:
o Pygments plug-in parser by Yoshitaro MAKISE.
  By this parser, you can apply gtags(1) to wide variety of programming
  languages supported by Pygments. The method of plug-in is very simple.
  See 'plugin-factory/PLUGIN_HOWTO.pygments' for details.
  It should mention especially that Pygments plug-in parser can treat both
  definitions and references using Exuberant Ctags together.

(wiz)

2014-09-07 20:14:23 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.2.20140901

(wiz)

2014-09-07 20:14:12 UTC MAIN commitmail json YAML

Update to 1.2.20140901:

2014/09/01
+ add configure check for groff, needed for html/ps/pdf output.
+ update configure-script macros:
  + CF_ACVERSION_CHECK - work around another gratuitous incompatibility
    introduced in 2.69
  + CF_ADD_CFLAGS - workaround for ash-shell, e.g., with Minix
  + CF_ADD_LIBS - filter out duplicates
  + CF_CURSES_FUNCS - improve workaround for weak-linkage, seems to fix
    tests with NetBSD 6.1
  + CF_INTEL_COMPILER - clean up the -no-gcc option which was leftover
    from testing.
  + CF_LIB_SUFFIX - change suffix for AIX shared libraries to ".so".
  + CF_MAKEFLAGS - workaround for GNU make 4.0 incompatibility with
    previous releases.
  + CF_XOPEN_SOURCE - add cases for Minix, UnixWare and improve the
    workaround for Solaris.
+ improve comparison in compare_cache() function, in case difference
  between pointers does not fit in int's.
+ updated de.po, es.po, hu.po, lv.po from
http://translationproject.org/latest/dialog/
+ update config.guess, config.sub

(wiz)

2014-09-07 17:56:44 UTC MAIN commitmail json YAML

2014-09-07 14:19:22 UTC MAIN commitmail json YAML

+ cups-filters-1.0.58, dialog-1.2.20140901, global-6.3.2,
  help2man-1.46.2, musicpd-0.18.13, py-html2text-2014.9.7,
  py-py-1.4.24, py-pytz-2014.7, py-test-2.6.2, py-tortoisehg-3.1.1,
  py-trueskill-0.4.3, x264-devel-20140906.

(wiz)

2014-09-07 12:46:31 UTC MAIN commitmail json YAML

Update mksh to R50b, prodded by tg.

Changelog:
R50b is a recommended bugfix release:

* [Ypnose] Fix operator description in the manpage
* [tg] Change all mention of “eglibc” to “glibc”, it is merged back
* [Colona] Fix rare infinite loop with invalid UTF-8 in the edit buffer
* [tg] Make more clear when a shell is interactive in the manpage
* [tg] Document that % is a symmetric remainder operation, and how to
  get a mathematical modulus from it, in the manpage
* [tg, Christopher Ferris, Elliott Hughes] Make the cat(1) builtin also
  interruptible in the write loop, not just in the read loop, and avoid
  it getting SIGPIPE in the smores function in dot.mkshrc by terminating
  cat upon user quit
* [tg] Make some comments match the code, after jaredy from obsd changed
  IFS split handling
* [tg] Fix some IFS-related mistakes in the manual page
* [tg] Document another issue as known-to-fail test IFS-subst-3
* [tg] Improve check.pl output in some cases
* [tg, Jb_boin] Relax overzealous nameref RHS checks

R50 is a recommended bugfix release:

* [tg] Fix initial IFS whitespace not being ignored when expanding
* [tg] MKSH_BINSHREDUCED no longer mistakenly enables brace expansion
* [tg] Explain more clearly Vi input mode limitations in the manpage
* [tg] Improve error reporting of the check.pl script (which needs a
  maintainer since I don’t speak any perl(1), really), for lewellyn
* [tg] Use $TMPDIR in test.sh for scratch space
* [tg, Polynomial-C] Check that the scratch space is not mounted noexec
* [pekster, jilles, tg] Use termcap(5) names, not terminfo(5) names, in
  tput(1) examples, for improved portability (e.g. to MidnightBSD)
* [tg] Avoid C99 Undefined Behaviour in mirtoconf LFS test (inspired by
  Debian #742780)
* [tg] Fix ${!foo} for when foo is unset
* [tg] Improve nameref error checking (LP#1277691)
* [tg] Fix readonly bypass found by Bert Münnich
* [Ryan Schmidt] Improved system reporting for Mac OS X
* [nDuff] Explain better [[ extglob handling in the manpage
* [tg] Remove arr=([index]=value) syntax due to regressions
* [tg] IFS-split arithmetic expansions as per POSIX 201x
* [OpenBSD] Add more detailed Authors section to manpage
* [tg] Fix set ±p issue for good: drop privs unless requested
* [tg] Improve signal handling and use a more canonical probing order
* [tg] Fix return values $? and ${PIPESTATUS[*]} interaction with set -o
  pipefail and COMSUBs
* [enh] Detect ENOEXEC ELF files and use a less confusing error message
* [tg] Update to Unicode 7.0.0
* [tg] Shut up valgrind in the $RANDOM code
* [tg] Use -fstack-protector-strong in favour of -fstack-protector-all
* [tg] Fix access-after-free crash spotted by Enjolras via IRC

(bsiegert)

2014-09-07 12:34:28 UTC MAIN commitmail json YAML

Updated net/p5-Net to 1.27

(wiz)

2014-09-07 12:34:19 UTC MAIN commitmail json YAML

Update to 1.27:

libnet 1.27  -- Fri May 30 2014

  * Simplified Makefile.PL requirements.

libnet 1.26  -- Fri May 30 2014

  * Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that all
    parameters used are supported, to save jumping through hoops to support
    earlier versions.  (This should not be a problem since ExtUtils::MakeMaker
    6.64 is easily installed into Perl 5.8.1 and above, that being the whole
    point of the new choice of minimum supported Perl version.)
  * Set minimum required Perl version to 5.8.1.  This is in line with the
    minimum requirement of the "Perl Toolchain".

libnet 1.25  -- Tue Feb 04 2014

  * Fix Net::FTP::pasv_wait() not handling errors from Net::Cmd::reponse()
    [bergner@cs.umu.se; resolves CPAN RT#50420]
  * Make inheritance from Net::Cmd clearer in the documentation [Resolves CPAN
    RT#72889]
  * Set timeout for data connection creation in Net::FTP [Oleg G; resolves CPAN
    RT#78926]
  * Stop Net::Domain::domainname() from giving out warnings in android [Brian
    Fraser]

libnet 1.24  -- Mon Jan 06 2014

  * Fix incorrect handling of CRLF in Net::FTP [Willem Monsuw�; resolves CPAN
    RT#41642/62029]
  * POD fixes [Dominic Hargreaves; resolves CPAN RT#91761]

(wiz)

2014-09-07 12:31:12 UTC MAIN commitmail json YAML

Updated graphics/p5-Image-ExifTool to 9.70

(wiz)

2014-09-07 12:31:04 UTC MAIN commitmail json YAML

Update to 9.70:

Sept. 3, 2014 - Version 9.70 (production release)

  - Added read support for Pentax 645Z makernotes in MOV videos
  - Added a new Canon LensType (thanks Norbert Wasser)
  - Added a new SonyModelID (thanks LibRaw)
  - Added a new Pentax LensType (thanks Dominique Schrekling)
  - Added a new PentaxModelID
  - Added a new Olympus CameraType (thanks LibRaw)
  - Updated Nikon ISOExpansion values for new models (thanks LibRaw)
  - Decode a number of new Sony tags and values (thanks Jos Roost)
  - Decode a new Panasonic tag
  - Decode another QuickTime tag
  - Improved verbose dump for LFP images
  - Patched to repair incorrect list types in XMP structures when writing
  - Patched to avoid MPEG Layer 3 check for files with a "MUS" extension
  - Fixed incorrect behaviour of -addTagsFromFile when adding list items from
    multiple variable-named source files

July 27, 2014 - Version 9.69

  - Added ability to write PNG PhysicalPixel (PNG-pHYs) tags
  - Added a few new Panasonic ContrastMode values
  - Added minor warning when creating EXIF or IPTC in PNG images
  - Decode a few more Sony tags and values (thanks Jos Roost)
  - Fixed problem writing Olympus:LensType
  - API Changes:
      - Shift.pl now autoloads when ShiftTime() is called
      - The 3rd argument to ShiftTime() is now optional

July 19, 2014 - Version 9.68

  - Added read support for Lytro LFP files
  - Added a new Olympus LensType (thanks Niels Kristian Bech Jensen)
  - Added support for the maker notes of some recent Ricoh/Pentax models
  - Allow Composite tag to have no Require'd or Desire'd tags
  - Improved -geotag verbose output
  - Changed so XMP tags take priority when reading QuickTime-format files
  - Changed PSD file description to "Photoshop Document"
  - Fixed problem where -geotag option could fail if -v4 was used
  - Fixed problem writing SonyDateTime2

July 6, 2014 - Version 9.67

  - Added support for Sigma X3F version 4.0 files from the DP2 Quattro
  - Added support for Sony XAVC video files
  - Added a new Nikon PhaseDetectAF value
  - Added conversion for Casio EX-ZR300 BestShotMode (thanks Manfred)
  - Decode more proprietary information from some Panasonic/Leica MP4 videos
  - Fixed inaccuracies in decoding some SigmaRaw tags from the X3F header

July 1, 2014 - Version 9.66

  - Added read support for Kodak PixPro S-1 maker notes
  - Added new Canon, Pentax and Sigma LensTypes (thanks LibRaw for the Canon)
  - Added support for Sigma DP2 Quattro maker notes
  - Decode AFMicroAdj for Sony A77M2
  - Improved decoding of Pentax K-3 AFPointSelected (thanks Dan)
  - Swap "GPS track start/end" labels in -geotag -v2 output if track is stored
    in reverse chronological order
  - Changed handling of IPTC groups so that standard IPTC always has a family 1
    group name of "IPTC", and takes priority over non-standard IPTC when
    duplicates are not allowed
  - Patched to recognize incorrect XMP URI's written by Nikon NX2
  - Fixed problem with possible duplication of lens names when attempting to
    identify lens used by a Nikon camera from a Photoshop-mangled image
  - Fixed problem parsing some NMEA sentences, and added support for GPZDA
  - Fixed typo in a CanonCustom value
  - Fixed bug where standard IPTC may be incorrectly written into a proprietary
    PhotoMechanic IPTC-format SoftEdit record

June 20, 2014 - Version 9.65

  - Added a new Olympus LensType (thanks Niels Kristian Bech Jensen)
  - Added a print conversion for Unknown ICC_Profile MeasurementGeometry
  - Added LargeTags shortcut
  - Avoid loading data for some tags with large binary data values if they were
    specifically excluded by the command
  - Improved memory handling when processing CanonVRD information
  - Patched potential "subscript -1" runtime error when reading EPS files

June 14, 2014 - Version 9.64

  - Added write-only TestName tag for dry-run tests of file renaming feature
  - Added a few new Olympus CameraType values
  - Added a new new Nikon LensID's
  - Added a new Canon LensType
  - Patched to avoid structure warnings when copying tags from ZIP-based files
  - Patched to deal with incorrect byte ordering in FlashPix date/time values
    written by some cameras
  - Fixed problem using advanced formatting feature in a -if condition
  - Fixed problem parsing Canon VignettingCorr for some newer PowerShot models
  - API Changes:
      - Added 'Test' option to SetFileName()

May 31, 2014 - Version 9.63

  - Added basic read support for EPUB and MOBI electronic books
  - Added ability to combine -lang option with -listx to extract only one language
  - Remove leading XML comment from XMP if it exists when writing as a block
  - Another attempt to patch problem obtaining a consistent "full path" for
    source files when importing a CSV database in Windows

May 24, 2014 - Version 9.62

  - Added message about SourceFile names to -v2 output when importing a database
    with -csv= or -json=
  - Added patch to allow extraction of some incorrectly written FlashPix tags
  - Extract a couple of new FlashPix tags for some FujiFilm models
  - Decode a number of new Sony tags (thanks Jos Roost)
  - Changed -n option for GPSTimeStamp to return nanosecond precision

May 18, 2014 - Version 9.61

  - Added ability to combine -l with -listf, -listr or -listwf to add
    descriptions of the file type
  - Added a few new Canon LensType values (thanks Norbert Wasser and Mark)
  - Extract AE metering segments again for the Pentax K-3
  - Decode a number of new FujiFilm RAF tags (thanks LibRaw)
  - Decode a number of new Sony tags (thanks Jos Roost)
  - Changed the case of some AF point values for consistency
  - Fixed an incorrect Olympus FocusMode value
  - Fixed problem introduced in 9.60 where a "LensID argument isn't numeric"
    warning could occur under some conditions
  - Fixed quirk where ExifTool could incorrectly report that a file was changed
    when conditionally deleting a non-existent tag as a block

(wiz)

2014-09-07 12:29:38 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-CheckLib to 1.02

(wiz)

2014-09-07 12:29:30 UTC MAIN commitmail json YAML

Update to 1.02:

1.02    2014-08-30      Remove .exe when it run on cygwin.

(wiz)

2014-09-07 12:28:57 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Name to 0.12

(wiz)

2014-09-07 12:28:48 UTC MAIN commitmail json YAML

Update to 0.12. Add missing dependency.

0.12      2014-09-04 07:28:59Z
    - fix licence in LICENSE and pod

0.11      2014-08-20 04:44:25Z (TRIAL RELEASE)
    - move variable declaration to fix warning under
      -Werror=declaration-after-statement, to allow compilation under MSVC
      (J.R.Mash, github #3)

0.10      2014-08-16 00:46:35Z (TRIAL RELEASE)
    - converted distribution packaging to Dist::Zilla

(wiz)

2014-09-07 12:28:01 UTC MAIN commitmail json YAML

Added devel/p5-Devel-CheckBin version 0.02

(wiz)

2014-09-07 12:27:50 UTC MAIN commitmail json YAML

+ p5-Devel-CheckBin

(wiz)

2014-09-07 12:27:31 UTC MAIN commitmail json YAML

Import p5-Devel-CheckBin-0.02 as devel/p5-Devel-CheckBin.

Devel::CheckBin is a perl module that checks whether a particular
command is available.

(wiz)

2014-09-07 12:26:44 UTC MAIN commitmail json YAML

2014-09-07 12:24:14 UTC MAIN commitmail json YAML

Updated devel/p5-MooX-Types-MooseLike to 0.27

(wiz)

2014-09-07 12:24:06 UTC MAIN commitmail json YAML

Update to 0.27:

0.27 - 2014-08-19
    - Fix tests to not use package B (haarg)

0.26 - 2014-08-18
    - Bugfix for recent versions of Moo changing error messages (skaufman)

(wiz)

2014-09-07 12:22:53 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Method-Modifiers to 2.11

(wiz)

2014-09-07 12:22:45 UTC MAIN commitmail json YAML

Update to 2.11:

2.11      2014-08-16 05:21:30Z
        - add documentation for modifying multiple methods at once (mannih,
          github #2)

2.10      2014-03-04 19:04:00Z
        - installation switched to using only ExtUtils::MakeMaker, to allow
          for use on perl 5.6

2.09      2013-12-14 18:08:35Z
        - refresh configure_requires checking in generated Makefile.PL; new
          CONTRIBUTING file; updated tests (compile test now only runs for
          authors; check-deps test replaced by information-only report-prereqs
          test)

2.08      2013-10-11 00:30:32Z
        - remove requirement on perl 5.8 in metadata
        - repository migrated to the github moose organization
        - remove t/00-check-deps.t, which fails on old toolchains that do not
          understand configure_requires

2.07      2013-09-22 22:09:32Z
        - removed dependency on Test::Warnings in tests (now reserved for
          author testing)
        - now packaged with a Build.PL (for Module::Build::Tiny), and a
          Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on
          invocation)

2.06      2013-09-17 19:43:09Z
        - packaging the dist again with EUMM rather than MBT

2.05      2013-09-11 03:50:28Z
        - Support for handling lvalue methods (Graham Knop)
        - convert to building with Dist::Zilla

2.04    2013-03-30
        - Remove erroneous perl 5.8 requirement

2.03    2013-02-02
        - New build to fix missing files in inc/

2.02    2013-02-01
        - Dist improvements (Karen Etheridge)

2.01    2013-01-27
        - Test for and fix $_ corruption (Vladimir Timofeev)

(wiz)

2014-09-07 12:21:47 UTC MAIN commitmail json YAML

Updated devel/p5-Devel-GlobalDestruction to 0.13

(wiz)

2014-09-07 12:21:39 UTC MAIN commitmail json YAML

Update to 0.13:

0.13 - 2014-08-16
  * include README
  * include minimum perl version 5.6 in metadata

(wiz)

2014-09-07 12:21:02 UTC MAIN commitmail json YAML

Updated devel/p5-strictures to 1.005005

(wiz)

2014-09-07 12:20:54 UTC MAIN commitmail json YAML

Update to 1.005005:

1.005005 - 2014-08-16
  - include minimum perl version in metadata

(wiz)

2014-09-07 12:20:19 UTC MAIN commitmail json YAML

Updated devel/p5-IO-CaptureOutput to 1.11.03

(wiz)

2014-09-07 12:20:10 UTC MAIN commitmail json YAML

Update to 1.11.03:

1.1103    2014-02-27 19:54:14-05:00 America/New_York

    [FIXED]

    - Fixed rt.cpan.org #71775: test failure on non-threaded Win32 perls

    [CHANGED]

    - Updated metadata, repo and bugtracker

    - Switched distribution management to Dist::Zilla

(wiz)

2014-09-07 12:19:12 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-clean to 0.25

(wiz)

2014-09-07 12:19:04 UTC MAIN commitmail json YAML

Update to 0.25:

    [0.25]
        - Fix incorrect ExtUtils::CBuilder detection routine leading to
          Makefile.PL crashes when EU::CB is not available

(wiz)

2014-09-07 12:18:07 UTC MAIN commitmail json YAML

Updated devel/p5-B-Hooks-EndOfScope to 0.13

(wiz)

2014-09-07 12:17:58 UTC MAIN commitmail json YAML

Update to 0.13. Add some missing dependencies.

0.13      2014-01-07 21:17:39Z
  - Variable::Magic added as a runtime recommendation for greater visibility
    (RT#89245)
  - fixed broken logic in compiler detection on older perls
  - fixed inaccurate repository metadata

(wiz)

2014-09-07 12:16:12 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 2.08

(wiz)

2014-09-07 12:16:03 UTC MAIN commitmail json YAML

Update to 2.08:

version 2.08: Fri Sep  5 15:29:52 CEST 2014

Fixes:
- fix test t/40mojo.t which mojo is not installed
  rt.cpan.org#98639 [Chris]

Improvements:
- remove dependency on Scalar::Util
- documentation fixes

version 2.07: Fri Sep  5 12:08:06 CEST 2014

Fixes:
- MIME::Type::equals() did cmp not eq

Improvements:
- new httpAccept() wth tests in t/21accept.t
- new httpAcceptBest() and httpAcceptSelect() with tests
  in t/22accbest.t
- add MojoX::MIME::Types with tests in t/40mojo.t
- now depends on List::Util and Scalar::Util

(wiz)

2014-09-07 12:15:10 UTC MAIN commitmail json YAML

Updated archivers/par2 to 0.6.10

(wiz)

2014-09-07 12:15:02 UTC MAIN commitmail json YAML

2014-09-07 09:37:46 UTC MAIN commitmail json YAML

2014-09-07 07:50:19 UTC MAIN commitmail json YAML

2014-09-07 07:35:15 UTC MAIN commitmail json YAML

Fix on OS X Tiger. From Sevan Janiyan in PR 49178.

(wiz)

2014-09-06 22:42:42 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-LibBuilder to 0.06

(wiz)

2014-09-06 22:42:34 UTC MAIN commitmail json YAML

Update to 0.06:

0.06    Sun Aug 31 21:02:44 WEST 2014
        - Fixed metadata for metacpan (thanks to Gabor Szabo).

0.05    Sun Aug 31 13:44:44 WEST 2014
        - Added metadata for metacpan.

(wiz)

2014-09-06 21:29:54 UTC MAIN commitmail json YAML

Updated sysutils/bup to 0.26

(wiz)

2014-09-06 21:29:45 UTC MAIN commitmail json YAML

Update to 0.26:

This release doesn't include anything as significant as the metadata
support added in 0.25, but it has quite a few bug fixes and internal
improvements, in addition to these notable changes:

  - When --meta is specified to the fuse command, instead of generic
    data, the originally saved mode, uid, git, atime, mtime, and ctime
    will be reported for the archive paths.

  - When --browser is specified to the web command, a browser window
    will be opened for the repository.

  - The -x/--xdev/--one-filesystem options now include the mountpoint
    itself in the traversal (matching rsyc, tar, etc.).

  - Empty lines in --exclude-rx-from files will be ignored.
    Previously they would cause all paths to be excluded.

  - The index and restore commands now support --exclude-rx-from.

  - Relative filesystem --excludes like "--exclude bar" should now
    work.  Previously --excludes had to be absolute.

  - The drecurse command now supports --exclude-rx and
    --exclude-rx-from.

  - The --compress option should now work for remote repositories.

  - Streams saved via "bup split" will now show up as a single file
    named "data" at the top level of the VFS, instead of as a subtree
    (i.e. when examined via ftp, ls, and fuse).

  - The ls command now supports -n, -A, -F, --file-type,
    --numeric-ids, and detailed -l options.

  - The save dates are now taken from the corresponding git commit's
    author date, not the committer date.

  - The tornado server, required by the web command, is no longer
    included.  See the README for installation instructions.

Note that the metadata support is still somewhat immature.  For
example, we still need to add better support for cross-filesystem-type
save/restore (which is too noisy), etc.

Please give this release a try and let us know what's broken.  If
you're new to bup, start with the README (and then HACKING if you'd
like to help further):

  https://github.com/bup/bup/blob/master/README.md
  https://github.com/bup/bup/blob/master/HACKING

  http://anonscm.debian.org/gitweb/?p=users/rlb/bup.git;a=blob;f=README.md;hb=refs/heads/master
  http://anonscm.debian.org/gitweb/?p=users/rlb/bup.git;a=blob;f=HACKING;hb=refs/heads/master

And although I probably sound like a broken record -- while we expect
bup to work fairly well, I still don't recommend it as your sole
backup strategy.  I'd still suggest a periodic
tar/rsync/etc. backstop.

(wiz)

2014-09-06 21:21:33 UTC MAIN commitmail json YAML

2014-09-06 21:20:34 UTC MAIN commitmail json YAML

Added textproc/hs-attoparsec version 0.12.1.2

(szptvlfn)

2014-09-06 21:20:06 UTC MAIN commitmail json YAML

Import attoparsec-0.12.1.2 as textproc/hs-attoparsec,
packaged for wip by pho.

A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.

(szptvlfn)

2014-09-06 20:02:09 UTC MAIN commitmail json YAML

Updated archivers/par2 to 0.6.8

(wiz)

2014-09-06 20:01:58 UTC MAIN commitmail json YAML

Update to 0.6.8 (not yet 0.6.9 due to issues with bup).
Changes: bugfixes, speedups, more tests.

(wiz)

2014-09-06 16:57:51 UTC MAIN commitmail json YAML

Ensure we iterate over the RPATH in search order, rather than relying on
awk array iteration which could result in the wrong library being chosen.

Fixes issue seen with GCC 4.9 where the libgcc from the main GCC package
was found first and caused errors, even though the RPATH correctly had
the gcc49-libs version listed first.

(jperkin)

2014-09-06 16:09:34 UTC MAIN commitmail json YAML

Updated mail/nmh to 1.6

(schnoebe)

2014-09-06 16:08:36 UTC MAIN commitmail json YAML

2014-09-06 16:07:43 UTC MAIN commitmail json YAML

Fixes PR pkg/49166

Contributed by: Leonardo Taccari <iamleot@gmail.com>

Update mail/nmh to 1.6.

Changes:
The biggest changes in this release are in the arena of MIME handling.
Specifically relating to MIME composition and display.  On the
composition front, mhbuild(1) will now automatically be run by send(1)
for all drafts.  Specifically, mhbuild is now run with the new -auto
flag, which will suppress the processing of mhbuild directives and cause
mhbuild to silently exit if the draft is already MIME-formatted.  When
invoking mhbuild manually via the "mime" command at the WhatNow? prompt,
mhbuild will behave as before and process mhbuild directives.

In both cases (automatic and manual invocation) mhbuild will encode email
headers according to RFC-2047 rules.  Mhbuild also will use RFC 2231
encoding rules for MIME parameters when appropriate.  In addition, the
attach system has been substantially reworked; the new header name is
now "Attach" (to better align with other MUA behavior) and cannot be
changed by the end-user.  The existing "attach" command simply adds
the filename(s) to the draft in new Attach: headers, and the actual
file processing is done by mhbuild; this attachment processing will
take place in either automatic or manual mode.

On the display front, mhshow(1) will now automatically convert text
into the user's native character set using iconv, if nmh was built
with iconv support.  Also, mhshow will now by default only display
text content that was not marked as an attachment.  By default all
displayed content wll be run under one pager, as opposed to individual
pagers for each part as was in the past.  Non-displayed parts will be
indicated using a marker string, which can be customized by a new
mh-format(5) string.

All nmh utilites now understand RFC 2231-encoded MIME parameters and
will automatically convert the encoded parameters into the native
character set, when appropriate (again, assuming nmh was built with
iconv support).

In other changes, sequence files are now locked using transactional
locks: locks that are held across sequence file reading, modification,
and writing.  The locking algorithm used for spool files and nmh data
files is now runtime configurable.

For people that struggle with mh-format(5) files, a new utility for testing
them has been developed: fmttest(1).  It includes the ability to trace the
execution of format instructions.

For users that wish to use Unix utilities on their mail, a new utility
to transform MIME messages to more easily-digestable format is now
available: mhfixmsg(1).  It supports a number of options to control
the message transformation.

For users of spost(8), the support for spost has been rolled into post(8)
under a new sendmail/pipe MTS.  A shell script emulating the old behavior
of spost has been provided.

(schnoebe)

2014-09-06 15:31:32 UTC MAIN commitmail json YAML

Updated devel/glibmm to 2.40.0

(wiz)

2014-09-06 15:31:23 UTC MAIN commitmail json YAML

Update to 2.40.0:

2.40.0 (stable):

* VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY value.
  (Murray Cumming)
* gmmproc: Small improvement of enum documentation
  (Kjell Ahlstedt)
* Windows Update the visual Studio build files.
  (Chun-wei Fan)

2.39.93 (unstable):

Glib:
* Keyfile: Add save_to_file().
  (Murray Cumming)
* Add VariantDict.
  (Murray Cumming)
* Variant: Remove the now-unnecessary local g_variant_parse_error_quark().
  (Murray Cumming) Bug #727554 (Antoine Jacoutot)

Gio:
* Application: Add the handle-local-options signal.
* ApplicationCommandline: Add get_options_dict().
* Settings: Add get_user_value() and get_default_value().
  (Murray Cumming)
* Socket: Add get/set_option().
  (Murray Cumming)
* TlsInteraction: Add invoke_request_certificate(),
  request_certificate(), request_certificate_async() and
  request_certificate_finish().
  (Murray Cumming)

Build:
* h2def.py:
  - Handle *_DEPRECATED_IN_* and AVAILABLE_IN_* with 0 digits.
  - Also strip *_DEPRECATE_IN_*_FOR () without a space.
  (Murray Cumming)
* Visual Studio Projects: Update giomm Projects.
  (Chun-wei Fan)

2.39.92 (unstable):

Gio:
* Application: Add add_main_option_entry() and add_option_group().
  (Murray Cumming)

Documentation:
* Glib::ustring: Say more clearly that it must be only UTF-8.
  (Kjell Ahlstedt) Bug #681560 (vurentjie)

Build:
* win32: Surround content_type_get_symbolic_icon() with ifdefs.
  (Giuseppe Penone)

2.39.91 (unstable):

Documenation:
* Improve Gio::Socket documentation.
  (Tomasz Jankowski, Murray Cumming)

2.39.3 (unstable):

Gio
* Action:
  - Add parse_detailed_name() and parse_detailed_name_variant().
    (Kjell Ahlstedt)
  - Fix activate(const Glib::Variant<T_Value>& value).
    (Kjell Ahlstedt) Bug #722896
* MenuModel: Add signal_items_changed()
  (Kjell Ahlstedt)
* MemoryInputStream: Add add_data() taking a sigc::slot,
  with a test.
  (Kjell Ahlstedt) Bug #609946 (Daniel Elstner)
* MenuModel: Add signal_items_changed()
  (Kjell Ahlstedt)
* Add Notification.
  (Kjell Ahlstedt) Bug #722896.

Documentation:
* Fix some doxygen warnings.
  (Kjell Ahlstedt)
* Don't change NULL to 0 in docs, when it's part of a longer name.
  (Kjell Ahlstedt)
* OptionContext: Add API documentation based on the C docs.
  (Murray Cumming)

2.39.3 (unstable):

* Documentation improvements.
  (Kjell Ahlstedt)
* Fix a test on IPv6 systems.
  (Adam Sampson)

(wiz)

2014-09-06 14:58:41 UTC MAIN commitmail json YAML

+ calibre-2.2.0, gtk3-3.12.0, libunistring-0.9.4,
  py-django-1.7, stella-4.1, wine-devel-1.7.26.

(wiz)

2014-09-06 14:57:25 UTC MAIN commitmail json YAML

Updated net/p5-Net-OAuth to 0.28

(wiz)

2014-09-06 14:57:15 UTC MAIN commitmail json YAML

Update to 0.28:

0.28  Fri, 06 Jan 2012 05:51:04 UTC
    Added HMAC-SHA256 support

(wiz)

2014-09-06 14:56:20 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-Format-Mail to 0.4010

(wiz)

2014-09-06 14:56:10 UTC MAIN commitmail json YAML

Update to 0.401:

0.401  2014-05-03

- Fix the tests to accomodate the new 1-digit format for days of month
  before the tenth. Thanks to Dagfinn Ilmari Manns奪ker for the patch.

- add some more sample dates to t/sample_dates
  and run one test per sample date in t/sample.t

0.400  2014-04-13

- New maintainer - Philippe Bruhat (BooK)

- Now depends on DateTime 0.18. RT #74580.

- Moved POD tests to the release stage.

- format_datetime() now uses 1-digit numbers for day of month < 10.
  Dates with unrecognized timezones lead to the creation of a DateTime
  object with a floating timezone.
  UTC is now formatted as +0000, floating is formatted as -0000.
  RT #94556.

- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.

(wiz)

2014-09-06 14:53:37 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Requires to 0.08

(wiz)

2014-09-06 14:53:28 UTC MAIN commitmail json YAML

Update to 0.08:

0.08 2014-07-16T00:21:22Z

    - Switch to EUMM.

(wiz)

2014-09-06 14:52:31 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ReadLine to 1.24

(wiz)

2014-09-06 14:52:23 UTC MAIN commitmail json YAML

Update to 1.24:

1.24  2014-03-23
- fix not to make the PerlIO layer empty for Perl 5.8.9 or
          before. [rt.cpan.org #59832]
- update Pod document assuming the use of Pod::Simple::HTMLBatch.
- t/00checkver.t: not to use 'display-readline-version') and "use
  Test;"
- INSTALL: add "(Install) Using Package" section.

1.23  2014-03-20
- add description of the pager command bug in Perl debugger
  which causes segementation fault [rt.perl.org #121456]
- fix not to clobber binmode layer (utf-8) on filehandles [rt.cpan.org #59832]
- support UTF-8 input as compatible with Term::ReadLine
  - Now Term::ReadLine::Gnu requires perl 5.8.0 or above
- define Term::ReadLine::Gnu::ornaments method [rt.cpan.org #93614]
- Makefile.PL: Fix the URL of the bug-tracker [rt.cpan.org #93680]
- eg/perlsh: POD syntax fix. [rt.cpan.org #93895]
- README: add note for bug-tracker
- INSTALL: update "1.3 Trouble Shooting"

(wiz)

2014-09-06 14:51:04 UTC MAIN commitmail json YAML

2014-09-06 14:50:45 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Lite to 2.04

(wiz)

2014-09-06 14:50:34 UTC MAIN commitmail json YAML

Update to 2.04:

* v2.04

Minor documentation fixes and explanation of the proposed split into
legacy/trunk branches. No code changes from 2.03_02.

* v2.03_02

The uploads have had a minor change which may solve the windows size
difference failures. More diagnostics were added to the failures if it
does not.

* v2.03_01

The test multi-part upload data in the test suite has been fixed to have
the correct (CRLF) line terminators. These tests should now pass for
Microsoft users.

The documentation has been amended to reflect the change of maintainer.

* v2.03 - May 25, 2014

Maintainer change: Pete Houston has taken over maintenance from Smylers.

A test suite has been created.

BUG FIX: Cleared up some uninitialised value warnings emitted when query
strings are missing an entire key-value pair eg: "&foo=bar" (issue
38448).

BUG FIX: If the user calls parse_form_data as a class method without a
query string, the method now gives up early and silently
(issue 6180).

BUG FIX: In form-data uploads, the boundary string was not properly
escaped and therefore would not match when it contained
metacharacters (issue 29053).

BUG FIX: The content type for url-encoded forms now matches on the MIME
type only, so additional charset fields are allowed (issues 16236,
34827 and 41666).

BUG FIX: Leading/trailling whitespace is now stripped from cookie names
and values.

BUG FIX: Cookies now no longer need to be separated by whitespace.
Commas can now be used as separators too. (issue 32329).

BUG FIX: The semicolon is now a permitted delimiter in the query string
along with the ampersand (issue 8212).

(wiz)

2014-09-06 14:50:32 UTC MAIN commitmail json YAML

Updated www/py-bottle to 0.12.7

(wen)

2014-09-06 14:49:47 UTC MAIN commitmail json YAML

Updated www/py-bottle to 0.12.7

(wen)

2014-09-06 14:49:41 UTC MAIN commitmail json YAML

Update to 0.77:

Version 0.77 --  2014-08-05

  o re-release to remove build artifacts that should not have been shipped

Version 0.76 --  2014-08-05

  o On Android, set TMPDIR before calling configure (RT#97680, Brian Fraser)

Version 0.75 --  2014-07-17

  o deprecated APIs removed (chansen)
  o broken PP implementation removed (chansen)
  o retooled distribution so FCGI.pm and FCGI.xs exist as-is, rather than
    being generated by FCGI.PL and FCGI.XL (chansen)

(wiz)

2014-09-06 14:48:40 UTC MAIN commitmail json YAML

Updated textproc/p5-YAML to 1.11

(wiz)

2014-09-06 14:48:29 UTC MAIN commitmail json YAML

Update to 1.11. Add some test dependencies.

1.11 Fri Aug 29 20:08:20 PDT 2014
- Apply 139. @ehuelsmann++

1.10 Thu Aug 28 22:53:26 PDT 2014
- Apply 138. @ehuelsmann++

1.09 Tue Aug 19 16:41:13 PDT 2014
- Replace tabs with spaces

1.08 Mon Aug 18 10:21:48 PDT 2014
- Dep on Test::YAML 1.05

1.07 Mon Aug 18 08:40:01 PDT 2014
- Apply 8 from shlomif++. Add doc examples for YAML::Any.

1.06 Sat Aug 16 16:51:08 PDT 2014
- Change testdir to t

1.05 Sat Aug 16 13:03:28 PDT 2014
- Meta 0.0.2

1.04 Sat Aug 16 04:28:10 PDT 2014
- Eliminate spurious trailing whitespace

1.03 Sat Aug 16 03:32:35 PDT 2014
- Eliminate File::Basename from test/

1.02 Fri Aug 15 21:09:54 PDT 2014
- Add t/000-compile-modules.t

1.01 Thu Aug  7 14:48:24 PDT 2014
- Dep on patched Test::YAML

1.00 Thu Aug  7 00:35:21 PDT 2014
- Fix bad encoding in Pod

0.99 Wed Aug  6 17:55:42 PDT 2014
- Switch to external Test::Base

0.98 Wed Jul 30 12:32:25 PDT 2014
- Fix indexing of YAML::Any
- Change IRC to irc.perl.org#yaml

0.97 Wed Jul 16 23:37:04 PDT 2014
- Move remaining docs to Swim

0.96 Sun Jul 13 22:54:08 PDT 2014
- Fix Metadata and add Contributing file
- Change Kwim to Swim

0.95 Sat Jun 14 10:32:08 PDT 2014
- Fix dumping blessed globs.

0.94 Sat Jun 14 10:32:08 PDT 2014
- Skip a failing test on 5.8 introduced in 0.93

0.93 Fri Jun 13 22:32:18 PDT 2014
- Switch to Zilla::Dist
- Add badges to doc
- @thorsteneckel++ fixed #18
- @karenetheridge++ fixed #19

(wiz)

2014-09-06 14:47:27 UTC MAIN commitmail json YAML

Update to 0.12.7

Upstream changes:
RELEASE 0.12

New SimpleTemplate parser implementation * Support for multi-line code blocks (<% ... %>). * The keywords include and rebase are functions now and can accept variable template names.
The new BaseRequest.route() property returns the Route that originally matched the request.
Removed the BaseRequest.MAX_PARAMS limit. The hash collision bug in CPythons dict() implementation was fixed over a year ago. If you are still using Python 2.5 in production, consider upgrading or at least make sure that you get security fixed from your distributor.
New ConfigDict API (see Configuration (DRAFT))

(wen)

2014-09-06 14:46:12 UTC MAIN commitmail json YAML

Added textproc/p5-Test-YAML version 1.05

(wiz)

2014-09-06 14:46:00 UTC MAIN commitmail json YAML

+ p5-Test-YAML.

(wiz)

2014-09-06 14:45:49 UTC MAIN commitmail json YAML

Import p5-Test-YAML-1.05 as textproc/p5-Test-YAML.

Test::YAML is a subclass of Test::Base with YAML specific support.

(wiz)

2014-09-06 14:40:56 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Tar to 2.00

(wiz)

2014-09-06 14:40:47 UTC MAIN commitmail json YAML

Update to 2.00:

2.00  15/06/2014 (TINITA)
- Fix ptargrep for problems on MSWin32

1.98  14/06/2014 (TINITA)
- ptardiff and ptargrep should use prefix if defined

(wiz)

2014-09-06 14:39:40 UTC MAIN commitmail json YAML

Updated net/p5-NetAddr-IP to 4.075

(wiz)

2014-09-06 14:39:31 UTC MAIN commitmail json YAML

Update to 4.075:

4.075 Wed Jun 11 11:41:17 PDT 2014
make CPAN happy with new rev number

4.074 Wed Jun 11 09:36:10 PDT 2014
In Lite.pm v1.54,
change input filter for resolvable hostnames
to allow the underscore character
Thanks to grankio [...] gmail.com for the heads up on this issue.

4.073 Sat Apr  5 09:32:11 PDT 2014
add documentation about FQDN conversion and
an option to disable

4.072 Mon Jan 27 11:59:58 PST 2014
modify Makefile.PL to bypass missing 'pod2text'

4.071 Mon Sep 30 13:41:03 PDT 2013
add method "canon" by request from <tom.jones@bccx.com>

4.070 Thu Sep 12 12:54:22 PDT 2013
nth documention error fixed. thanks to Anton tobez@tobez.org

Lite v1.51, add new6FFFF, RFC4291 compliant ipv4->ipV6 new

(wiz)

2014-09-06 14:37:55 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Types to 2.06

(wiz)

2014-09-06 14:37:47 UTC MAIN commitmail json YAML

Update to 2.06:

version 2.06: Thu Aug 28 16:28:43 CEST 2014

Improvements:
- needed other file from broofa :(
  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
- fix scan of freedesktop definitions
  rt.cpan.org #98385 [Russell Jenkins]

version 2.05: Wed Aug 27 09:43:03 CEST 2014

Improvements:
- rename ::Type::isAscii() into ::Type::isText()
- add source table broofa
  rt.cpan.org#98308 [Lars Dɪᴇᴄᴋᴏᴡ]
- add source table freedesktop
  rt.cpan.org#98309 [Lars Dɪᴇᴄᴋᴏᴡ]
- update iana types

(wiz)

2014-09-06 14:36:57 UTC MAIN commitmail json YAML

Updated textproc/p5-Filter to 1.49

(wiz)

2014-09-06 14:36:48 UTC MAIN commitmail json YAML

Update to 1.49:

1.46 2013-03-29 rurban
----

  * Fix RT #84292 PIPE_PID/waitpid broken in Exec pipe_read since 5.17.6 (rurban)

  * Fix RT #84210 Bad NAME in Makefile.PL (miyagawa)

  * Fix RT #82687 cpansign MANIFEST failure (myra)

  * Work on RT #41285 test failures with non-english locale (reported by srezic)

  * Skip patching the src for newWarnings style, these are the default (rurban)

  * Fix RT #53132 examples/method/Decompress.pm syntax error (kevin ryde)
    and add usage docs.

1.47 2013-03-31 rurban
----

  * Reproduced and fixed RT #41285 test failures with non-english locale
    (reported by srezic)

1.48 2013-04-01 rurban
----

  * added META records, such as repository, recommends to Makefile.PL

  * added META and POD tests

1.49 2013-04-02 rurban
----

  * Better fix for RT #41285 test failures with non-english locale
    (patched by srezic, pull #1)

  * Add t/z_*.t meta tests (now for real), move Try to t/FilterTry,
    add POD to Filter::Util::Call, Filter::Util::Exec and generated
    FilterTry.

(wiz)

2014-09-06 14:30:36 UTC MAIN commitmail json YAML

Updated devel/p5-Clone to 0.37

(wiz)

2014-09-06 14:30:22 UTC MAIN commitmail json YAML

Update to 0.37:

0.37 2014-05-15 16:45:33  garu
  - removed Carp dependency (GARU)
  - silenced some clang warnings (JACQUESG)
  - added a README (GARU)

(wiz)

2014-09-06 14:29:28 UTC MAIN commitmail json YAML

Updated archivers/p5-Archive-Zip to 1.38

(wiz)

2014-09-06 14:29:19 UTC MAIN commitmail json YAML

Update to 1.38:

1.38 Tue 02 Sep 2014
    - Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas]
      https://rt.cpan.org/Ticket/Display.html?id=83367

(wiz)

2014-09-06 14:26:52 UTC MAIN commitmail json YAML

Updated devel/p5-Term-ReadKey to 2.32

(wiz)

2014-09-06 14:26:44 UTC MAIN commitmail json YAML

Update to 2.32. Set LICENSE.

2014-05-10  Jonathan Stowe <jns+git@gellyfish.co.uk>

* Makefile.PL: Makefile.PL more specific

2014-05-10  Jonathan Stowe <jns+git@gellyfish.co.uk>

* : Merge pull request #2 from jacquesg/warnings Fix some warnings

2014-03-09  Jonathan Stowe <jns+git@gellyfish.co.uk>

* Configure.pm, META.yml, Makefile.PL: Don't index Configure.pm

2014-03-03  Jonathan Stowe <jns+git@gellyfish.co.uk>

* Changes, README, ReadKey.pm: Added documentation patch as per
Chris Marshall Bumped version

2013-10-28  Jonathan Stowe <jns+git@gellyfish.co.uk>

* README: Some changes to README

2013-10-28  Brian Wightman <MidLifeXis@wightmanfam.org>

* ReadKey.pm: Promote SUPPORT and LICENSE to top-level head sections SUPPORT and LICENSE sections were in item sections, but outside of
an over/back block.

2013-10-27  Jonathan Stowe <jns@gellyfish.co.uk>

* Makefile.PL, README, ReadKey.pm, ReadKey.xs, genchars.pl: Change
licensing Fix some warnings

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* ReadKey.pm: Applied patch from rt #35669

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* Makefile.PL, ReadKey.xs: Applied change from rt #26235 Also fixed
repo name

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* ReadKey.pm: Patch from rt #35671

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* ppport.h: Updated ppport.h as per #78831

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* Makefile.PL: Changed distname per RT #87885 Added additional
metadata

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* ReadKey.pm: Added changes for RT #86584

2013-10-26  Jonathan Stowe <jns@gellyfish.co.uk>

* ReadKey.pm: Added patch from jpeacock@cpan.org for RT #88266

2011-04-19  Jonathan Stowe <jns@gellyfish.co.uk>

* Changes: Added Changes

2011-04-19  Jonathan Stowe <jns@gellyfish.co.uk>

* : commit 40ba6a2a80ae495b921ab416f6b024014daac25e Author: Stas
Grabois <CENSORED> Date:  Tue Jun 24 01:57:37 2008 -0800

2006-01-13  jonathan <jonathan@d4a3e428-c23c-0410-a93a-b1ce904c0fb3>

* MANIFEST, Makefile.PL: Added Changes git-svn-id: http://jstowe.googlecode.com/svn/trunk/TermReadKey@74
d4a3e428-c23c-0410-a93a-b1ce904c0fb3

(wiz)

2014-09-06 14:24:12 UTC MAIN commitmail json YAML

Updated security/p5-GnuPG-Interface to 0.50

(wiz)

2014-09-06 14:24:04 UTC MAIN commitmail json YAML

Update to 0.50:

0.50 - 2014-03-14
- Version 0.49 implicitly required Moose; switch to a technique that
  does not
- Modernize CHANGES

0.49 - 2014-03-13
- Restore context-sensitive (array/arrayref) behavior of multiple array
  methods from 0.46.
- Fix MANIFEST/.gitignore inconsistency

0.48 - 2014-03-10
- Switch from --always-trust to --trust-model=always

0.47 - 2014-03-10
- No changes from 0.47_02

0.47_02 - 2014-02-14
- Remove a stray 'use Data::Dumper::Concise' added in 0.47_01

0.47_01 - 2014-01-27
- Switch from Any::Moose to Moo
- Accept "gpg (GnuPG/MacGPG2)" as a valid gpg version
- Typo fixes in documentation

(wiz)

2014-09-06 14:23:15 UTC MAIN commitmail json YAML

Added devel/p5-MooX-HandlesVia version 0.001005

(wiz)

2014-09-06 14:23:00 UTC MAIN commitmail json YAML

+ p5-MooX-HandlesVia

(wiz)

2014-09-06 14:22:44 UTC MAIN commitmail json YAML

Import p5-MooX-HandlesVia-0.001005 as devel/p5-MooX-HandlesVia.

MooX::HandlesVia is an extension of Moo's 'handles' attribute
functionality. It provides a means of proxying functionality from
an external class to the given attribute. This is most commonly
used as a way to emulate 'Native Trait' behavior that has become
commonplace in Moose code, for which there was no Moo alternative.

(wiz)

2014-09-06 14:20:05 UTC MAIN commitmail json YAML

Added devel/p5-Data-Perl version 0.002009

(wiz)

2014-09-06 14:19:57 UTC MAIN commitmail json YAML

+ p5-Data-Perl.

(wiz)

2014-09-06 14:19:36 UTC MAIN commitmail json YAML

Import p5-Data-Perl-0.002009 as devel/p5-Data-Perl.

Data::Perl is a collection of classes that wrap fundamental data
types that exist in Perl. These classes and methods as they exist
today are an attempt to mirror functionality provided by Moose's
Native Traits. One important thing to note is all classes currently
do no validation on constructor input.

(wiz)

2014-09-06 14:12:23 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-Encoding to 2.09

(wen)

2014-09-06 14:07:54 UTC MAIN commitmail json YAML

Added devel/p5-MooX-late version 0.015

(wiz)

2014-09-06 14:07:38 UTC MAIN commitmail json YAML

+ p5-MooX-late

(wiz)

2014-09-06 14:07:36 UTC MAIN commitmail json YAML

Update to 2.09

Upstream changes:
2.09 30 May 2014
        - Uploaded source code to GitHub and included repository URLs in
          metadata.
        - Included META.json file in addition to META.yml.
        - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure
          that all parameters used are supported, to save jumping through hoops
          to support earlier versions.  (This should not be a problem since
          ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and
          above, that being the whole point of the new choice of minimum
          supported Perl version.)
        - Set minimum required Perl version to 5.8.1.  This is in line with the
          minimum requirement of the "Perl Toolchain".

(wen)

2014-09-06 14:07:19 UTC MAIN commitmail json YAML

Import p5-MooX-late-0.015 as devel/p5-MooX-late.

Moo is a light-weight object oriented programming framework which
aims to be compatible with Moose. It does this by detecting when
Moose has been loaded, and automatically "inflating" its classes
and roles to full Moose classes and roles. This way, Moo classes
can consume Moose roles, Moose classes can extend Moo classes, and
so forth.

However, the surface syntax of Moo differs somewhat from Moose.
For example the isa option when defining attributes in Moose must
be either a string or a blessed Moose::Meta::TypeConstraint object;
but in Moo must be a coderef. These differences in surface syntax
make porting code from Moose to Moo potentially tricky. MooX::late
provides some assistance by enabling a slightly more Moosey surface
syntax.

(wiz)

2014-09-06 14:05:33 UTC MAIN commitmail json YAML

Added devel/p5-Type-Tiny version 1.000004

(wiz)

2014-09-06 14:04:31 UTC MAIN commitmail json YAML

+ p5-Type-Tiny.

(wiz)

2014-09-06 14:04:01 UTC MAIN commitmail json YAML

Import p5-Type-Tiny-1.000004 as devel/p5-Type-Tiny.

Type::Tiny is a tiny class for creating Moose-like type constraint
objects which are compatible with Moo, Moose and Mouse.

Maybe now we won't need to have separate MooseX, MouseX and MooX
versions of everything? We can but hope...

(wiz)

2014-09-06 14:01:17 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Mixed to 1.12

(wen)

2014-09-06 13:59:19 UTC MAIN commitmail json YAML

Added devel/p5-Exporter-Tiny version 0.038

(wiz)

2014-09-06 13:59:09 UTC MAIN commitmail json YAML

+ p5-Exporter-Tiny.

(wiz)

2014-09-06 13:58:41 UTC MAIN commitmail json YAML

Import p5-Exporter-Tiny-0.038 as devel/p5-Exporter-Tiny.

Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option. But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.

Its internal-facing interface is closer to Exporter.pm, with
configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS
package variables.

Exporter::Tiny performs most of its internal duties (including
resolution of tag names to sub names, resolution of sub names to
coderefs, and installation of coderefs into the target package) as
method calls, which means they can be overridden to provide
interesting behaviour.

(wiz)

2014-09-06 13:44:08 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-tools to 5.505

(wiz)

2014-09-06 13:44:00 UTC MAIN commitmail json YAML

Update to 5.505:

5.505   2013-11-14  David F. Skoll <dfs@roaringpenguin.com>

* VERSION 5.505 RELEASED

* Fix documentation typos.
  https://rt.cpan.org/Public/Bug/Display.html?id=80473

* Fix broken test.
  https://rt.cpan.org/Public/Bug/Display.html?id=84668

* Don't run Kwalitee tests unless author or release tests are enabled.
  https://rt.cpan.org/Public/Bug/Display.html?id=87094

* Fix many documentation typos.
  https://rt.cpan.org/Public/Bug/Display.html?id=87783

* Fix bug in header parsing that would fail to parse a header like:
      Content-Type: ; name="malware.zip"

(wiz)

2014-09-06 13:43:19 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12  2014-02-08
- No functional changes
- Minor documentation & metadata improvements

(wen)

2014-09-06 13:42:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Net-IDN-Encode to 2.201

(wiz)

2014-09-06 13:42:37 UTC MAIN commitmail json YAML

Update to 2.201. Add test dependency.

2.201 (2014-08-30)
- correct handling of uppercase a-labels in
  domain_to_{ascii,unicode}
- FIXES: #98354: Capitalized ACE prefix does not work (reported
  by victor@*****.ru)

(wiz)

2014-09-06 13:40:24 UTC MAIN commitmail json YAML

Updated devel/p5-Getopt-Long-Descriptive to 0.097

(wen)

2014-09-06 13:39:24 UTC MAIN commitmail json YAML

Updated time/p5-DateTime to 1.1200

(wiz)

2014-09-06 13:39:21 UTC MAIN commitmail json YAML

Update to 0.097

Upstream changes:
0.097    2014-03-05 21:57:32-05:00 America/New_York
        - explicitly make the default behavior case-sensitive
        - add show_defaults option (thanks, Thomas Neumann)

(wen)

2014-09-06 13:39:15 UTC MAIN commitmail json YAML

Update to 1.12:

1.12  2014-08-31

- The last release had the wrong repo info in the metadata.

1.11  2014-08-31

- The latest historical changes in DateTime::TimeZone 1.74 caused some tests
  to fail. Reported by Slaven Rezic. RT #98483.

- This release of DateTime.pm now requires the DateTime::TimeZone 1.74.

(wiz)

2014-09-06 13:35:53 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-postgresql to 3.4.1

(wiz)

2014-09-06 13:35:43 UTC MAIN commitmail json YAML

Update to 3.4.1:

Version 3.4.1  Released August 20, 2014 (git commit cfd146effde09c493ac7573408ac29d6d9cbed47)

    - Allow '%' again for the type in table_info() and thus tables()
      It's not documented or tested in DBI, but it used to work until
      DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
      uses type='%'.
      [Dagfinn Ilmari Manns奪ker <ilmari@ilmari.org>]

Version 3.4.0  Released August 16, 2014 (git commit 7a5da12d84b4c2e9879f90fb6168f56c095071fa)

  - Cleanup and improve table_info()
    [Mike Pomraning <mjp@pilcrow.madison.wi.us>] (github issue #7)

    table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
      SYSTEM VIEW, and LOCAL TEMPORARY

    table_info() object searching fully supports the above types.

    table_info() object searching no longer ignores invalid types - a filter
      of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
      return only temp objects.

    tableinfo() type filters are strictly matched now ... previously a
      search for SYSTEM TABLE would have fetched plain TABLE objects.

    table_info() now treats temporary tables and temporary views as LOCAL TEMPORARY

  - Make sure column_info() and table_info() can handle materialized views.
    [Greg Sabino Mullane] (CPAN bug #97032)

(wiz)

2014-09-06 13:35:25 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-CSV to 0.44

(wen)

2014-09-06 13:34:25 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Name to 0.09

(wiz)

2014-09-06 13:34:17 UTC MAIN commitmail json YAML

Update to 0.09:

0.09 -- 2014-08-09
    - Copy the contents of the %DB::sub entry if it exists; fixes
      Devel::NYTProf's anon sub handling (RT#50524, ilmari)

0.08 -- 2014-08-04
    - Fix leak when setting a fully-qualified name (ilmari, github#1)

(wiz)

2014-09-06 13:33:10 UTC MAIN commitmail json YAML

Updated devel/p5-boolean to 0.42

(wiz)

2014-09-06 13:33:01 UTC MAIN commitmail json YAML

Update to 0.42:

0.42 Sat Aug 16 10:49:31 PDT 2014
- Meta 0.0.2
- Remove .gitignore

0.41 Fri Aug 15 15:41:09 PDT 2014
- Add t/000-compile-modules.t
- CPAN Day 2014 - 21 Release Salute!

0.40 Fri Aug  8 19:12:51 PDT 2014
- Fix swim errors

0.39 Sat Aug  2 10:17:12 PDT 2014
- Fix Copyright years.
- Fix Meta and add Contributing

(wiz)

2014-09-06 13:32:18 UTC MAIN commitmail json YAML

Updated devel/p5-Clone-PP to 1.06

(wiz)

2014-09-06 13:32:10 UTC MAIN commitmail json YAML

Update to 1.06:

1.06 2014-07-20 NEILB
    - Changed the copyright on dclone.t, dump.pl, and tied.pl in t/,
      to match the rest of the dist, "same as perl itself".
      These changes were approved by the copyright owner, Raphael Manfredi.

1.05 2014-02-17 NEILB
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to doc

1.04 2014-02-17 NEILB
    - I had erroneously listed Test::Array as a test prereq,
      but the package is defined in 01array.t where it's used.
      RT#93082 - thanks to Dagfinn Ilmari Mannsaker.

1.03 2014-02-16 NEILB
    - Added Changes file
    - Fixed typos from dsteinbrunner in RT#86337
    - Added "use warnings" and in the process fixed RT#17121
    - Min perl version 5.6.0 in code and metadata
    - Added license type to metadata and renamed L&C section in pod
    - Expanded the SEE ALSO section
    - Added prereqs to PREREQ_PM in Makefile.PL
    - Added test prereqs in TEST_REQUIRES

(wiz)

2014-09-06 13:30:25 UTC MAIN commitmail json YAML

Update to 0.44

Upstream changes:
0.44 - 2014-08-04, H.Merijn Brand
    * Table names case sensitiveness not tested case-problematic FS's
    * Fix defaults in doc (annocpan)
    * Fix typo in SYNOPSIS (RT#97313)
    * Workaround eof bug in Text::CSV_XS-1.10

0.43 - 2014-06-30, H.Merijn Brand
    * Updated copyright to 2014
    * Unquote schema's in test for cygwin
    * Extra guards in Makefile.PL for unmet requirements

0.42 - 2013-08-14, H.Merijn Brand
    * Optionally skip tests using File::Spec->tempdir () RT#87684
    * And document the use of $TMPDIR in README
    * Make the SYNOPSIS more reflect real-world usage
    * Detect DBI::Test and use it if available

(wen)

2014-09-06 13:30:03 UTC MAIN commitmail json YAML

Updated devel/p5-Any-Moose to 0.24

(wiz)

2014-09-06 13:29:55 UTC MAIN commitmail json YAML

Update to 0.24. Add options.mk file to choose between Mouse and
Moose backends.

0.24      2014-06-23 15:53:03Z
  - fixed bad changelog from last release, doh!

0.23      2014-06-23 13:04:35Z
  - now always prefers Moose if Moo is loaded, to overcome some
    incompatibility issues in subclasses (github #1, Graham Knop)

0.22      2014-06-19 02:30:13Z
  - fix missing =encoding directive in pod
  - canonical repository moved to https://github.com/moose/Any-Moose

(wiz)

2014-09-06 13:17:54 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types to 0.44nb2

(wiz)

2014-09-06 13:17:45 UTC MAIN commitmail json YAML

Add missing dependency on p5-namespace-autoclean. Bump PKGREVISION.

(wiz)

2014-09-06 13:08:18 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 1.74

(wiz)

2014-09-06 13:08:10 UTC MAIN commitmail json YAML

Update to 1.74. Add test dependency.

1.74    2014-08-30

- This release is based on version 2014g of the Olson database. This release
  includes contemporary changes for Turks & Caicos.

- Fixed a bug when trying to get the local timezone by looking at
  /etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.

1.73    2014-08-06

- This release is based on version 2014f of the Olson database. This release
  includes contemporary changes for Russia and Australia.

1.72    2014-08-03

- Added support for getting the local time zone on Android. Patch from Brian
  Fraser. RT #97711.

- The primary repo for this distro is now on GitHub.

(wiz)

2014-09-06 13:05:40 UTC MAIN commitmail json YAML

Updated devel/p5-Params-Validate to 1.13

(wiz)

2014-09-06 13:05:32 UTC MAIN commitmail json YAML

Update to 1.13:

1.13    2014-06-28

- Fix my brain damage so that this code compiles with Perl 5.14.

1.12    2014-06-27

- Temporarily skip tests that use Readonly with Readonly 1.50+ until various
  bugs are worked out in Readonly.

1.11    2014-06-26

- Fixes for MSVC compilation. Patch by J.R. Mash. PR #1.

(wiz)

2014-09-06 13:03:30 UTC MAIN commitmail json YAML

Updated devel/p5-common-sense to 3.73

(wiz)

2014-09-06 13:03:21 UTC MAIN commitmail json YAML

Update to 3.73:

3.73 Sat May 31 22:37:21 CEST 2014
- remove "deprecated", as it turned out to be yet another time bomb
          as p5p don't care the least about backwards compatibility
          anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123).
- switching paths once more as this turned out to be a doc bug
          in eumm.  this should not affect anything though.

(wiz)

2014-09-06 13:02:14 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Load to 0.22

(wiz)

2014-09-06 13:02:06 UTC MAIN commitmail json YAML

Update to 0.22. Add a missing dependency.

0.22    2014-08-16
    - document some of the caveats to using this module, and refer to
      Module::Runtime as an alternative

(wiz)

2014-09-06 12:59:29 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-CheckConflicts to 0.11

(wiz)

2014-09-06 12:59:20 UTC MAIN commitmail json YAML

Update to 0.11:

0.11  2014-04-03
      - drop the dep on List::MoreUtils (haarg, #8)

0.10  2013-12-17
      - we need Module::Runtime 0.009 for module_notional_filename (nnutter,
        #6)

(wiz)

2014-09-06 12:57:27 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Implementation to 0.09

(wiz)

2014-09-06 12:57:19 UTC MAIN commitmail json YAML

Update to 0.09:

0.09    2014-08-24

- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
  Knop that adding an XS dependency for a module that's often used to pick
  between XS and non-XS implementations doesn't work so well.

0.08    2014-08-24

- Subroutines copied from an implementation package into the loading package
  are now renamed using Sub::Name. This causes them to be considered part of
  the loading package, which is important for things like
  namespace::autoclean. Reported by Karen Etheridge. RT #98097.

(wiz)

2014-09-06 12:55:58 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Output to 1.03

(wiz)

2014-09-06 12:55:49 UTC MAIN commitmail json YAML

Update to 1.03:

1.03 - Fri Jan  3 12:19:35 2014
* Get rid of MYMETA

1.02_01 - Tue Dec 17 12:39:15 2013
* Get rid of MYMETA

(wiz)

2014-09-06 12:54:23 UTC MAIN commitmail json YAML

Updated devel/p5-Capture-Tiny to 0.25

(wiz)

2014-09-06 12:54:14 UTC MAIN commitmail json YAML

Update to 0.25:

0.25      2014-08-16 10:08:42-04:00 America/New_York

  Prereqs:

  - Amended recommended modules to list Inline::C rather than Inline

(wiz)

2014-09-06 12:52:15 UTC MAIN commitmail json YAML

Updated devel/p5-Data-OptList to 0.109

(wiz)

2014-09-06 12:52:02 UTC MAIN commitmail json YAML

Update to 0.109:

0.109    2013-12-13 08:30:34 America/New_York
          update bugtracker and repo links

(wiz)

2014-09-06 12:51:11 UTC MAIN commitmail json YAML

Updated devel/p5-Sub-Install to 0.928

(wiz)

2014-09-06 12:51:03 UTC MAIN commitmail json YAML

Update to 0.928:

0.928    2014-06-26 18:57:27-04:00 America/New_York
        - cope with subroutines with spaces in their names when catching
          warnings
        - don't assume that the source sub isn't blessed in tests (!)

(wiz)

2014-09-06 12:50:11 UTC MAIN commitmail json YAML

Updated devel/p5-enum to 1.100

(wiz)

2014-09-06 12:50:03 UTC MAIN commitmail json YAML

Update to 1.10:

1.10 2014-08-16 NEILB
    - Added min perl version (5.006) to enum.pm
    - Improved DESCRIPTION: reworded first paragraph to be a better summary,
      fixed formatting, and one typo.

(wiz)

2014-09-06 12:49:00 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.47

(wiz)

2014-09-06 12:48:51 UTC MAIN commitmail json YAML

Update to 6.47:

VERSION 6.47  2014-09-01)

Time zone fixes

Newest zoneinfo data (tzdata 2014f)

Language fixes

Fixed some encoding errors in the language pod documentation.

(wiz)

2014-09-06 12:45:23 UTC MAIN commitmail json YAML

Updated finance/p5-Finance-Quote to 1.35

(wiz)

2014-09-06 12:45:14 UTC MAIN commitmail json YAML

Update to 1.35:

1.35      2014-06-17 08:06:14+02:00 Europe/Brussels
        * BUGFIX: VWD - currency returned.

1.34      2014-06-15 21:30:03+02:00 Europe/Brussels
        * VWD adapted to recent website change.

1.33      2014-06-01 11:24:24+02:00 Europe/Brussels
        * BUGFIX: yahoo_json never returns currency. so don't set a default.
                  yahoo_json returned current timestamp instead of quote date.

1.32      2014-05-18 21:55:12+02:00 Europe/Brussels
        * return "symbol" for yahoo_json module
        * allow to retrieve ISIN codes with VWD module

1.31      2014-05-04 22:56:45+02:00 Europe/Brussels
        * Case mismatch in ZA_UnitTrusts pod

1.30      2014-05-04 21:56:34+02:00 Europe/Brussels
        * Bourso.pm works on current website changes. Thanks to Guillaume
        * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
          Exchange (CSE) in Sri Lanka.

1.29      2014-04-08 08:28:25+02:00 Europe/Brussels
        * New module za_unittrusts. kudos to Rolf Endres.
* Indiamutual patched to current website. kudos to Vinay S Shastry.

1.28      2014-03-16 12:05:19+01:00 Europe/Brussels

        * Removed some unnecessary dependencies

1.27      2014-03-05 15:04:22+01:00 Europe/Brussels

        * New module YahooJSON added (Abhijit Kshirsagar)
        * mtgox.t should not create errors when ONLINE_TEST is not defined

1.26      2014-03-03 22:24:58+01:00 Europe/Brussels

        * VWD adapted to current website (skaringa)
        * Boursorama module mostly fixed (Arnaud Gardelein)

1.25      2014-03-02 23:18:23+01:00 Europe/Brussels

        * AEX.pm : Some checking added. Not working yet
        * Quote.pm : readded sub parse_csv_semicolon.

1.24      2014-03-02 21:39:00+01:00 Europe/Brussels

        * Added module Citywire.pm written by Martin Sadler
        * Added module FTfunds.pm written by Martin Sadler
        * Added module MStaruk.pm written by Martin Sadler
        * Added module TNetuk.pm written by Martin Sadler
        * Data::Dumper is no more required to build

1.23_02  2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.22      2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.21      2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)

        * ASX.pm now supports querying more than 10 symbols (goodvibes2)
        * Travis config added for automated test build
        * BUILD: Updated to use Dist::Zilla

(wiz)

2014-09-06 12:42:45 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Pod-Coverage to 1.10

(wiz)

2014-09-06 12:42:37 UTC MAIN commitmail json YAML

Update to 1.10. Set LICENSE.

1.10 2014-07-17 NEILB
    - Changed license to Artistic 2.0, at PETDANCE's request.
    - Added README
    - Moved Coverage.pm to lib/Test/Pod/Coverage.pm
    - Min perl version now set to 5.006 in both code and dist metadata.
      Addresses RT#21564 from ANDK++
    - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++),
      and changed to a minimal SYNOPSIS, with everything else moved
      to the DESCRIPTION.
    - The "no verbose" tests in t/nosymbols.t weren't ensuring that the
      tests were running with HARNESS_VERBOSE set to false. You could set
      that true in your environment and break the test.
      RT#53947 - thanks to Pete Armstrong.
    - Makefile.PL: Ensured all prereqs listed in PREREQ_PM,
      and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker.
    - Added github repo to pod and dist metadata
    - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated.
    - Reformatted as per CPAN::Changes::Spec

1.09_01 2014-07-08 NEILB
    - Specified license as 'Perl' in metadata, to match doc.
    - All of the changes in 1.10 were first done in this developer release,
      apart from the change to Artistic License 2.0.

(wiz)

2014-09-06 12:41:12 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 1.195

(wiz)