mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
ports-mgmt/pkg-provides: Fix package message
Fix package message who has two different messages displayed for the same upgrade. Remove the oldest one done for versions under 0.6.0 released in 2019. PR: 271688 Reported by: grahamperrin
This commit is contained in:
parent
8fb45c1aa9
commit
24d4fb0164
@ -1,7 +1,7 @@
|
||||
PORTNAME= pkg-provides
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.7.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
@ -13,18 +13,8 @@ After that run `pkg plugins' to see the plugins handled by pkg.
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
maximum_version: "0.6.0"
|
||||
message: <<EOM
|
||||
To update the provides database run `pkg provides -u`.
|
||||
EOM
|
||||
}
|
||||
{
|
||||
type: upgrade
|
||||
maximum_version: "0.6.0"
|
||||
message: <<EOM
|
||||
Pkg-provides from v0.6.0 introduces a new database file format.
|
||||
|
||||
To update the provides database run `pkg provides -uf`.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user