From owner-svn-ports-all@FreeBSD.ORG Wed Oct 23 18:18:09 2013 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 ESMTP id CEDBA17F; Wed, 23 Oct 2013 18:18:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A25212314; Wed, 23 Oct 2013 18:18:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NII9VC087609; Wed, 23 Oct 2013 18:18:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NII9o2087607; Wed, 23 Oct 2013 18:18:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310231818.r9NII9o2087607@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Oct 2013 18:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331401 - head/audio/fplib 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.14 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: Wed, 23 Oct 2013 18:18:09 -0000 Author: sunpoet Date: Wed Oct 23 18:18:08 2013 New Revision: 331401 URL: http://svnweb.freebsd.org/changeset/ports/331401 Log: - Update to 20121001 - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Changes: https://github.com/lastfm/Fingerprinter/commits/master Modified: head/audio/fplib/Makefile head/audio/fplib/distinfo Modified: head/audio/fplib/Makefile ============================================================================== --- head/audio/fplib/Makefile Wed Oct 23 18:01:14 2013 (r331400) +++ head/audio/fplib/Makefile Wed Oct 23 18:18:08 2013 (r331401) @@ -2,36 +2,33 @@ # $FreeBSD$ PORTNAME= fplib -PORTVERSION= 20120911 -PORTREVISION= 1 +PORTVERSION= 20121001 CATEGORIES= audio MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Last.fm fingerprint library -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - fftw3:${PORTSDIR}/math/fftw3 \ - fftw3f:${PORTSDIR}/math/fftw3-float \ - mad:${PORTSDIR}/audio/libmad \ - samplerate:${PORTSDIR}/audio/libsamplerate \ - tag:${PORTSDIR}/audio/taglib +LICENSE= LGPL3 + +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libmad.so:${PORTSDIR}/audio/libmad \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ + libtag.so:${PORTSDIR}/audio/taglib CPPFLAGS+= -I${LOCALBASE}/include -REINPLACE_ARGS= -i '' -USES= cmake -NO_STAGE= yes +#REINPLACE_ARGS= -i '' MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_XZ= yes +USES= cmake post-patch: @${REINPLACE_CMD} \ -e 's|\(ADD_DEFINITIONS\)(.*)|\1(${CFLAGS} ${CPPFLAGS})|' \ -e 's|\(LINK_DIRECTORIES\)(\(.*\))|\1(\2 ${LOCALBASE}/lib)|' \ ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} \ - -e '85 s|size|&()|' \ - ${WRKSRC}/include/fplib/FloatingAverage.h .include Modified: head/audio/fplib/distinfo ============================================================================== --- head/audio/fplib/distinfo Wed Oct 23 18:01:14 2013 (r331400) +++ head/audio/fplib/distinfo Wed Oct 23 18:18:08 2013 (r331401) @@ -1,2 +1,2 @@ -SHA256 (fplib-20120911.tar.xz) = 9d94924b39ccaca6290c9af67754a410a580d8d55f1e2ac9a6501770948776a6 -SIZE (fplib-20120911.tar.xz) = 55124 +SHA256 (fplib-20121001.tar.xz) = 8252ad94fd9c8ff37d8dbda3c91c9d0a355692ba4b672d36b4e63601b1a5909a +SIZE (fplib-20121001.tar.xz) = 55240