diff options
author | wiz <wiz> | 2005-11-23 22:15:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-23 22:15:35 +0000 |
commit | 7139004200f383dfcb01c5b9759b4f20a0f459c6 (patch) | |
tree | 4d20678c71288073ee2fd965197b4db3b884aa44 /textproc | |
parent | 488bb789705b83c01eb45689b8567762cccd5bac (diff) | |
download | pkgsrc-7139004200f383dfcb01c5b9759b4f20a0f459c6.tar.gz |
Update to 1.44:
This is a maintentance release. There are no feature changes.
_scrubpkg, which was responsible for eptying out temporary
packages after the module had done with them, wasn't always
working; the result was memory-leaks in long-running
applications. This should be fixed now, and there is a test
in the test suite for it.
Minor changes to the test suite to prevent spurious errors.
Minor documentation changes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Template/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index f4b432a2d44..dcb27574a5f 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2005/08/06 06:19:33 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/23 22:15:35 wiz Exp $ # -DISTNAME= Text-Template-1.43 -PKGNAME= p5-${DISTNAME} +DISTNAME= Text-Template-1.44 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tte -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo index f8109857db2..0405aec4668 100644 --- a/textproc/p5-Text-Template/distinfo +++ b/textproc/p5-Text-Template/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 14:48:46 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/11/23 22:15:35 wiz Exp $ -SHA1 (Text-Template-1.43.tar.gz) = db7da3a852b7180ac326f7b0291ca51f907bdde6 -RMD160 (Text-Template-1.43.tar.gz) = 049d23a6a7595ac204b55f11568543ad5a4e18ea -Size (Text-Template-1.43.tar.gz) = 43455 bytes +SHA1 (Text-Template-1.44.tar.gz) = 88c35f48770d100dfcb8eee4a9d16a39da09b9f7 +RMD160 (Text-Template-1.44.tar.gz) = 80b179ed74fbdb635170791bf655dd124dc262b0 +Size (Text-Template-1.44.tar.gz) = 43481 bytes |