From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 12:04:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C674C8E; Thu, 3 Jul 2014 12:04:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F70B2F15; Thu, 3 Jul 2014 12:04:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63C4lgU018231; Thu, 3 Jul 2014 12:04:47 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63C4kik018229; Thu, 3 Jul 2014 12:04:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407031204.s63C4kik018229@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 12:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360358 - head/multimedia/libxspf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 12:04:47 -0000 Author: amdmi3 Date: Thu Jul 3 12:04:46 2014 New Revision: 360358 URL: http://svnweb.freebsd.org/changeset/ports/360358 QAT: https://qat.redports.org/buildarchive/r360358/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/multimedia/libxspf/Makefile head/multimedia/libxspf/pkg-plist Modified: head/multimedia/libxspf/Makefile ============================================================================== --- head/multimedia/libxspf/Makefile Thu Jul 3 11:55:46 2014 (r360357) +++ head/multimedia/libxspf/Makefile Thu Jul 3 12:04:46 2014 (r360358) @@ -3,13 +3,14 @@ PORTNAME= libxspf PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/libspiff/Sources/${PORTVERSION} MAINTAINER= ed@FreeBSD.org COMMENT= An XSPF parsing library -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 # We need 0.7.5, which uses pkg-config BUILD_DEPENDS= uriparser>=0.7.5:${PORTSDIR}/net/uriparser @@ -18,10 +19,10 @@ RUN_DEPENDS= uriparser>=0.7.5:${PORTSDIR GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test -USE_BZIP2= yes -USES= pkgconfig -USE_AUTOTOOLS= libtool +USES= libtool pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes +LIBS+= -L${LOCALBASE}/lib -luriparser post-patch: @${REINPLACE_CMD} 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ Modified: head/multimedia/libxspf/pkg-plist ============================================================================== --- head/multimedia/libxspf/pkg-plist Thu Jul 3 11:55:46 2014 (r360357) +++ head/multimedia/libxspf/pkg-plist Thu Jul 3 12:04:46 2014 (r360358) @@ -25,9 +25,9 @@ include/xspf/XspfWriter.h include/xspf/XspfXmlFormatter.h include/xspf/xspf_c.h lib/libxspf.a -lib/libxspf.la lib/libxspf.so lib/libxspf.so.4 +lib/libxspf.so.4.0.1 libdata/pkgconfig/xspf.pc @dirrm include/xspf/ProjectOpus @dirrm include/xspf