- Update to 2.0.3
- Change GitHub repository (libechonest is developed by Leo Franchi) - Add PORTVERSION to PLIST_SUB - Fix WWW in pkg-descr
This commit is contained in:
parent
b7e131bc25
commit
572dd294a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321987
4 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue