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 p5-RT-Client-REST: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/052e4e9792c0
branches:  trunk
changeset: 307183:052e4e9792c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 02 13:18:19 2018 +0000
description:
p5-RT-Client-REST: update to 0.52.

Fix dependencies.

0.52 Fri Apr 06 2018 "Dean Hamstead" <dean%bytefoundry.com.au@localhost>
  - Fix up lots of Pod Critic complaints
  - Fix up lots of Perl Critic complaints
  - Use Dist-Zilla for releases
  - Remove Pod, tests and other files that Dist-Zilla provides
  - Adjust git repo slightly
  - Note: no functional changes

diffstat:

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

diffs (53 lines):

diff -r 6988db795cf6 -r 052e4e9792c0 net/p5-RT-Client-REST/Makefile
--- a/net/p5-RT-Client-REST/Makefile    Wed May 02 13:07:55 2018 +0000
+++ b/net/p5-RT-Client-REST/Makefile    Wed May 02 13:18:19 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/02/28 08:41:29 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.16 2018/05/02 13:18:19 wiz Exp $
 
-DISTNAME=      RT-Client-REST-0.51
+DISTNAME=      RT-Client-REST-0.52
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    net devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=RT/}
@@ -14,18 +13,17 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/RT/Client/REST/.packlist
 
-BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+DEPENDS+=      p5-DateTime-Format-DateParse-[0-9]*:../../time/p5-DateTime-Format-DateParse
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
 DEPENDS+=      p5-Error-[0-9]*:../../devel/p5-Error
 DEPENDS+=      p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
+DEPENDS+=      p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
 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
+# TEST_DEPENDS
 BUILD_DEPENDS+=        p5-CGI-[0-9]*:../../www/p5-CGI
-
-MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+BUILD_DEPENDS+=        p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6988db795cf6 -r 052e4e9792c0 net/p5-RT-Client-REST/distinfo
--- a/net/p5-RT-Client-REST/distinfo    Wed May 02 13:07:55 2018 +0000
+++ b/net/p5-RT-Client-REST/distinfo    Wed May 02 13:18:19 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/28 08:41:29 wiz Exp $
+$NetBSD: distinfo,v 1.6 2018/05/02 13:18:19 wiz Exp $
 
-SHA1 (RT-Client-REST-0.51.tar.gz) = 23da39faedfa6ac4cb8980c65fa939e30ca0c7d2
-RMD160 (RT-Client-REST-0.51.tar.gz) = ce942e50e5ebd2792dd697ae72214d336d320d79
-SHA512 (RT-Client-REST-0.51.tar.gz) = fea39dda365bc6c66a1b9b0725af0d9af1eb16ae53f2684289e52efe7375ff8ee713fd5ca2eec4782bdb0156f56da6f3e5368d6f15d98c3aca48e9ddbca553d5
-Size (RT-Client-REST-0.51.tar.gz) = 84790 bytes
+SHA1 (RT-Client-REST-0.52.tar.gz) = 02e936447b0c01d52629ad4e17386c9b23bcba42
+RMD160 (RT-Client-REST-0.52.tar.gz) = 24b2a85479b82e6654c92725360109adf464d8ff
+SHA512 (RT-Client-REST-0.52.tar.gz) = 0f1a7977109853becc7d951e300bf9c7b1d9d716bc52fcae040391466696226e05828ed12eab41488e608570227c4bfe672aa59bb5a1aed2c307a84b5ebd6805
+Size (RT-Client-REST-0.52.tar.gz) = 77459 bytes



Home | Main Index | Thread Index | Old Index