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:   wiz
Date:           Wed May  2 13:18:19 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/p5-RT-Client-REST/Makefile
cvs rdiff -u -r1.5 -r1.6 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.15 pkgsrc/net/p5-RT-Client-REST/Makefile:1.16
--- pkgsrc/net/p5-RT-Client-REST/Makefile:1.15  Wed Feb 28 08:41:29 2018
+++ pkgsrc/net/p5-RT-Client-REST/Makefile       Wed May  2 13:18:19 2018
@@ -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 @@ LICENSE=    artistic
 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-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 
-# 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"

Index: pkgsrc/net/p5-RT-Client-REST/distinfo
diff -u pkgsrc/net/p5-RT-Client-REST/distinfo:1.5 pkgsrc/net/p5-RT-Client-REST/distinfo:1.6
--- pkgsrc/net/p5-RT-Client-REST/distinfo:1.5   Wed Feb 28 08:41:29 2018
+++ pkgsrc/net/p5-RT-Client-REST/distinfo       Wed May  2 13:18:19 2018
@@ -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