Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2007 16:01:07 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116580: net/uriparser, multimedia/libspiff, audio/herrie: Bump versions
Message-ID:  <20070923140107.E72EF1CC5A@palm.hoeg.nl>
Resent-Message-ID: <200709231410.l8NEA1MB086927@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116580
>Category:       ports
>Synopsis:       net/uriparser, multimedia/libspiff, audio/herrie: Bump versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 23 14:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Sep 10 21:37:34 CEST 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
Normally I would have filed three seperate PR's, but because they all
depend on eachother and involve breakage (increment of shlib major),
they need to go in in one go.

Uriparser has been updated to 0.6.0
libSpiff has been updated to 0.8.0
Herrie has been updated to 1.8.4

Because of the libSpiff shlib major increment, we can finally remove an
ugly hack from the Herrie port. We can now just use LIB_DEPENDS for the
XSPF library.
>How-To-Repeat:
>Fix:
--- audio/herrie/Makefile	2007-09-05 17:03:36.000000000 +0200
+++ audio/herrie/Makefile	2007-09-23 15:58:47.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	1.8.3
+PORTVERSION=	1.8.4
 CATEGORIES=	audio
 MASTER_SITES=	http://herrie.info/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
@@ -74,9 +74,7 @@
 CONFIGURE_ARGS+=xcurses
 .endif
 .if !defined(WITHOUT_XSPF)
-# We need 0.6.3, which has proper C bindings
-BUILD_DEPENDS+=	libspiff>=0.6.3:${PORTSDIR}/multimedia/libspiff
-RUN_DEPENDS+=	libspiff>=0.6.3:${PORTSDIR}/multimedia/libspiff
+LIB_DEPENDS+=	spiff.1:${PORTSDIR}/multimedia/libspiff
 .else
 CONFIGURE_ARGS+=no_xspf
 .endif
--- audio/herrie/distinfo	2007-09-05 17:03:36.000000000 +0200
+++ audio/herrie/distinfo	2007-09-23 15:57:56.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (herrie-1.8.3.tar.bz2) = a76baacdb82d4e5fc246c3f5da90e2af
-SHA256 (herrie-1.8.3.tar.bz2) = d4746b136b59b31715461d436292da3bbd6b3a8c814f6fa897e4c229aaa465f8
-SIZE (herrie-1.8.3.tar.bz2) = 62786
+MD5 (herrie-1.8.4.tar.bz2) = 085d40be1b707c2ab7168674ebd9f3d0
+SHA256 (herrie-1.8.4.tar.bz2) = 0e6e468f2915855aebf5faa202d915272858fb225994310b418921a855fdbe78
+SIZE (herrie-1.8.4.tar.bz2) = 62364
--- multimedia/libspiff/Makefile	2007-08-15 14:31:54.000000000 +0200
+++ multimedia/libspiff/Makefile	2007-09-23 15:56:07.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libspiff
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8.0
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -14,7 +14,7 @@
 COMMENT=	An XSPF parsing library
 
 LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
-		uriparser.0:${PORTSDIR}/net/uriparser
+		uriparser.1:${PORTSDIR}/net/uriparser
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-expat=${LOCALBASE}
--- multimedia/libspiff/distinfo	2007-08-15 14:31:54.000000000 +0200
+++ multimedia/libspiff/distinfo	2007-09-23 15:55:13.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (libspiff-0.7.2.tar.bz2) = 3b291762e0149c975dab9f5ea15bad15
-SHA256 (libspiff-0.7.2.tar.bz2) = 6b498c1070e17f665625dc3e5113e8af55da5ce3d4d5abf0ae3fec344b8208d4
-SIZE (libspiff-0.7.2.tar.bz2) = 473067
+MD5 (libspiff-0.8.0.tar.bz2) = 9ae5920d6a0cb7e0873c47815dc892fe
+SHA256 (libspiff-0.8.0.tar.bz2) = 81b1cf8ff8d3dd1f8c0b7390ead86192b3439875ce1516d6f786f955878f3a34
+SIZE (libspiff-0.8.0.tar.bz2) = 502877
--- multimedia/libspiff/pkg-plist	2007-06-04 22:14:04.000000000 +0200
+++ multimedia/libspiff/pkg-plist	2007-09-23 15:56:53.000000000 +0200
@@ -31,6 +31,6 @@
 lib/libspiff.a
 lib/libspiff.la
 lib/libspiff.so
-lib/libspiff.so.0
+lib/libspiff.so.1
 @dirrm include/spiff/ProjectOpus
 @dirrm include/spiff
--- net/uriparser/Makefile	2007-08-15 14:32:49.000000000 +0200
+++ net/uriparser/Makefile	2007-09-23 15:51:21.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	uriparser
-PORTVERSION=	0.5.1
+PORTVERSION=	0.6.0
 CATEGORIES=	net
 MASTER_SITES=	SF
 
--- net/uriparser/distinfo	2007-08-15 14:32:49.000000000 +0200
+++ net/uriparser/distinfo	2007-09-23 15:52:08.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (uriparser-0.5.1.tar.bz2) = faf561c6260e1b580cba2509f410a29f
-SHA256 (uriparser-0.5.1.tar.bz2) = 5a664f5c8f404c1148f661499866f1fe8df8debef2adc55c630ac83e6d57a98c
-SIZE (uriparser-0.5.1.tar.bz2) = 376479
+MD5 (uriparser-0.6.0.tar.bz2) = df649b55dc3808c2561271e55691a89c
+SHA256 (uriparser-0.6.0.tar.bz2) = 0391b786a17683ed40e2e4ff37f6929c388a4167391f375c045897f504b57ff6
+SIZE (uriparser-0.6.0.tar.bz2) = 376953
--- net/uriparser/pkg-plist	2007-08-15 14:32:49.000000000 +0200
+++ net/uriparser/pkg-plist	2007-09-23 15:53:23.000000000 +0200
@@ -7,5 +7,5 @@
 lib/liburiparser.a
 lib/liburiparser.la
 lib/liburiparser.so
-lib/liburiparser.so.0
+lib/liburiparser.so.1
 @dirrm include/uriparser
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070923140107.E72EF1CC5A>