diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index c4087e083576..324e914eda2a 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: ccaudio2 # Date created: 13 February 2008 # Whom: gahr # # $FreeBSD$ # PORTNAME= ccaudio2 -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ MAINTAINER= gahr@FreeBSD.org COMMENT= C++ class framework for manipulating audio files LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ ucommon.4:${PORTSDIR}/devel/ucommon \ gsm.1:${PORTSDIR}/audio/gsm \ speex.1:${PORTSDIR}/audio/speex CONFLICTS= ccaudio-[0-9]* USE_GNOME= gnometarget gnomehack USE_CMAKE= yes CMAKE_OUTSOURCE=yes USE_LDCONFIG= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include .include diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo index 68c295e2b2fc..d2e74e742929 100644 --- a/audio/ccaudio2/distinfo +++ b/audio/ccaudio2/distinfo @@ -1,2 +1,2 @@ -SHA256 (ccaudio2-2.0.2.tar.gz) = b77e8f44576aceb4e6fe8c3e1dd63697ee7e56f63567762dc89dda6a2eae14d0 -SIZE (ccaudio2-2.0.2.tar.gz) = 408860 +SHA256 (ccaudio2-2.0.4.tar.gz) = b1e24c7c57eaf0a50d68863edd934d55a6e34dea1da52b4ccc3d81ef10178ceb +SIZE (ccaudio2-2.0.4.tar.gz) = 409548 diff --git a/audio/ccaudio2/files/patch-CMakeLists.txt b/audio/ccaudio2/files/patch-CMakeLists.txt deleted file mode 100644 index 373473a38f94..000000000000 --- a/audio/ccaudio2/files/patch-CMakeLists.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt.orig 2011-03-21 12:41:35.000000000 +0100 -+++ CMakeLists.txt 2011-03-21 12:41:51.000000000 +0100 -@@ -31,8 +31,6 @@ - # set to true for debug and trace during CMakeLists development - set(CMAKE_VERBOSE_MAKEFILE FALSE) - --configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -- - # Set defaults and pass common options. Common build options can be passed - # to cmake using cmake -DWITH_CFLAGS="...", WITH_LIBS, and WITH_INCLUDES - include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/inc ${WITH_INCLUDES}) -@@ -117,6 +115,8 @@ - endif() - endif() - -+configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) -+ - file(GLOB ccaudio_src src/*.cpp) - set(ccaudio_inc inc/ccaudio2.h) - add_library(ccaudio ${BUILD_LIBRARY_TYPE} ${ccaudio_src} ${ccaudio_inc}) diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist index 2b059f9f55bd..c09a41596f28 100644 --- a/audio/ccaudio2/pkg-plist +++ b/audio/ccaudio2/pkg-plist @@ -1,5 +1,6 @@ bin/audiotool bin/tonetool include/ccaudio2.h lib/libccaudio.so lib/libccaudio.so.2 +lib/libccaudio.so.2.0.4