diff options
author | wen <wen@pkgsrc.org> | 2012-12-03 15:03:02 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-12-03 15:03:02 +0000 |
commit | 187bc7a4d02d9debab8e9323f542ceb6670c3cdf (patch) | |
tree | 32def7808d08b05e55e63fd792a218ba01362c4d /textproc/p5-Text-Xslate | |
parent | bdabebe713b1af9d8ba70c4ce2f7c3a1d89463d7 (diff) | |
download | pkgsrc-187bc7a4d02d9debab8e9323f542ceb6670c3cdf.tar.gz |
Update to 1.5025
Update DEPENDS
Upstream changes:
1.5025 2012-10-20 21:45:27
[BUG FIXES]
- Fix a bug that constants with unary operators might result in
wrong values (thanks to @doy)
1.5024 2012-10-15 18:02:29
[BUG FIXES]
- Fix false assertion failure
(This change affects only to -DDEBUGGING enabled perl)
1.5023 2012-10-15 08:22:14
[TEST]
- Apply issue #66 again
- 1.5022 was identical to 1.5021 (thanks to @doy)
1.5022 2012-10-15 00:15:18
[TEST]
- Do not depend on extra modules in tests (issue #66, @nihen).
1.5021 2012-10-15 00:07:54
[BUG FIXES]
- Fix an issue that recursive call of render() may cause SEGV
thanks to doy for reporting this issue (isseu #65).
1.5020 2012-10-14 23:06:49
[BUG FIXES]
- Fix deploying issues reported at 1.5017, again.
thanks to @woremacx for reporting it.
- Fix a bug that calling macro which encloses outer variables,
may clobber other variables, thanks to @ktat for reporting it.
1.5019 2012-10-03 12:28:20
[BUG FIXES]
- Revert 1.5016's bugfix which introduced a more serious problem.
The complete bufix will be applied to 1.5020.
1.5018 2012-09-30 13:41:13
[FEATURES]
- "html_builder_module" option to import HTML builders;
functions imported with this option are wrapped by html_builder()
1.5017 2012-08-04 19:31:59
[BUG FIXES]
- Fix a problem on Win32
1.5016 2012-08-04 19:19:15
[BUG FIXES]
- Fix a bug that reloading templates could fail on deploying
- Fix a problem on 5.17
1.5015 2012-07-13 19:31:53
[IMPROVEMENT]
- Enhance extensibility for custom parsers (shmorimo)
1.5014 2012-06-26 19:41:20
[IMPROVEMENT]
- Add scalar::split() to Bridge::Star (tokuhirom)
1.5013 2012-06-12 23:46:44
[IMPROVEMENT]
- Add "macro" option to Text::Xslate->new() (gunyoki)
1.5012 2012-05-21 15:52:59
[IMPROVEMENT]
- imporve error messages when the parser reaches EOF
1.5011 2012-05-21 15:45:00
[BUG FIXES]
- add warning about https://github.com/xslate/p5-Text-Xslate/issues/55
For backword compatibility, we don't change its behavior, but
it is likely to a problem so we warnn about it.
1.5010 2012-05-04 01:04:47
[TEST FIXES]
- Make `HANRESS_OPTIONS=j9 make test` work (@punytan)
1.5009 2012-03-30 09:19:18
[IMPROVEMENT]
- Documentation improvement
1.5008 2012-03-28 09:39:45
[BUG FIXES]
- Fix a typo in an error messages (issues/53, thanks to wchristian)
- Fix an undefined behavior that giving utf8-encoded *bytes* as
params made mojibake in use of caches
Diffstat (limited to 'textproc/p5-Text-Xslate')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 8 |
2 files changed, 12 insertions, 9 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index 755a2ca90a8..81a9829d387 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/10/25 06:56:33 asau Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/03 15:03:02 wen Exp $ # -DISTNAME= Text-Xslate-1.5007 -PKGNAME= p5-${DISTNAME:S/007/.7/} -PKGREVISION= 1 +DISTNAME= Text-Xslate-1.5025 +PKGNAME= p5-${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -15,9 +14,13 @@ LICENSE= ${PERL5_LICENSE} MAKE_JOBS_SAFE= no DEPENDS+= p5-Any-Moose>=0.13:../../devel/p5-Any-Moose -DEPENDS+= p5-Data-MessagePack>=0.30:../../devel/p5-Data-MessagePack +DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack +DEPENDS+= p5-parent>=0.21:../../devel/p5-parent DEPENDS+= p5-Mouse>=0.61:../../devel/p5-Mouse DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires +# only for regress test +DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive +DEPENDS+= p5-Test-LeakTrace>=0:../../devel/p5-Test-LeakTrace PERL5_PACKLIST= auto/Text/Xslate/.packlist USE_LANGUAGES= c diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index 1486de6a591..eb4712c07a5 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/08 11:30:01 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2012/12/03 15:03:02 wen Exp $ -SHA1 (Text-Xslate-1.5007.tar.gz) = 46d9f46fe9813663b2ca880f4004f8f56532be04 -RMD160 (Text-Xslate-1.5007.tar.gz) = 7c073a439163226c1f86cbf573abe38ac2cd38cc -Size (Text-Xslate-1.5007.tar.gz) = 206946 bytes +SHA1 (Text-Xslate-1.5025.tar.gz) = 85aa02c9ecdcaa28bc699ff4cec81db36ca15b0d +RMD160 (Text-Xslate-1.5025.tar.gz) = a992ab7bf9f5e1cf78ced14974ef88ce87e69ac6 +Size (Text-Xslate-1.5025.tar.gz) = 214874 bytes |