From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 05:40:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F21CBA6; Fri, 21 Feb 2014 05:40:04 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6054F12C1; Fri, 21 Feb 2014 05:40:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1L5e4DA064129; Fri, 21 Feb 2014 05:40:04 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1L5e3TU064123; Fri, 21 Feb 2014 05:40:03 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201402210540.s1L5e3TU064123@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 21 Feb 2014 05:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345318 - in head/audio/chromaprint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 05:40:04 -0000 Author: jhale Date: Fri Feb 21 05:40:03 2014 New Revision: 345318 URL: http://svnweb.freebsd.org/changeset/ports/345318 QAT: https://qat.redports.org/buildarchive/r345318/ Log: - Update to 1.1 - Remove patch committed upstream - Remove unneeded CXXFLAGS; builds fine on 10.x without them Deleted: head/audio/chromaprint/files/ Modified: head/audio/chromaprint/Makefile head/audio/chromaprint/distinfo head/audio/chromaprint/pkg-plist Modified: head/audio/chromaprint/Makefile ============================================================================== --- head/audio/chromaprint/Makefile Fri Feb 21 05:29:59 2014 (r345317) +++ head/audio/chromaprint/Makefile Fri Feb 21 05:40:03 2014 (r345318) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= chromaprint -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ @@ -23,10 +22,4 @@ post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt -.include - -.if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054 -CXXFLAGS+= -stdlib=libc++ -std=c++11 -.endif - -.include +.include Modified: head/audio/chromaprint/distinfo ============================================================================== --- head/audio/chromaprint/distinfo Fri Feb 21 05:29:59 2014 (r345317) +++ head/audio/chromaprint/distinfo Fri Feb 21 05:40:03 2014 (r345318) @@ -1,2 +1,2 @@ -SHA256 (chromaprint-1.0.tar.gz) = af4f780e587ebd7e61a8d175db3bbd63ee644a960bd75e52407a28fd83089f1e -SIZE (chromaprint-1.0.tar.gz) = 541381 +SHA256 (chromaprint-1.1.tar.gz) = 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12 +SIZE (chromaprint-1.1.tar.gz) = 542360 Modified: head/audio/chromaprint/pkg-plist ============================================================================== --- head/audio/chromaprint/pkg-plist Fri Feb 21 05:29:59 2014 (r345317) +++ head/audio/chromaprint/pkg-plist Fri Feb 21 05:40:03 2014 (r345318) @@ -2,5 +2,5 @@ bin/fpcalc include/chromaprint.h lib/libchromaprint.so lib/libchromaprint.so.0 -lib/libchromaprint.so.0.2.1 +lib/libchromaprint.so.0.2.2 libdata/pkgconfig/libchromaprint.pc