From owner-svn-ports-all@FreeBSD.ORG Sun May 25 14:43:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E386F668; Sun, 25 May 2014 14:43:44 +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 B7D88258E; Sun, 25 May 2014 14:43:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PEhicr094396; Sun, 25 May 2014 14:43:44 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4PEhi3S094393; Sun, 25 May 2014 14:43:44 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201405251443.s4PEhi3S094393@svn.freebsd.org> From: Christian Weisgerber Date: Sun, 25 May 2014 14:43:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355249 - in head/audio: easytag opusfile 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: Sun, 25 May 2014 14:43:45 -0000 Author: naddy Date: Sun May 25 14:43:43 2014 New Revision: 355249 URL: http://svnweb.freebsd.org/changeset/ports/355249 QAT: https://qat.redports.org/buildarchive/r355249/ Log: Switch opusfile to USES=libtool. [1] Bump dependent ports. Approved by: maintainer [1] Modified: head/audio/easytag/Makefile head/audio/opusfile/Makefile head/audio/opusfile/pkg-plist Modified: head/audio/easytag/Makefile ============================================================================== --- head/audio/easytag/Makefile Sun May 25 13:54:19 2014 (r355248) +++ head/audio/easytag/Makefile Sun May 25 14:43:43 2014 (r355249) @@ -3,6 +3,7 @@ PORTNAME= easytag PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNOME Modified: head/audio/opusfile/Makefile ============================================================================== --- head/audio/opusfile/Makefile Sun May 25 13:54:19 2014 (r355248) +++ head/audio/opusfile/Makefile Sun May 25 14:43:43 2014 (r355249) @@ -2,6 +2,7 @@ PORTNAME= opusfile PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ ${MASTER_SITE_MOZILLA_EXTENDED} @@ -15,10 +16,10 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ libopus.so:${PORTSDIR}/audio/opus -USES= gmake pkgconfig pathfix +USES= gmake libtool pkgconfig pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env MAKE_JOBS_UNSAFE= yes PATHFIX_MAKEFILEIN= Makefile.am Modified: head/audio/opusfile/pkg-plist ============================================================================== --- head/audio/opusfile/pkg-plist Sun May 25 13:54:19 2014 (r355248) +++ head/audio/opusfile/pkg-plist Sun May 25 14:43:43 2014 (r355249) @@ -1,12 +1,12 @@ include/opus/opusfile.h lib/libopusfile.a -lib/libopusfile.la lib/libopusfile.so -lib/libopusfile.so.3 +lib/libopusfile.so.0 +lib/libopusfile.so.0.3.0 lib/libopusurl.a -lib/libopusurl.la lib/libopusurl.so -lib/libopusurl.so.3 +lib/libopusurl.so.0 +lib/libopusurl.so.0.3.0 libdata/pkgconfig/opusfile.pc libdata/pkgconfig/opusurl.pc @comment Insert PLIST.doc here