diff options
author | he <he@pkgsrc.org> | 2008-07-22 22:30:56 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-22 22:30:56 +0000 |
commit | 48c8f04f927dfbbd459d98a5a6da7c36266c46a9 (patch) | |
tree | 2deb76f024c77ab90f9da79ebb6874d6acbdb836 /databases | |
parent | 0ab07921b7dc4a0bc71f877a8c5e539191126c55 (diff) | |
download | pkgsrc-48c8f04f927dfbbd459d98a5a6da7c36266c46a9.tar.gz |
Update from version 1.815 to 1.817. Changes:
1.817 27 March 2008
* Updated dbinfo
* Applied core patch 32299 - Re-apply change #30562
* Applied core patch 32208
* Applied core patch 32884 - use MM->parse_version() in Makefile.PL
* Applied core patch 32883 - Silence new warning grep in void
context warning
* Applied core patch 32704 to remove use of PL_na in typemap
* Applied core patch 30562 to fix a build issue on OSF
1.816 28 October 2007
* Clarified the warning about building with a different version of
Berkeley DB that is used at runtime.
* Also made the boot version check less strict.
[rt.cpan.org #30013]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DB_File/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DB_File/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index 150cef0bf69..eb2d7bc62f4 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.22 2008/06/20 01:09:11 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2008/07/22 22:30:56 he Exp $ -DISTNAME= DB_File-1.815 +DISTNAME= DB_File-1.817 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dfi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DB_File/ COMMENT= Perl5 module to use Berkeley DB version 1 API PKG_DESTDIR_SUPPORT= user-destdir diff --git a/databases/p5-DB_File/distinfo b/databases/p5-DB_File/distinfo index 2904ee2dcfa..abaa87c215c 100644 --- a/databases/p5-DB_File/distinfo +++ b/databases/p5-DB_File/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2007/06/10 08:24:13 obache Exp $ +$NetBSD: distinfo,v 1.7 2008/07/22 22:30:56 he Exp $ -SHA1 (DB_File-1.815.tar.gz) = be02dbd60d997cc804ef594cda982fe77dd62928 -RMD160 (DB_File-1.815.tar.gz) = d08a874fcb9f24276d02662ca722d48f10b9e431 -Size (DB_File-1.815.tar.gz) = 87656 bytes +SHA1 (DB_File-1.817.tar.gz) = 009187ed32c50dd53d09f4fc0352226369b49f66 +RMD160 (DB_File-1.817.tar.gz) = 268f560af33d3aac9d8a54b28383f2566365e1b3 +Size (DB_File-1.817.tar.gz) = 87996 bytes SHA1 (patch-aa) = c9166206b62b66a5d3a87620602ce50a7d049472 |