svn commit: r321987 - head/audio/libechonest
Nicola Vitale
nivit at FreeBSD.org
Fri Jun 28 21:17:10 UTC 2013
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
More information about the svn-ports-head
mailing list