From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 21:17:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFEF2CC5; Fri, 28 Jun 2013 21:17:10 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 98B0F1739; Fri, 28 Jun 2013 21:17:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SLHAQ2099812; Fri, 28 Jun 2013 21:17:10 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SLH9YX099805; Fri, 28 Jun 2013 21:17:09 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201306282117.r5SLH9YX099805@svn.freebsd.org> From: Nicola Vitale Date: Fri, 28 Jun 2013 21:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321987 - head/audio/libechonest 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.14 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, 28 Jun 2013 21:17:10 -0000 Author: nivit Date: Fri Jun 28 21:17:09 2013 New Revision: 321987 URL: http://svnweb.freebsd.org/changeset/ports/321987 Log: - Update to 2.0.3 - Change GitHub repository (libechonest is developed by Leo Franchi) - Add PORTVERSION to PLIST_SUB - Fix WWW in pkg-descr Modified: head/audio/libechonest/Makefile head/audio/libechonest/distinfo (contents, props changed) head/audio/libechonest/pkg-descr (contents, props changed) head/audio/libechonest/pkg-plist Modified: head/audio/libechonest/Makefile ============================================================================== --- head/audio/libechonest/Makefile Fri Jun 28 20:59:11 2013 (r321986) +++ head/audio/libechonest/Makefile Fri Jun 28 21:17:09 2013 (r321987) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libechonest -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 #PORTREVISION= 0 CATEGORIES= audio @@ -13,10 +13,11 @@ LICENSE= GPLv2 LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson -GH_ACCOUNT= dschmidt +GH_ACCOUNT= lfranchi GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= f9a55d1 +GH_COMMIT= c02854c + +PLIST_SUB= PORTVERSION=${PORTVERSION} USES= cmake pkgconfig USE_GITHUB= yes Modified: head/audio/libechonest/distinfo ============================================================================== --- head/audio/libechonest/distinfo Fri Jun 28 20:59:11 2013 (r321986) +++ head/audio/libechonest/distinfo Fri Jun 28 21:17:09 2013 (r321987) @@ -1,2 +1,2 @@ -SHA256 (libechonest-2.0.1.tar.gz) = 7d7f76d38d7814f4e234f518a2e9c74ae48817a3c3b0ab3650def4c91d6819cb -SIZE (libechonest-2.0.1.tar.gz) = 12075130 +SHA256 (libechonest-2.0.3.tar.gz) = dab899707e5b08f8f73ed2cf9adbb624f036c90195481d7135a0e82e9f3c6495 +SIZE (libechonest-2.0.3.tar.gz) = 12076458 Modified: head/audio/libechonest/pkg-descr ============================================================================== --- head/audio/libechonest/pkg-descr Fri Jun 28 20:59:11 2013 (r321986) +++ head/audio/libechonest/pkg-descr Fri Jun 28 21:17:09 2013 (r321987) @@ -1,4 +1,4 @@ libechonest is a collection of C++/Qt classes designed to make a developer's life easy when trying to use the APIs provided by The Echo Nest. -WWW: http://github.com/dschimdt/libechonest +WWW: http://github.com/lfranchi/libechonest Modified: head/audio/libechonest/pkg-plist ============================================================================== --- head/audio/libechonest/pkg-plist Fri Jun 28 20:59:11 2013 (r321986) +++ head/audio/libechonest/pkg-plist Fri Jun 28 21:17:09 2013 (r321987) @@ -16,6 +16,6 @@ include/echonest/Util.h include/echonest/echonest_export.h lib/libechonest.so lib/libechonest.so.2 -lib/libechonest.so.2.0.1 +lib/libechonest.so.%%PORTVERSION%% libdata/pkgconfig/libechonest.pc @dirrm include/echonest