diff options
author | drochner <drochner@pkgsrc.org> | 2005-09-08 18:18:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-09-08 18:18:52 +0000 |
commit | d547a1168d8f75bb9cb1fed6124f3e474a7dfac8 (patch) | |
tree | fd1248e8595335475c5918058e29a89775e31c35 | |
parent | f77482309bb83b4c31411159683605f8d65c639a (diff) | |
download | pkgsrc-d547a1168d8f75bb9cb1fed6124f3e474a7dfac8.tar.gz |
update to 0.8.1
changes:
1) it fixes crashes with empty/near-empty databases
2) it fixes a few performance bottlenecks, most notably for larger
databases
-rw-r--r-- | databases/krecipes/Makefile | 6 | ||||
-rw-r--r-- | databases/krecipes/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/databases/krecipes/Makefile b/databases/krecipes/Makefile index 10e8c3eaa24..3295d524e9e 100644 --- a/databases/krecipes/Makefile +++ b/databases/krecipes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/19 17:10:36 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/08 18:18:52 drochner Exp $ # -DISTNAME= krecipes_beta_0.8 -PKGNAME= krecipes-0.8beta +DISTNAME= krecipes-0.8.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=krecipes/} @@ -10,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://krecipes.sourceforge.net/ COMMENT= Recipe manager -WRKSRC= ${WRKDIR}/krecipes-0.8 USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/databases/krecipes/distinfo b/databases/krecipes/distinfo index 4a3e5bb4aeb..b804b540203 100644 --- a/databases/krecipes/distinfo +++ b/databases/krecipes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/19 17:10:36 drochner Exp $ +$NetBSD: distinfo,v 1.2 2005/09/08 18:18:52 drochner Exp $ -SHA1 (krecipes_beta_0.8.tar.gz) = 94926df1d4cef750aca77aa01fdc17f1aa2e9207 -RMD160 (krecipes_beta_0.8.tar.gz) = 696526cb25abcfaa031f8460e0b30f6f65480f58 -Size (krecipes_beta_0.8.tar.gz) = 5603875 bytes +SHA1 (krecipes-0.8.1.tar.gz) = 64b3bfd1d36ce09ae1342ac3a1cfc21e238b30f8 +RMD160 (krecipes-0.8.1.tar.gz) = 2b98cce1fedadb4161fca499f2f7424bed3c2f05 +Size (krecipes-0.8.1.tar.gz) = 5606139 bytes |