aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2015-02-11 10:06:37 +0000
committerNicola Vitale <nivit@FreeBSD.org>2015-02-11 10:06:37 +0000
commit83b65bf6ffac801a9f1bbd34e393ffc6bb5e419d (patch)
treec1a412da5c95af5478e895d028f2ad59916b763f
parentdb072ba4ca94afb7d5adcefa9a2d19b0f13aaf6c (diff)
downloadports-83b65bf6ffac801a9f1bbd34e393ffc6bb5e419d.tar.gz
ports-83b65bf6ffac801a9f1bbd34e393ffc6bb5e419d.zip
- Update to 2.3.1
- Add option TEST (default OFF) - Remove textproc/qt4-xml from dependencies
Notes
Notes: svn path=/head/; revision=378827
-rw-r--r--audio/libechonest/Makefile13
-rw-r--r--audio/libechonest/distinfo4
-rw-r--r--audio/libechonest/pkg-plist2
3 files changed, 11 insertions, 8 deletions
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile
index 9d32c1f69bca..ac4b7217f193 100644
--- a/audio/libechonest/Makefile
+++ b/audio/libechonest/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libechonest
-PORTVERSION= 2.3.0
+PORTVERSION= 2.3.1
#PORTREVISION= 0
CATEGORIES= audio
@@ -15,15 +15,18 @@ 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 <bsd.port.mk>
diff --git a/audio/libechonest/distinfo b/audio/libechonest/distinfo
index b41e5cc33ae5..19170eee0fd9 100644
--- a/audio/libechonest/distinfo
+++ b/audio/libechonest/distinfo
@@ -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
diff --git a/audio/libechonest/pkg-plist b/audio/libechonest/pkg-plist
index b324356212f1..d86c408ed795 100644
--- a/audio/libechonest/pkg-plist
+++ b/audio/libechonest/pkg-plist
@@ -6,8 +6,8 @@ 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