Bug 53894

Summary: [PATCH] for fixing devel/libtool14 pkg-plist
Product: Ports & Packages Reporter: Rui Lopes <rui>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me CC: ade
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rui Lopes 2003-06-29 14:50:17 UTC
pkg-plist* files are using a slipped PLIST variable, ${BUILD_VERSION}.
With this problem we can't deinstall the port.

Fix: 

Replace all occurrences of ${BUILD_VERSION} with %%BUILD_VERSION%%.

# cd /usr/ports/devel/libtool14 && sed -i.orig -e 's,${BUILD_VERSION},%%BUILD_VERSION%%,g' pkg-plist*
Comment 1 Rui Lopes 2003-06-29 14:57:16 UTC
oh, the "files" are actually only the pkg-plist file.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2003-06-29 15:58:51 UTC
State Changed
From-To: open->closed

Fixed, thanks. 


Comment 3 Ade Lovett freebsd_committer freebsd_triage 2003-06-29 15:58:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Fixed, thanks.