From owner-svn-ports-all@FreeBSD.ORG Mon May 26 06:29:25 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 DF55E3B0; Mon, 26 May 2014 06:29:25 +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 CD2392C1D; Mon, 26 May 2014 06:29:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4Q6TPnW018591; Mon, 26 May 2014 06:29:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4Q6TPsX018589; Mon, 26 May 2014 06:29:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405260629.s4Q6TPsX018589@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 26 May 2014 06:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355277 - head/audio/libofa 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, 26 May 2014 06:29:26 -0000 Author: bapt Date: Mon May 26 06:29:25 2014 New Revision: 355277 URL: http://svnweb.freebsd.org/changeset/ports/355277 QAT: https://qat.redports.org/buildarchive/r355277/ Log: Convert to USES=dos2unix and USES=libtool Modified: head/audio/libofa/Makefile head/audio/libofa/pkg-plist Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Mon May 26 02:57:18 2014 (r355276) +++ head/audio/libofa/Makefile Mon May 26 06:29:25 2014 (r355277) @@ -3,7 +3,7 @@ PORTNAME= libofa PORTVERSION= 0.9.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -22,12 +22,11 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/mat libcurl.so:${PORTSDIR}/ftp/curl PROJECTHOST= musicip-libofa -USE_DOS2UNIX= yes -USE_AUTOTOOLS= libtool -USES= pathfix +USES= dos2unix libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +INSTALL_TARGET= install-strip .include Modified: head/audio/libofa/pkg-plist ============================================================================== --- head/audio/libofa/pkg-plist Mon May 26 02:57:18 2014 (r355276) +++ head/audio/libofa/pkg-plist Mon May 26 06:29:25 2014 (r355277) @@ -1,7 +1,7 @@ include/ofa1/ofa.h lib/libofa.a -lib/libofa.la lib/libofa.so lib/libofa.so.0 +lib/libofa.so.0.0.0 libdata/pkgconfig/libofa.pc @dirrm include/ofa1