svn commit: r378827 - head/audio/libechonest
Nicola Vitale
nivit at FreeBSD.org
Wed Feb 11 10:06:39 UTC 2015
Author: nivit
Date: Wed Feb 11 10:06:37 2015
New Revision: 378827
URL: https://svnweb.freebsd.org/changeset/ports/378827
QAT: https://qat.redports.org/buildarchive/r378827/
Log:
- Update to 2.3.1
- Add option TEST (default OFF)
- Remove textproc/qt4-xml from dependencies
Modified:
head/audio/libechonest/Makefile
head/audio/libechonest/distinfo
head/audio/libechonest/pkg-plist
Modified: head/audio/libechonest/Makefile
==============================================================================
--- head/audio/libechonest/Makefile Wed Feb 11 09:42:36 2015 (r378826)
+++ head/audio/libechonest/Makefile Wed Feb 11 10:06:37 2015 (r378827)
@@ -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}/dev
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>
Modified: head/audio/libechonest/distinfo
==============================================================================
--- head/audio/libechonest/distinfo Wed Feb 11 09:42:36 2015 (r378826)
+++ head/audio/libechonest/distinfo Wed Feb 11 10:06:37 2015 (r378827)
@@ -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
Modified: head/audio/libechonest/pkg-plist
==============================================================================
--- head/audio/libechonest/pkg-plist Wed Feb 11 09:42:36 2015 (r378826)
+++ head/audio/libechonest/pkg-plist Wed Feb 11 10:06:37 2015 (r378827)
@@ -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
More information about the svn-ports-all
mailing list