Bug 93436

Summary: devel/git uses incorrect expat shlib version
Product: Ports & Packages Reporter: Kostik Belousov <kostikbel>
Component: Individual Port(s)Assignee: Eric Anholt <anholt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kostik Belousov 2006-02-16 14:50:09 UTC
devel/git Makefile specifies

LIB_DEPENDS=    expat.5:${PORTSDIR}/textproc/expat2

but textproc/expat2 installs libexpat.so.6.

Fix: 

Change the line to
LIB_DEPENDS=    expat.6:${PORTSDIR}/textproc/expat2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-16 14:52:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anholt

Over to maintainer
Comment 2 Eric Anholt freebsd_committer freebsd_triage 2006-02-17 01:17:36 UTC
State Changed
From-To: open->closed

Committed.  Thanks!