From owner-svn-ports-all@FreeBSD.ORG Fri Jul 25 19:44:37 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 5902D8AE; Fri, 25 Jul 2014 19:44:37 +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 45AA4267A; Fri, 25 Jul 2014 19:44:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PJibrI030769; Fri, 25 Jul 2014 19:44:37 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PJiafk030766; Fri, 25 Jul 2014 19:44:36 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407251944.s6PJiafk030766@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 19:44:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362925 - head/audio/soundtouch 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: Fri, 25 Jul 2014 19:44:37 -0000 Author: amdmi3 Date: Fri Jul 25 19:44:36 2014 New Revision: 362925 URL: http://svnweb.freebsd.org/changeset/ports/362925 QAT: https://qat.redports.org/buildarchive/r362925/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/soundtouch/Makefile head/audio/soundtouch/pkg-plist Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Fri Jul 25 19:44:20 2014 (r362924) +++ head/audio/soundtouch/Makefile Fri Jul 25 19:44:36 2014 (r362925) @@ -3,6 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -19,7 +20,7 @@ AUTOMAKE_ARGS= --add-missing --copy --fo CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -USES= pathfix +USES= pathfix libtool PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS Modified: head/audio/soundtouch/pkg-plist ============================================================================== --- head/audio/soundtouch/pkg-plist Fri Jul 25 19:44:20 2014 (r362924) +++ head/audio/soundtouch/pkg-plist Fri Jul 25 19:44:36 2014 (r362925) @@ -5,9 +5,9 @@ include/soundtouch/FIFOSamplePipe.h include/soundtouch/STTypes.h include/soundtouch/SoundTouch.h include/soundtouch/soundtouch_config.h -lib/libSoundTouch.la lib/libSoundTouch.so lib/libSoundTouch.so.0 +lib/libSoundTouch.so.0.0.0 libdata/pkgconfig/soundtouch.pc share/aclocal/soundtouch.m4 %%PORTDOCS%%%%DOCSDIR%%/README.html