Index: head/audio/libechonest/Makefile =================================================================== --- head/audio/libechonest/Makefile (revision 378826) +++ head/audio/libechonest/Makefile (revision 378827) @@ -1,29 +1,32 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= libechonest -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 #PORTREVISION= 0 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest LICENSE= GPLv2 LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson GH_ACCOUNT= lfranchi GH_PROJECT= ${PORTNAME} -GH_COMMIT= 248354f +GH_COMMIT= c8e87da +OPTIONS_DEFINE= TEST + PLIST_SUB= PORTVERSION=${PORTVERSION} +TEST_CMAKE_OFF= -DECHONEST_BUILD_TESTS:BOOL=OFF +TEST_USE= qt4=qtestlib_build + USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -CMAKE_ARGS= -DECHONEST_BUILD_TESTS=NO - -USE_QT4= qmake_build moc_build network qtestlib rcc_build xml +USE_QT4= qmake_build moc_build network rcc_build .include Index: head/audio/libechonest/distinfo =================================================================== --- head/audio/libechonest/distinfo (revision 378826) +++ head/audio/libechonest/distinfo (revision 378827) @@ -1,2 +1,2 @@ -SHA256 (libechonest-2.3.0.tar.gz) = 46e66611b4fbf7b02f927bd308e83c14313e8b24710314855224d1da078f7188 -SIZE (libechonest-2.3.0.tar.gz) = 12084256 +SHA256 (libechonest-2.3.1.tar.gz) = 9b052a836c0167cc0281e4d092ab46c0d38ef93005952e25f838c44faed44762 +SIZE (libechonest-2.3.1.tar.gz) = 12084942 Index: head/audio/libechonest/pkg-plist =================================================================== --- head/audio/libechonest/pkg-plist (revision 378826) +++ head/audio/libechonest/pkg-plist (revision 378827) @@ -1,21 +1,21 @@ include/echonest/Artist.h include/echonest/ArtistTypes.h include/echonest/AudioSummary.h include/echonest/Catalog.h include/echonest/CatalogArtist.h include/echonest/CatalogItem.h include/echonest/CatalogSong.h include/echonest/CatalogUpdateEntry.h -include/echonest/Config.h include/echonest/CommonTypes.h +include/echonest/Config.h include/echonest/Genre.h include/echonest/Playlist.h include/echonest/Song.h include/echonest/Track.h include/echonest/TypeInformation.h include/echonest/Util.h include/echonest/echonest_export.h lib/libechonest.so lib/libechonest.so.2 lib/libechonest.so.%%PORTVERSION%% libdata/pkgconfig/libechonest.pc