don't bother storing checksums for always-update packages:

mklocatedb will sort things anyway, thus rendering that info useless
we'll have no choice but to grab the actual McCoy for those.

noticed by semarie@
This commit is contained in:
espie 2022-03-14 08:04:13 +00:00
parent d721505f9f
commit 1cf506e2d3
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-5.0
PKGNAME = quirks-5.1
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,5 +1,5 @@
#! /usr/bin/perl
# $OpenBSD: list_update_info,v 1.2 2022/03/08 16:00:52 espie Exp $
# $OpenBSD: list_update_info,v 1.3 2022/03/14 08:04:13 espie Exp $
#
# Copyright (c) 2022 Marc Espie <espie@openbsd.org>
#
@ -32,6 +32,11 @@ sub write_for_locate
package OpenBSD::PackingElement::SpecialFile;
sub write_for_locate
{}
package OpenBSD::PackingElement::FileObject;
sub write_for_locate
{}
package Scanner;
use OpenBSD::PackageInfo;
use OpenBSD::AddCreateDelete;