diff options
author | makc <makc@FreeBSD.org> | 2009-01-04 20:04:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-04 20:04:24 +0800 |
commit | 0f59a13f7bd6bcaf3eea02dccb557d6dbe8ae67c (patch) | |
tree | 6bb6808b5887ab4a7174a558c2547c4bdf20a5ab /net-im | |
parent | 4ba5275c5c19d6dacdfea1cc317279f08f6c214d (diff) | |
download | freebsd-ports-gnome-0f59a13f7bd6bcaf3eea02dccb557d6dbe8ae67c.tar.gz freebsd-ports-gnome-0f59a13f7bd6bcaf3eea02dccb557d6dbe8ae67c.tar.zst freebsd-ports-gnome-0f59a13f7bd6bcaf3eea02dccb557d6dbe8ae67c.zip |
install properly shared library
Approved by: miwi (mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/decibel/Makefile | 2 | ||||
-rw-r--r-- | net-im/decibel/files/patch-CMakeLists.txt | 13 | ||||
-rw-r--r-- | net-im/decibel/pkg-plist | 9 |
3 files changed, 17 insertions, 7 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile index 40cb9ac756f5..f86f2d0fc081 100644 --- a/net-im/decibel/Makefile +++ b/net-im/decibel/Makefile @@ -6,7 +6,7 @@ PORTNAME= decibel PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/ diff --git a/net-im/decibel/files/patch-CMakeLists.txt b/net-im/decibel/files/patch-CMakeLists.txt index 9a1a2e0e9c40..34c02ebabdf3 100644 --- a/net-im/decibel/files/patch-CMakeLists.txt +++ b/net-im/decibel/files/patch-CMakeLists.txt @@ -1,5 +1,5 @@ ---- ../CMakeLists.txt.orgi 2008-08-06 10:38:56.000000000 +0200 -+++ ../CMakeLists.txt 2008-08-06 10:39:05.000000000 +0200 +--- ../CMakeLists.txt.orig 2007-07-19 19:42:20.000000000 +0400 ++++ ../CMakeLists.txt 2008-12-31 11:24:59.000000000 +0300 @@ -4,7 +4,6 @@ SET(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON) @@ -8,3 +8,12 @@ INCLUDE(UsePkgConfig REQUIRED) INCLUDE(Qt4DBusMacros REQUIRED) INCLUDE(FindDoxygen) +@@ -19,7 +18,7 @@ + SET(PATCH_LEVEL "0") + + SET(VERSION "${MAYOR_VERSION}.${MINOR_VERSION}.${PATCH_LEVEL}") +-SET(SO_VERSION "${VERSION}") ++SET(SO_VERSION "${MAYOR_VERSION}") + + # Suffix for x86/x86_64: + SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" ) diff --git a/net-im/decibel/pkg-plist b/net-im/decibel/pkg-plist index ea5b9782c072..c2541bbb8982 100644 --- a/net-im/decibel/pkg-plist +++ b/net-im/decibel/pkg-plist @@ -31,16 +31,17 @@ lib/Decibel/decibel_setdefaultcmfor_demo lib/Decibel/decibel_setpresence_demo lib/Decibel/decibel_simpleclient_demo lib/Decibel/decibel_supportedprotocols_demo -lib/libdecibel.so.0.5.0 lib/libdecibel.so +lib/libdecibel.so.0 +lib/libdecibel.so.0.5.0 libdata/pkgconfig/Decibel.pc share/Decibel/components/de.basyskom.decibellogger.component share/Decibel/components/de.basyskom.simpleclient.textchannel.component share/dbus-1/services/de.basyskom.decibel.log.service share/dbus-1/services/de.basyskom.simpleclient.service share/doc/Decibel/demos.html -@dirrm include/Decibel -@dirrm lib/Decibel +@dirrm share/doc/Decibel @dirrm share/Decibel/components @dirrm share/Decibel -@dirrm share/doc/Decibel +@dirrm lib/Decibel +@dirrm include/Decibel |