svn commit: r345318 - in head/audio/chromaprint: . files
Jason E. Hale
jhale at FreeBSD.org
Fri Feb 21 05:40:04 UTC 2014
Author: jhale
Date: Fri Feb 21 05:40:03 2014
New Revision: 345318
URL: http://svnweb.freebsd.org/changeset/ports/345318
QAT: https://qat.redports.org/buildarchive/r345318/
Log:
- Update to 1.1
- Remove patch committed upstream
- Remove unneeded CXXFLAGS; builds fine on 10.x without them
Deleted:
head/audio/chromaprint/files/
Modified:
head/audio/chromaprint/Makefile
head/audio/chromaprint/distinfo
head/audio/chromaprint/pkg-plist
Modified: head/audio/chromaprint/Makefile
==============================================================================
--- head/audio/chromaprint/Makefile Fri Feb 21 05:29:59 2014 (r345317)
+++ head/audio/chromaprint/Makefile Fri Feb 21 05:40:03 2014 (r345318)
@@ -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>
Modified: head/audio/chromaprint/distinfo
==============================================================================
--- head/audio/chromaprint/distinfo Fri Feb 21 05:29:59 2014 (r345317)
+++ head/audio/chromaprint/distinfo Fri Feb 21 05:40:03 2014 (r345318)
@@ -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
Modified: head/audio/chromaprint/pkg-plist
==============================================================================
--- head/audio/chromaprint/pkg-plist Fri Feb 21 05:29:59 2014 (r345317)
+++ head/audio/chromaprint/pkg-plist Fri Feb 21 05:40:03 2014 (r345318)
@@ -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
More information about the svn-ports-all
mailing list