pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-RT-Client-REST (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/952ada643cae
branches:  trunk
changeset: 349977:952ada643cae
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jul 20 12:19:03 2016 +0000

description:
(pkgsrc)
- Added following packages on BUILD_DEPENDS for make test
   p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
   p5-DateTime-[0-9]*:../../time/p5-DateTime
   p5-CGI-[0-9]*:../../www/p5-CGI

(upstream)
- Updated net/p5-RT-Client-REST to 0.50
---------------------------------------
0.50    Fri Dec 11 2015 "Sarvesh Das" <sarveshd%opmbx.org@localhost>
  - Added the 'disabled' attribute to RT::Client::REST::Group and
    RT::Client::REST::Queue to match the addition in RT 4.2.2 --
    commit 7557633. Thanks Tom.
  - Allow a trailing forward slash in the server URI --
    RT#97621. Thanks Marco Pessotto.
  - Tests in 82-stringify.t are skipped with LWP::UserAgent 6.04
    which has buggy read timeout -- commit da577af. Thanks Marco
    Pessotto.
  - Fixed warning `Unescaped left brace in regex is deprecated'
    in perl 5.22 -- RT#106795. Thanks Mike Andrews.
  - Fixed documentation for RT::Client:REST::search() in POD --
    RT#98160.
  - Removed MYMETA* files from distribution -- RT#108083

diffstat:

 net/p5-RT-Client-REST/Makefile |  10 +++++++---
 net/p5-RT-Client-REST/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 06a82b73ca97 -r 952ada643cae net/p5-RT-Client-REST/Makefile
--- a/net/p5-RT-Client-REST/Makefile    Wed Jul 20 12:04:15 2016 +0000
+++ b/net/p5-RT-Client-REST/Makefile    Wed Jul 20 12:19:03 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/06/08 19:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/07/20 12:19:03 mef Exp $
 #
 
-DISTNAME=      RT-Client-REST-0.49
+DISTNAME=      RT-Client-REST-0.50
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    net devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=RT/}
 
@@ -21,5 +20,10 @@
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
 
+# for make test
+BUILD_DEPENDS+=        p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
+BUILD_DEPENDS+=        p5-DateTime-[0-9]*:../../time/p5-DateTime
+BUILD_DEPENDS+=        p5-CGI-[0-9]*:../../www/p5-CGI
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 06a82b73ca97 -r 952ada643cae net/p5-RT-Client-REST/distinfo
--- a/net/p5-RT-Client-REST/distinfo    Wed Jul 20 12:04:15 2016 +0000
+++ b/net/p5-RT-Client-REST/distinfo    Wed Jul 20 12:19:03 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:24 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/07/20 12:19:03 mef Exp $
 
-SHA1 (RT-Client-REST-0.49.tar.gz) = 63460c0841664ae2506f977d5041e5f3785b7b80
-RMD160 (RT-Client-REST-0.49.tar.gz) = 60753d7816fcac66b051f840094415850fff70e5
-SHA512 (RT-Client-REST-0.49.tar.gz) = 7cd4fe1bab6c2a170103f708ed626b1ec38c7bdc164cae2507b0bba03646b2b5a1650aa8c74637f32ab61cc2a20f5c71c730547c8d36fccecb33e6454fe19b07
-Size (RT-Client-REST-0.49.tar.gz) = 84494 bytes
+SHA1 (RT-Client-REST-0.50.tar.gz) = b77a5191636c4a9821f55df2bb956ba5202ab700
+RMD160 (RT-Client-REST-0.50.tar.gz) = 6c798f8ee9e0676718d71201608f55480e95caf3
+SHA512 (RT-Client-REST-0.50.tar.gz) = 5b3803ae9bdccb4bbc5e1ea7a809ec6fcaf67db6ed6a774355dac8bdadb90d67ceb53e4136688568d211c883150c22d1285937aeb06012695feeff551674f654
+Size (RT-Client-REST-0.50.tar.gz) = 84846 bytes



Home | Main Index | Thread Index | Old Index