Index: Makefile =================================================================== --- Makefile (revision 373652) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libechonest -PORTVERSION= 2.0.3 +PORTVERSION= 2.3.0 #PORTREVISION= 0 CATEGORIES= audio @@ -15,7 +15,7 @@ GH_ACCOUNT= lfranchi GH_PROJECT= ${PORTNAME} -GH_COMMIT= c02854c +GH_COMMIT= 248354f PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -22,6 +22,7 @@ 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 Index: distinfo =================================================================== --- distinfo (revision 373652) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libechonest-2.0.3.tar.gz) = dab899707e5b08f8f73ed2cf9adbb624f036c90195481d7135a0e82e9f3c6495 -SIZE (libechonest-2.0.3.tar.gz) = 12076458 +SHA256 (libechonest-2.3.0.tar.gz) = 46e66611b4fbf7b02f927bd308e83c14313e8b24710314855224d1da078f7188 +SIZE (libechonest-2.3.0.tar.gz) = 12084256 Index: files/patch-CMakeLists.txt =================================================================== --- files/patch-CMakeLists.txt (revision 373652) +++ files/patch-CMakeLists.txt (working copy) @@ -1,7 +1,7 @@ ---- ./CMakeLists.txt.orig 2012-07-21 19:14:04.000000000 +0200 -+++ ./CMakeLists.txt 2013-02-13 00:12:06.000000000 +0100 -@@ -21,7 +21,7 @@ - set( ECHONEST_LIB_PATCH_VERSION "1" ) +--- CMakeLists.txt.orig 2014-09-13 05:55:46.000000000 +0200 ++++ CMakeLists.txt 2014-11-29 22:23:13.000000000 +0100 +@@ -59,7 +59,7 @@ + set( ECHONEST_LIB_PATCH_VERSION "0" ) set( ECHONEST_LIB_VERSION "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}.${ECHONEST_LIB_PATCH_VERSION}" ) -set( ECHONEST_LIB_VERSION_SONAME "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}") @@ -9,23 +9,10 @@ if (CMAKE_COMPILER_IS_GNUCXX) ADD_DEFINITIONS( -Wall -Wundef -Wcast-align -Wchar-subscripts -Wpointer-arith -@@ -32,9 +32,9 @@ - endif() - - # disable -Werror on ARM since Qt containers cause a lot of alignment warnings -- if ( NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm" ) -- add_definitions( -Werror ) -- endif() -+ #if ( NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm" ) -+ # add_definitions( -Werror ) -+ #endif() - - # to be added: - # -Wshadow -@@ -79,7 +79,7 @@ - ${CMAKE_CURRENT_BINARY_DIR}/libechonest.pc +@@ -110,7 +110,7 @@ + ${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc @ONLY) - INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/libechonest.pc + INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc - DESTINATION lib${LIB_SUFFIX}/pkgconfig) + DESTINATION libdata/pkgconfig) ENDIF (NOT WIN32) Index: pkg-plist =================================================================== --- pkg-plist (revision 373652) +++ pkg-plist (working copy) @@ -7,6 +7,8 @@ include/echonest/CatalogSong.h include/echonest/CatalogUpdateEntry.h include/echonest/Config.h +include/echonest/CommonTypes.h +include/echonest/Genre.h include/echonest/Playlist.h include/echonest/Song.h include/echonest/Track.h