Bug 26664

Summary: pkg_version -v trims package names that are over 31 characters
Product: Base System Reporter: philip <philip>
Component: binAssignee: Bruce A. Mah <bmah>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description philip 2001-04-18 05:30:00 UTC
	Ports with long names get trimmed in the output of "pkg_version -v"
  if the port name is over 31 characters in length.  For example the port
  "linux-netscape-navigator-4.76" gets trimmed to "linux-netscape-navigator-4"

Fix: 

Modify the pkg_version file.  Specifically change the format
  "STDOUT_VERBOSE" to allow for more characters for the port name.  I
  don't have the latest version, but the format is defined at the end of
  the file near line 448.
How-To-Repeat: 
	If you have ports with long names installed just run "pkg_version -v"
Comment 1 dd freebsd_committer freebsd_triage 2001-04-29 04:09:21 UTC
Responsible Changed
From-To: freebsd-bugs->bmah

Over to maintainer.
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2001-05-15 19:36:04 UTC
State Changed
From-To: open->suspended

Good idea, thanks!  Committed to -CURRENT, awaiting MFC to 4-STABLE.
Comment 3 Bruce A. Mah freebsd_committer freebsd_triage 2001-05-18 15:41:11 UTC
State Changed
From-To: suspended->closed

Commited to 4-STABLE, thanks!