Bug 274612

Summary: mail/roundcube-phpXX: pkg-message refers to UPGRADING document, but it is not installed
Product: Ports & Packages Reporter: C. Bern <bugs.freebsd.org>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed Works As Intended    
Severity: Affects Only Me CC: chris, fuz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description C. Bern 2023-10-20 15:37:17 UTC
Hi
The UPGADING document is not part of the package installed through ports.
So the info must be checked directly in die *.tar.gz from their website or somewhere.

So either remove the hint about 'see UPGRADING' or put a link instead (or include it in the package):
/quote
Read UPGRADING for detailed instructions.

===>>> Done displaying pkg-message files

===>>> Upgrade of roundcube-php81-1.6.3,1 to roundcube-php81-1.6.4,1 complete
[root@beastly ~]# pkg info -l  roundcube-php81 | grep UPG
	/usr/local/www/roundcube/vendor/guzzlehttp/guzzle/UPGRADING.md
	/usr/local/www/roundcube/vendor/masterminds/html5/UPGRADING.md
(these two grepped ones are something else)
/end quote

thanks
Christian
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-10-21 20:34:43 UTC
Assign to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2023-10-23 13:31:26 UTC
Perhaps you shouldn't disable the port DOCS if you like to read it :-)
Comment 3 C. Bern 2023-11-10 09:36:25 UTC
ah, ok, good point. Enabled it and seeing the 4 docs now under .../share/doc/...

I usually disable doc targets as they tend to install bazillion of doc processing  tools...

my bad, thanks for the hint.
C.