From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 24 19:10:15 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9FBC16A40A for ; Tue, 24 Apr 2007 19:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A031F13C45E for ; Tue, 24 Apr 2007 19:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3OJAFhe048201 for ; Tue, 24 Apr 2007 19:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3OJAF3T048200; Tue, 24 Apr 2007 19:10:15 GMT (envelope-from gnats) Resent-Date: Tue, 24 Apr 2007 19:10:15 GMT Resent-Message-Id: <200704241910.l3OJAF3T048200@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DB1E16A402 for ; Tue, 24 Apr 2007 19:07:48 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.freebsd.org (Postfix) with ESMTP id D0FD113C45D for ; Tue, 24 Apr 2007 19:07:47 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id C33D71CC6E; Tue, 24 Apr 2007 21:07:45 +0200 (CEST) Message-Id: <20070424190745.C33D71CC6E@palm.hoeg.nl> Date: Tue, 24 Apr 2007 21:07:45 +0200 (CEST) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112088: net/uriparser: Bump to 0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 19:10:15 -0000 >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 --- 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: