diff options
author | wiz <wiz> | 2014-12-14 15:33:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-12-14 15:33:09 +0000 |
commit | 5a72c8fcd6bd9ece7e905dadcadc5ddc28ed0a39 (patch) | |
tree | 2f119b6d9c976f0edca21449194d04e807aad1a6 /databases/p5-DB_File/Makefile | |
parent | ddf4ceb475f189c40f6a14d545ab40d38c4ce1bd (diff) | |
download | pkgsrc-5a72c8fcd6bd9ece7e905dadcadc5ddc28ed0a39.tar.gz |
Update to 1.834:
1.834 11 Dec 2014
* Makefile.PL: version check is missing a zero
RT #100844
Diffstat (limited to 'databases/p5-DB_File/Makefile')
-rw-r--r-- | databases/p5-DB_File/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile index b70b3782870..2af634cc511 100644 --- a/databases/p5-DB_File/Makefile +++ b/databases/p5-DB_File/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2014/12/10 22:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2014/12/14 15:33:09 wiz Exp $ -DISTNAME= DB_File-1.833 +DISTNAME= DB_File-1.834 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DB_File/} |