Bug 84606

Summary: Update port: audio/taglib to version 1.4
Product: Ports & Packages Reporter: Frerich Raabe <frerich>
Component: Individual Port(s)Assignee: Michael Landin <mich>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Frerich Raabe 2005-08-06 06:20:09 UTC
The accompanying patch intends to update the audio/taglib port to honour the
recent release of taglib v1.4.
Comment 1 Michael Schout 2005-08-15 06:19:57 UTC
The plist is wrong after you update to 1.4.  This causes "make package"
to fail if you apply the update to 1.4.

This patch fixes the plist:

--- pkg-plist.orig      Mon Aug 15 00:11:37 2005
+++ pkg-plist   Mon Aug 15 00:17:06 2005
@@ -32,7 +32,6 @@
 include/taglib/taglib.h
 include/taglib/tbytevector.h
 include/taglib/tbytevectorlist.h
-include/taglib/tdebug.h
 include/taglib/textidentificationframe.h
 include/taglib/tfile.h
 include/taglib/tlist.h
@@ -49,7 +48,7 @@
 include/taglib/xiphcomment.h
 lib/libtag.la
 lib/libtag.so
-lib/libtag.so.4
+lib/libtag.so.5
 lib/libtag_c.la
 lib/libtag_c.so
 lib/libtag_c.so.0
Comment 2 Michael Landin freebsd_committer freebsd_triage 2005-08-17 14:54:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Grab this one.
Comment 3 Michael Schout 2005-08-18 07:06:54 UTC
We also need to replace all instances of:

tag.4:${PORTSDIR}/audio/taglib

with

tag.5:${PORTSDIR}/audio/taglib

in the whole ports tree.

I will follow up with a patch for that in the morning.
Comment 4 Michael Landin freebsd_committer freebsd_triage 2005-08-31 14:30:17 UTC
State Changed
From-To: open->closed

Committed, thanks !