Bug 55721

Summary: "Checking if XXX already installed" does not work
Product: Ports & Packages Reporter: Dmitry Sivachenko <mitya>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Sivachenko 2003-08-20 10:40:11 UTC
Though $found_package variable is properly populated, it is checked for 
non-zero length ( -n "$${found_package}" ) in another shell process where it
does not exist.

How-To-Repeat: 
Install a port of your choice.  Increase PORTVERSION and try to install the
same port again.  It will be installed, instead of displaying expected warning.
Comment 1 Dmitry Sivachenko freebsd_committer freebsd_triage 2003-08-20 10:44:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Could you please take a look at it? 
It even contains a patch.
Comment 2 Sergey Matveychuk 2003-08-21 01:44:26 UTC
It's a dublicate to PR/55616

----
Sem.
Comment 3 Dmitry Sivachenko 2003-08-21 07:53:55 UTC
On Thu, Aug 21, 2003 at 04:44:26AM +0400, Sergey Matveychuk wrote:
> It's a dublicate to PR/55616
> 

Gee, even the patch is the same.

Sorry, I didn't noticed it.
Comment 4 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-08-27 05:59:46 UTC
State Changed
From-To: open->closed

This has now been fixed.