Commit graph

10 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
1730bc3941 Convert LICENSE= to artistic only, see
http://mail-index.netbsd.org/tech-pkg/2015/02/28/msg014342.html
2015-03-17 13:17:35 +00:00
mef
4e86ef6347 Update 0.41 to 0.49
-------------------
0.49	Sat May 10 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - This module is now all covered by the Perl Artistic License:
    GPL is gone.  This was done with permission from the original
    author of the command-line `rt' utility, Abhijit Menon-Sen.
  - Support custom fields that contain '#' in their name.  Patch
    contributed by Ryan Niebur in RT#83856 -- thanks!
  - Documented get_links() -- RT#68673.
  - All tests now correctly run on Windows -- RT#81872.
  - All tests now correctly run on OpenBSD -- RT#95223.

0.48    Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - Fixed POD bug in 0.47 -- `logger' attribute and method of
    RT::Client::REST was not documented and this caused POD
    coverage test to fail.  While at it, made it a developer-only
    test.  This way, these types of issues do not cause all
    cpantesters to fail.

0.47    Wed Apr 30 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  - Support redirects on login, RT#92371.
  - Skip failing test 83-attachments.t on OpenBSD while we investigage
    why it fails.  Track this issue in RT#95223.

0.46    Sat Apr 26 2014 "Dmitri Tikhonov" <dtikhonov@yahoo.com>
  This release only fixes several tests, there are no functional changes.
  Dmitri Tikhonov <dtikhonov@yahoo.com>
   - Skip some tests on Windows and with buggy LWP::UserAgent.
  Marco Pessotto
   - Bumped version for next release (+ fixed version number in POD)

0.45
  Marco Pessotto
   - Fixed uploading preventing objects to be stringified (RT#88919)
   - Added option to get undecoded attachments (RT#90112)
   - Added test 82-stringify.t (fails with 0.44 before the RT#88919 fix)
   - Added test 83-attachments.t to illustrate and check RT#90112

0.44
  Damien Krotkine
   - Add URI in the prereqs
  Dave Lambley
   - Add support for parsing RT dates and returning a datetime object.
     (RT#73920 + RT#76658)
  Gregor Hermann (Debian Perl Group)
   - Doc improvement (RT#74191)
  Darren Duncan
     Doc improvement for timeout (RT #78133)
  richardgmcmahon@gmail.com
     Doc improvement for show method (RT #78439)
  Miquel Ruiz
     Fix for submitting non latin-1 strings to RT

0.43
  Miquel Ruiz <mruiz@cpan.org>
    - Added support for groups via new class RT::Client::REST::Group
      Tests and examples also added.
  Roman Plesll <RPLESSL@cpan.org>
    - Fix for ticket merges (RT #62405)
  Stuart Browne <stuart.browne@ausregistry.com.au>
    - Accept question mark in custom field names (RT #70631)
  T Pascal <t_pascal@zennet.com>
    - Patch for different link types (RT #68673)
  Jose Luis Martinez <jlmartinez@capside.com>
    - Skip timeout tests on Windows (RT #70225, RT #35770)
    - Fix 'priveleged' (renamed to 'privileged') method on RT::Client::REST::User
    - Add missing disabled, nickname, lang, contactinfo and signature methods to
      RT::Client::REST::User
    - Clean up the API for retrieving links. Patch from T.Pascal is missing some
      cases like links that are URLs. This feature is not documented as it's
      considered experimental.
    - Refactor login method to accept any type of field name (not just username
      and password)

0.42
  False release. See 0.43
  - support for groups via new class RT::Client::REST::Group
  - Fix for ticket merges
  - Accept question mark in custom field names
2015-02-28 14:30:00 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
6089125495 Initial import of p5-RT-Client-REST version 0.41 in the NetBSD
Packages Collection.

The Perl 5 module RT::Client::REST is "/usr/bin/rt" tool converted
to an object-oriented Perl module.
2010-07-30 17:53:09 +00:00