Date: Tue, 24 Apr 2007 21:07:45 +0200 (CEST) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/112088: net/uriparser: Bump to 0.4 Message-ID: <20070424190745.C33D71CC6E@palm.hoeg.nl> Resent-Message-ID: <200704241910.l3OJAF3T048200@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112088 >Category: ports >Synopsis: net/uriparser: Bump to 0.4 >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: Tue Apr 24 19:10:13 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: Fri Apr 20 13:44:49 CEST 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: A new version of uriparser has been released. Apart from some fixes to the library itself, it now uses libtool, which means the plist has been slightly extended. There is one port in the tree that depends on uriparser; multimedia/libspiff. I'm the maintainer of this port as well. We'd better change this port to use the shared object as well. There is no need to bump its PORTREVISION. >How-To-Repeat: >Fix: Apply the following patch: --- net/uriparser/Makefile Wed Apr 4 11:19:24 2007 +++ net/uriparser/Makefile Tue Apr 24 20:56:33 2007 @@ -6,7 +6,7 @@ # PORTNAME= uriparser -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= uriparser @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes -CFLAGS+= -fPIC +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes .include <bsd.port.mk> --- net/uriparser/distinfo Wed Apr 4 11:19:24 2007 +++ net/uriparser/distinfo Tue Apr 24 20:55:49 2007 @@ -1,3 +1,3 @@ -MD5 (uriparser-0.3.3.tar.bz2) = 8165a88502c1e4d71b7fc43fc802a732 -SHA256 (uriparser-0.3.3.tar.bz2) = 09b9ebe6b2631b4c9788a995e5cd6605a69f0552a7afc1c21d614b0ef168ae22 -SIZE (uriparser-0.3.3.tar.bz2) = 161626 +MD5 (uriparser-0.3.4.tar.bz2) = 4714d5f84cccedffd51f9a0aa285d813 +SHA256 (uriparser-0.3.4.tar.bz2) = e47a96dec73bca1468d66e1f3349263dd61f5aedc25aefd96ca621a523cf2b99 +SIZE (uriparser-0.3.4.tar.bz2) = 329344 --- net/uriparser/pkg-plist Wed Apr 4 11:19:24 2007 +++ net/uriparser/pkg-plist Tue Apr 24 20:58:05 2007 @@ -7,4 +7,7 @@ include/uriparser/UriIp4.h include/uriparser/UriIp4Base.h lib/liburiparser.a +lib/liburiparser.la +lib/liburiparser.so +lib/liburiparser.so.0 @dirrm include/uriparser --- multimedia/libspiff/Makefile Tue Apr 17 21:41:31 2007 +++ multimedia/libspiff/Makefile Tue Apr 24 21:00:12 2007 @@ -14,8 +14,8 @@ 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 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ + uriparser.0:${PORTSDIR}/net/uriparser GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat=${LOCALBASE} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070424190745.C33D71CC6E>