diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-03-24 10:31:44 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-03-24 10:31:44 +0000 |
commit | f4f7770af9e80ee9d900786e2c04f640eb85fe89 (patch) | |
tree | b6ea429d9fc264bcb735b4c93ff7f86e6a5fdaf2 /audio/ccaudio2 | |
parent | 7b652105680f9acd39b49e9393b57b0db9bd10ff (diff) | |
download | ports-f4f7770af9e80ee9d900786e2c04f640eb85fe89.tar.gz ports-f4f7770af9e80ee9d900786e2c04f640eb85fe89.zip |
Notes
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 2 | ||||
-rw-r--r-- | audio/ccaudio2/distinfo | 4 | ||||
-rw-r--r-- | audio/ccaudio2/files/patch-CMakeLists.txt | 20 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-plist | 1 |
4 files changed, 4 insertions, 23 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index c4087e083576..324e914eda2a 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ccaudio2 -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ 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 @@ -3,3 +3,4 @@ bin/tonetool include/ccaudio2.h lib/libccaudio.so lib/libccaudio.so.2 +lib/libccaudio.so.2.0.4 |