freebsd-ports/security/pinentry/pkg-message.gnome
Jason E. Hale 6c2c407eef security/pinentry-gnome3: De-version and rename
Due to the new GNOME versioning scheme, security/pinentry-gnome3 has
been renamed to security/pinentry-gnome and all references to
"GNOME 3" have been dropped in favor of just "GNOME". The binary itself
still installs as pinentry-gnome3 at this time, however.

Rename the option GNOME3 -> GNOME in security/pinentry.

PR:		263681
Reported by:	PauAmma <pauamma@gundo.com>
2022-04-30 15:22:41 -04:00

26 lines
761 B
Text

[
{ type: install
message: <<EOM
Due to a dependency loop, you must install security/pinentry-gnome manually.
A symlink has been created for you so that pinentry-gnome will be the default
pinentry binary after you install it, but bear in mind that the package system
will not keep track of this dependency.
You may install pinentry-gnome with one of the following commands:
# pkg install security/pinentry-gnome
or
# make -C /usr/ports/security/pinentry-gnome install clean
EOM
}
{ type: remove
message: <<EOM
The pinentry package has been removed. If you no longer plan on using this
package, you may remove the pinentry-gnome package as well.
You may remove the pinentry-gnome package with the following command:
# pkg delete pinentry-gnome
EOM
}
]