artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9927519
)
forgot to kill that
author
espie
<espie@openbsd.org>
Sat, 16 Sep 2023 09:33:13 +0000
(09:33 +0000)
committer
espie
<espie@openbsd.org>
Sat, 16 Sep 2023 09:33:13 +0000
(09:33 +0000)
usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm
b/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm
index
7c516f9
..
d44eed0
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: Cache.pm,v 1.1
2 2023/06/13 09:07:18
espie Exp $
+# $OpenBSD: Cache.pm,v 1.1
3 2023/09/16 09:33:13
espie Exp $
#
# Copyright (c) 2022 Marc Espie <espie@openbsd.org>
#
@@
-137,9
+137,6
@@
sub get_cached_info($self, $name)
$content = '';
open my $fh, "-|", $self->pipe_locate($name.":*") or die $!;
while (<$fh>) {
- if (m/\@option\s+always-update/) {
- return undef;
- }
if (m/^.*?\:(.*)/) {
$content .= $1."\n";
} else {