From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 12:32:14 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 0ED531DE; Mon, 16 Jun 2014 12:32:14 +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 EFCE02C48; Mon, 16 Jun 2014 12:32:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GCWDaq080605; Mon, 16 Jun 2014 12:32:13 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GCWDx4080601; Mon, 16 Jun 2014 12:32:13 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406161232.s5GCWDx4080601@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 12:32:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357978 - head/audio/libfishsound 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: Mon, 16 Jun 2014 12:32:14 -0000 Author: amdmi3 Date: Mon Jun 16 12:32:13 2014 New Revision: 357978 URL: http://svnweb.freebsd.org/changeset/ports/357978 QAT: https://qat.redports.org/buildarchive/r357978/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/audio/libfishsound/Makefile head/audio/libfishsound/pkg-plist Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Mon Jun 16 12:28:10 2014 (r357977) +++ head/audio/libfishsound/Makefile Mon Jun 16 12:32:13 2014 (r357978) @@ -3,7 +3,7 @@ PORTNAME= libfishsound PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \ LOCAL/sunpoet @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig libtool .include @@ -36,6 +36,6 @@ post-patch: .endif post-build: - @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4 + @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so .include Modified: head/audio/libfishsound/pkg-plist ============================================================================== --- head/audio/libfishsound/pkg-plist Mon Jun 16 12:28:10 2014 (r357977) +++ head/audio/libfishsound/pkg-plist Mon Jun 16 12:32:13 2014 (r357978) @@ -5,8 +5,8 @@ include/fishsound/deprecated.h include/fishsound/encode.h include/fishsound/fishsound.h lib/libfishsound.a -lib/libfishsound.la lib/libfishsound.so -lib/libfishsound.so.4 +lib/libfishsound.so.1 +lib/libfishsound.so.1.3.0 libdata/pkgconfig/fishsound.pc @dirrm include/fishsound