1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Update to 6.0

This commit is contained in:
Max Brazhnikov 2012-01-16 12:30:38 +00:00
parent 3422443e1c
commit 344cf9dd05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289320
5 changed files with 8 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= kchmviewer
PORTVERSION= 5.3
PORTVERSION= 6.0
CATEGORIES= deskutils kde
MASTER_SITES= SF
@ -20,8 +20,7 @@ LATEST_LINK= ${PORTNAME}-kde4
USE_CMAKE= yes
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT_VER= 4
QT_COMPONENTS= dbus gui network svg xml designer_build \
qmake_build moc_build rcc_build uic_build
QT_COMPONENTS= webkit qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
post-install:

View File

@ -1,2 +1,2 @@
SHA256 (kchmviewer-5.3.tar.gz) = a8666e63358d20d6ead6b9f309434bdfcbd7b869ed7fb425ca8e0a2f7166af22
SIZE (kchmviewer-5.3.tar.gz) = 317201
SHA256 (kchmviewer-6.0.tar.gz) = 81c856434a86977039c36cb10f2427cc8cb1ea29a778f24fff2285d49c717979
SIZE (kchmviewer-6.0.tar.gz) = 310642

View File

@ -1,9 +0,0 @@
--- ./CMakeLists.txt.orig 2008-12-02 05:31:22.000000000 +0300
+++ ./CMakeLists.txt 2009-03-13 00:09:45.000000000 +0300
@@ -18,6 +18,5 @@
# Run in those subdirectories
ADD_SUBDIRECTORY( lib/libchmfile )
-ADD_SUBDIRECTORY( lib/kio-msits )
ADD_SUBDIRECTORY( src )
ADD_SUBDIRECTORY( po )

View File

@ -1,8 +0,0 @@
--- ./lib/kio-msits/CMakeLists.txt.orig 2008-12-01 13:03:06.000000000 +0300
+++ ./lib/kio-msits/CMakeLists.txt 2009-01-17 16:50:48.000000000 +0300
@@ -2,4 +2,4 @@
KDE4_ADD_PLUGIN( kio_msits ${kioSources} )
TARGET_LINK_LIBRARIES( kio_msits ${KDE4_KIO_LIBS} ${LIBCHM_LIBRARY} )
INSTALL( TARGETS kio_msits DESTINATION ${PLUGIN_INSTALL_DIR} )
-INSTALL( FILES msits.protocol DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
+INSTALL( FILES msits.protocol DESTINATION ${SERVICES_INSTALL_DIR} )

View File

@ -1,7 +1,7 @@
--- ./src/CMakeLists.txt.orig 2009-12-15 09:27:57.000000000 +0300
+++ ./src/CMakeLists.txt 2009-12-15 22:51:12.000000000 +0300
@@ -51,5 +51,5 @@
${KDE4_KHTML_LIBS}
--- ./src/CMakeLists.txt.orig 2011-12-19 07:16:43.000000000 +0000
+++ ./src/CMakeLists.txt 2012-01-13 21:28:06.869127671 +0000
@@ -53,5 +53,5 @@
${QT_QTWEBKIT_LIBRARY}
${KDE4_KFILE_LIBS} )
-INSTALL( TARGETS kchmviewer DESTINATION ${KDE4_BIN_INSTALL_DIR} )