diff options
author | obache <obache@pkgsrc.org> | 2006-10-25 13:56:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-25 13:56:45 +0000 |
commit | 3a076fb73cef327727f0178090c3aa97bf382f33 (patch) | |
tree | b200b3addad1d2b1be749fc848c46f6bf580292b | |
parent | 649acfe6e77cf3ca5f5e56d70a2674157eaa9315 (diff) | |
download | pkgsrc-3a076fb73cef327727f0178090c3aa97bf382f33.tar.gz |
Update p5-Data-TemporaryBag to 0.09.
Based on patch provided by Martin Wilke via PR 34331.
Pkgsrc Changes:
Change HOMEPAGE to redirected URL.
Changes:
0.09 Wed Jan 25 16:13:33 2006
- Changed to create temporary files in tmpdir(). $TempPath is obsolete now.
0.08 Thu Jan 29 00:15:00 2004
- Segmentation fault occurred under a certain condition. Fixed.
(Thanks to David K. Watson)
0.07 Mon Dec 15 22:45:00 2003
- Changed an implementation of length method.
- Removed some warnings.
0.06 Sun Nov 11 00:00:00 2002
- Minor fix to pass -w.
0.05 Thu Oct 17 01:18:00 2002
- Added a manager of opened temporary files.
- Rewrote substr method.
-rw-r--r-- | devel/p5-Data-TemporaryBag/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Data-TemporaryBag/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Data-TemporaryBag/Makefile b/devel/p5-Data-TemporaryBag/Makefile index 9e15553f094..c3c876622cf 100644 --- a/devel/p5-Data-TemporaryBag/Makefile +++ b/devel/p5-Data-TemporaryBag/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:20 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/10/25 13:56:45 obache Exp $ # -DISTNAME= Data-TemporaryBag-0.04 +DISTNAME= Data-TemporaryBag-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/search?dist=Data-TemporaryBag +HOMEPAGE= http://search.cpan.org/dist/Data-TemporaryBag/ COMMENT= Handle long size data using temporary file PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Data-TemporaryBag/distinfo b/devel/p5-Data-TemporaryBag/distinfo index 700f195fae8..1663c9f8f36 100644 --- a/devel/p5-Data-TemporaryBag/distinfo +++ b/devel/p5-Data-TemporaryBag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:24 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/10/25 13:56:45 obache Exp $ -SHA1 (Data-TemporaryBag-0.04.tar.gz) = 37caea61c157eb7babc049f98192720977d35696 -RMD160 (Data-TemporaryBag-0.04.tar.gz) = 24c70abb21d78f51aae3c7d487ea4187183380a3 -Size (Data-TemporaryBag-0.04.tar.gz) = 3895 bytes +SHA1 (Data-TemporaryBag-0.09.tar.gz) = e3428f972c281ec69f6037c3a990223537e9e816 +RMD160 (Data-TemporaryBag-0.09.tar.gz) = 4616372ccb81e181bbb67b6db411a6a83bb40e92 +Size (Data-TemporaryBag-0.09.tar.gz) = 5024 bytes |