diff options
author | jhale <jhale@FreeBSD.org> | 2014-02-21 13:40:03 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-02-21 13:40:03 +0800 |
commit | 893a2b5a954f148dc4f925e28e2e5e4ac9c09203 (patch) | |
tree | 8309f223c6e59b34da5dab45f026eee0c16de9d2 /audio | |
parent | bab84c5bf97f41f9feeaaf4e597a2efe191c5c4a (diff) | |
download | freebsd-ports-gnome-893a2b5a954f148dc4f925e28e2e5e4ac9c09203.tar.gz freebsd-ports-gnome-893a2b5a954f148dc4f925e28e2e5e4ac9c09203.tar.zst freebsd-ports-gnome-893a2b5a954f148dc4f925e28e2e5e4ac9c09203.zip |
- Update to 1.1
- Remove patch committed upstream
- Remove unneeded CXXFLAGS; builds fine on 10.x without them
Diffstat (limited to 'audio')
-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 |