Bug 111239 - [Update] multimedia/libspiff: bump to 0.6.3
Summary: [Update] multimedia/libspiff: bump to 0.6.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 18:50 UTC by Ed Schouten
Modified: 2007-04-05 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.42 KB, patch)
2007-04-04 18:50 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-04-04 18:50:07 UTC
A new version of the XSPF parsing library has been released; 0.6.3. This
version has a more complete C interface, which allows people to build
applications written in C that write XSPF playlists. Herrie's upcoming
release, 1.6, will also depend on this library.

Fix: The pkg-plist has slightly changes; two new header files were added.
Comment 1 Ed Schouten 2007-04-05 08:27:54 UTC
Woops,

I totally forgot to add uriparser to the BUILD_DEPENDS now. That's the
reason I wrote the uriparser port in the first place.

Yours,
-- 
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/


--- multimedia/libspiff/Makefile	Mon Mar 26 04:05:06 2007
+++ multimedia/libspiff/Makefile	Thu Apr  5 09:23:41 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libspiff
-DISTVERSION=	0.6.1rc1
+PORTVERSION=	0.6.3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libspiff
@@ -14,6 +14,7 @@
 MAINTAINER=	ed@fxq.nl
 COMMENT=	An XSPF parsing library
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/liburiparser.a:${PORTSDIR}/net/uriparser
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
 
 GNU_CONFIGURE=	yes
--- multimedia/libspiff/distinfo	Mon Mar 26 04:05:06 2007
+++ multimedia/libspiff/distinfo	Thu Apr  5 09:22:28 2007
@@ -1,3 +1,3 @@
-MD5 (libspiff-0.6.1rc1.tar.gz) = 294b45efdca8b1b45835b524e55f3041
-SHA256 (libspiff-0.6.1rc1.tar.gz) = 028f9d9ef1f83675ee4b209bee70a9b245700bd97d3e1ad2c373e4e5b9f6edf5
-SIZE (libspiff-0.6.1rc1.tar.gz) = 582485 
+MD5 (libspiff-0.6.3.tar.gz) = d5cef7c93f153e8f45fc0d6b3712d731
+SHA256 (libspiff-0.6.3.tar.gz) = e437546f36a4def27141afdf65a4d7cdd583cfcd815a9608ef2f8f56125c33af
+SIZE (libspiff-0.6.3.tar.gz) = 601548
--- multimedia/libspiff/pkg-plist	Mon Mar 26 04:05:06 2007
+++ multimedia/libspiff/pkg-plist	Thu Apr  5 09:22:28 2007
@@ -3,6 +3,7 @@
 include/spiff/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h
 include/spiff/Spiff.h
 include/spiff/SpiffData.h
+include/spiff/SpiffDataWriter.h
 include/spiff/SpiffDefines.h
 include/spiff/SpiffExtension.h
 include/spiff/SpiffExtensionReader.h
@@ -19,6 +20,7 @@
 include/spiff/SpiffToolbox.h
 include/spiff/SpiffTrack.h
 include/spiff/SpiffTrackWriter.h
+include/spiff/SpiffVersion.h
 include/spiff/SpiffWriter.h
 include/spiff/SpiffXmlFormatter.h
 include/spiff/spiff_c.h
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2007-04-05 10:16:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-05 10:22:49 UTC
stefan      2007-04-05 09:22:43 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libspiff  Makefile distinfo pkg-plist 
  Log:
  - Update to 0.6.3.
  - Add BUILD_DEPENDS for net/uriparser.
  
  PR:             111239
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +2 -1      ports/multimedia/libspiff/Makefile
  1.3       +3 -3      ports/multimedia/libspiff/distinfo
  1.3       +2 -0      ports/multimedia/libspiff/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Stefan Walter freebsd_committer freebsd_triage 2007-04-05 10:23:10 UTC
State Changed
From-To: open->closed

Committed, thanks!