pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-RT-Client-REST



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jul 20 12:19:03 UTC 2016

Modified Files:
        pkgsrc/net/p5-RT-Client-REST: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/p5-RT-Client-REST/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/p5-RT-Client-REST/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-RT-Client-REST/Makefile
diff -u pkgsrc/net/p5-RT-Client-REST/Makefile:1.11 pkgsrc/net/p5-RT-Client-REST/Makefile:1.12
--- pkgsrc/net/p5-RT-Client-REST/Makefile:1.11  Wed Jun  8 19:24:15 2016
+++ pkgsrc/net/p5-RT-Client-REST/Makefile       Wed Jul 20 12:19:03 2016
@@ -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-Exception-Class-[0-9]*:../.
 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"

Index: pkgsrc/net/p5-RT-Client-REST/distinfo
diff -u pkgsrc/net/p5-RT-Client-REST/distinfo:1.3 pkgsrc/net/p5-RT-Client-REST/distinfo:1.4
--- pkgsrc/net/p5-RT-Client-REST/distinfo:1.3   Wed Nov  4 00:35:24 2015
+++ pkgsrc/net/p5-RT-Client-REST/distinfo       Wed Jul 20 12:19:03 2016
@@ -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