Skip to content

Commit

Permalink
ports-mgmt/pkg-provides: Fix package message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rosorio committed Jun 11, 2023
1 parent 8fb45c1 commit 24d4fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion ports-mgmt/pkg-provides/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pkg-provides
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= ports-mgmt

MAINTAINER= rodrigo@FreeBSD.org
Expand Down
10 changes: 0 additions & 10 deletions ports-mgmt/pkg-provides/files/pkg-message.in
Expand Up @@ -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
}
]

0 comments on commit 24d4fb0

Please sign in to comment.