pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Dancer



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct 20 04:16:06 UTC 2018

Modified Files:
        pkgsrc/www/p5-Dancer: Makefile distinfo

Log Message:
Update to 1.3500
Update DEPENDS

Upstream changes:
1.3500    2018-10-12 21:31:46+01:00 Europe/London
Promoting previous trial releases to stable.

1.3403    2018-10-11 23:41:11+01:00 Europe/London (TRIAL RELEASE)
[ENHANCEMENTS]
 - request->address now respects behind_proxy - if behind_proxy is set,
   then request->address looks at HTTP_X_FORWARDED_FOR, so you get the
   user's IP, not the proxy. (PR-1199, bigpresh)
 - restore ability to use load_settings_from_yaml() without passing
   YAML parser class (PR-1198, snakpak)
 - Fixing some spurious cpantesters test failures by subclassing HTTP::Tiny
   in our tests and disabling proxying for 127.0.0.1 - otherwise smokers
   with HTTP proxy env vars set fail tests (PR-1197, bigpresh)
- Tidied POD for Tutorial (PR-1196, manwar)

1.3402    2018-10-10 11:42:07+01:00 Europe/London (TRIAL RELEASE)

1.3401    2018-10-01 12:49:53+01:00 Europe/London (TRIAL RELEASE)

 [ENHANCEMENTS]
 - Avoid test failures on perls without '.' in @INC
 - censor cookie_key in dumps (PR-1193, thefatphil)
 - spelling fixes in POD from Debian Perl Group, PR-1191


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-Dancer/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/p5-Dancer/distinfo

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

Modified files:

Index: pkgsrc/www/p5-Dancer/Makefile
diff -u pkgsrc/www/p5-Dancer/Makefile:1.40 pkgsrc/www/p5-Dancer/Makefile:1.41
--- pkgsrc/www/p5-Dancer/Makefile:1.40  Wed Aug 22 09:47:36 2018
+++ pkgsrc/www/p5-Dancer/Makefile       Sat Oct 20 04:16:06 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2018/08/22 09:47:36 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/10/20 04:16:06 wen Exp $
 
-DISTNAME=      Dancer-1.3400
+DISTNAME=      Dancer-1.3500
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
 
@@ -15,10 +14,12 @@ USE_LANGUAGES=      # empty
 PERL5_PACKLIST= auto/Dancer/.packlist
 
 BUILD_DEPENDS+=        p5-CGI>=0:../../www/p5-CGI
+BUILD_DEPENDS+=        p5-Devel-Hide>=0:../../devel/p5-Devel-Hide
 BUILD_DEPENDS+=        p5-HTTP-CookieJar>=0.008:../../www/p5-HTTP-CookieJar
 BUILD_DEPENDS+=        p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings
 
 DEPENDS+=      p5-Clone>=0:../../devel/p5-Clone
+DEPENDS+=      p5-Data-Dump>=0:../../devel/p5-Data-Dump
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
 DEPENDS+=      p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body

Index: pkgsrc/www/p5-Dancer/distinfo
diff -u pkgsrc/www/p5-Dancer/distinfo:1.31 pkgsrc/www/p5-Dancer/distinfo:1.32
--- pkgsrc/www/p5-Dancer/distinfo:1.31  Mon Jun 18 02:52:12 2018
+++ pkgsrc/www/p5-Dancer/distinfo       Sat Oct 20 04:16:06 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2018/06/18 02:52:12 wen Exp $
+$NetBSD: distinfo,v 1.32 2018/10/20 04:16:06 wen Exp $
 
-SHA1 (Dancer-1.3400.tar.gz) = 411e30e40a83ae9f9330314a1cc8bf06ee0065f7
-RMD160 (Dancer-1.3400.tar.gz) = c64c2132b56440872548aec16528fc3e5a598520
-SHA512 (Dancer-1.3400.tar.gz) = 51999f44471d510347d3d588faeb10840dc7ee87ee7fccc0776f834135fa04633a111c709a12685102666e4ccd51e4d803510ad63b1529e7449c4b70fc99c35b
-Size (Dancer-1.3400.tar.gz) = 390941 bytes
+SHA1 (Dancer-1.3500.tar.gz) = d291da27a363789710737cdfb5a361406c839694
+RMD160 (Dancer-1.3500.tar.gz) = d0b3d2f33e70af111e2d244bdd3c06225d20931b
+SHA512 (Dancer-1.3500.tar.gz) = 48085c4e4fcf5c752de5de7bae0a9bae1f9dab42904fbd282ccc2bca708fbd83da33c8d3f1d7c1a201d2277d3aad255a3185e3203e3e504d296d99caf608d718
+Size (Dancer-1.3500.tar.gz) = 392695 bytes



Home | Main Index | Thread Index | Old Index