diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-02-21 05:40:03 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-02-21 05:40:03 +0000 |
commit | 4687827e7a8b6711b7e03e63ad3d2abf727b26e8 (patch) | |
tree | 8309f223c6e59b34da5dab45f026eee0c16de9d2 /audio/chromaprint | |
parent | 33ebebdc2429cb3c90db8d4a48dc74ee59e24260 (diff) | |
download | ports-4687827e7a8b6711b7e03e63ad3d2abf727b26e8.tar.gz ports-4687827e7a8b6711b7e03e63ad3d2abf727b26e8.zip |
Notes
Diffstat (limited to 'audio/chromaprint')
-rw-r--r-- | audio/chromaprint/Makefile | 11 | ||||
-rw-r--r-- | audio/chromaprint/distinfo | 4 | ||||
-rw-r--r-- | audio/chromaprint/files/patch-src__utils.h | 10 | ||||
-rw-r--r-- | audio/chromaprint/pkg-plist | 2 |
4 files changed, 5 insertions, 22 deletions
diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index 5c994566cb79..92f03e963daf 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= chromaprint -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://bitbucket.org/acoustid/${PORTNAME}/downloads/ @@ -23,10 +22,4 @@ post-patch: ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt -.include <bsd.port.pre.mk> - -.if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054 -CXXFLAGS+= -stdlib=libc++ -std=c++11 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo index e2905579e193..ce42133ef26d 100644 --- a/audio/chromaprint/distinfo +++ b/audio/chromaprint/distinfo @@ -1,2 +1,2 @@ -SHA256 (chromaprint-1.0.tar.gz) = af4f780e587ebd7e61a8d175db3bbd63ee644a960bd75e52407a28fd83089f1e -SIZE (chromaprint-1.0.tar.gz) = 541381 +SHA256 (chromaprint-1.1.tar.gz) = 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12 +SIZE (chromaprint-1.1.tar.gz) = 542360 diff --git a/audio/chromaprint/files/patch-src__utils.h b/audio/chromaprint/files/patch-src__utils.h deleted file mode 100644 index 0653e2d7c289..000000000000 --- a/audio/chromaprint/files/patch-src__utils.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/utils.h.orig 2013-09-21 17:20:43.538723086 +0000 -+++ src/utils.h 2013-09-21 17:21:02.622721058 +0000 -@@ -30,6 +30,7 @@ - #include <stdint.h> - #include <limits> - #include <iterator> -+#include <algorithm> // std::fill - - #ifndef HAVE_ROUND - static inline double round(double x) diff --git a/audio/chromaprint/pkg-plist b/audio/chromaprint/pkg-plist index acc9425daa93..e46aa9006b5c 100644 --- a/audio/chromaprint/pkg-plist +++ b/audio/chromaprint/pkg-plist @@ -2,5 +2,5 @@ bin/fpcalc include/chromaprint.h lib/libchromaprint.so lib/libchromaprint.so.0 -lib/libchromaprint.so.0.2.1 +lib/libchromaprint.so.0.2.2 libdata/pkgconfig/libchromaprint.pc |