diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-22 11:31:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-22 11:31:16 +0000 |
commit | 212f32736fb935e3eca32619c09dcd7f9c79c611 (patch) | |
tree | 3cc28600b6d9cc36fd8f5b073012ac84dccd3ee9 /pkgtools/pbulk/Makefile | |
parent | df1dc3d9d18a9d4fcc7eec18175ea0791726efd9 (diff) | |
download | pkgsrc-212f32736fb935e3eca32619c09dcd7f9c79c611.tar.gz |
pbulk-0.35:
Sync Dewey with pkg_install(-renovation) and add a fast check if a
pattern could ever match. This reduces the time for pbulk-resolve on a
full tree on my laptop from 12.9s to 5.3s.
Diffstat (limited to 'pkgtools/pbulk/Makefile')
-rw-r--r-- | pkgtools/pbulk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pbulk/Makefile b/pkgtools/pbulk/Makefile index 68d68904f36..f0819fa5441 100644 --- a/pkgtools/pbulk/Makefile +++ b/pkgtools/pbulk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2008/09/16 18:21:30 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2008/09/22 11:31:16 joerg Exp $ -DISTNAME= pbulk-0.34 +DISTNAME= pbulk-0.35 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |