[84591] trunk/dports/kde/skrooge

mk at macports.org mk at macports.org
Wed Sep 28 09:29:36 PDT 2011


Revision: 84591
          http://trac.macports.org/changeset/84591
Author:   mk at macports.org
Date:     2011-09-28 09:29:34 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
skrooge: update to 0.9.991

Modified Paths:
--------------
    trunk/dports/kde/skrooge/Portfile

Added Paths:
-----------
    trunk/dports/kde/skrooge/files/
    trunk/dports/kde/skrooge/files/CMakeLists.txt-patch.diff
    trunk/dports/kde/skrooge/files/patch-grantlee_filters-CMakeLists.txt.diff

Modified: trunk/dports/kde/skrooge/Portfile
===================================================================
--- trunk/dports/kde/skrooge/Portfile	2011-09-28 16:05:56 UTC (rev 84590)
+++ trunk/dports/kde/skrooge/Portfile	2011-09-28 16:29:34 UTC (rev 84591)
@@ -5,7 +5,7 @@
 PortGroup           kde4    1.1
 
 name                skrooge
-version             0.9.98
+version             0.9.991
 
 categories          kde finance
 maintainers         mk pixilla openmaintainer
@@ -24,8 +24,8 @@
 
 use_bzip2           yes
 
-checksums           rmd160  0b2f298dde03f550dc70175549c2e07bf0fbe264 \
-                    sha256  dcb23ac01779fe060f169d555202884ae854069e80ecaf8969d51225da35a0c3
+checksums           rmd160  814b023f2e8aedd44c2b4399ac31f426abf051ca \
+                    sha256  0dffa270779df710975116ef4911dac56e65fa1c4fe696bd8b0e17a76281bbf4
 
 livecheck.type      regex
 livecheck.url       http://skrooge.org/files/
@@ -37,6 +37,11 @@
                     port:kde4-runtime \
                     port:oxygen-icons
 
+patch.dir           ${workpath}/${distname}
+patch.pre_args      -p1
+patchfiles          CMakeLists.txt-patch.diff \
+                    patch-grantlee_filters-CMakeLists.txt.diff
+
 post-activate {
     system "${prefix}/bin/kbuildsycoca4"
 }

Added: trunk/dports/kde/skrooge/files/CMakeLists.txt-patch.diff
===================================================================
--- trunk/dports/kde/skrooge/files/CMakeLists.txt-patch.diff	                        (rev 0)
+++ trunk/dports/kde/skrooge/files/CMakeLists.txt-patch.diff	2011-09-28 16:29:34 UTC (rev 84591)
@@ -0,0 +1,28 @@
+--- skrooge/CMakeLists.txt	2011-09-26 20:05:53.000000000 +0200
++++ skrooge/CMakeLists.txt	2011-09-26 20:05:23.000000000 +0200
+@@ -11,7 +11,7 @@
+ MESSAGE(STATUS "     KDE4 support enabled : ${KDE4_DATA_DIR}")
+ add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+
+-SET(SKG_VERSION "0.9.991")
++SET(SKG_VERSION "0.9.99")
+ SET(SKG_BETA "BETA")
+ SET(SOVERSION 0)
+ SET( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${skrooge_SOURCE_DIR}/cmake/modules )
+@@ -109,7 +109,7 @@
+ IF(WIN32)
+     MESSAGE( STATUS "     Doc disabled on windows")
+ ELSE(WIN32)
+-    ADD_SUBDIRECTORY(doc)
++#    ADD_SUBDIRECTORY(doc)
+ ENDIF(WIN32)
+ 
+ IF(SKG_BUILD_TEST AND NOT WIN32)
+@@ -156,5 +156,5 @@
+ include(MacroOptionalAddSubdirectory)
+ macro_optional_add_subdirectory( po )
+ 
+-include(MacroOptionalAddSubdirectory)
+-macro_optional_add_subdirectory( doc )
++#include(MacroOptionalAddSubdirectory)
++#macro_optional_add_subdirectory( doc )

Added: trunk/dports/kde/skrooge/files/patch-grantlee_filters-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/skrooge/files/patch-grantlee_filters-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/skrooge/files/patch-grantlee_filters-CMakeLists.txt.diff	2011-09-28 16:29:34 UTC (rev 84591)
@@ -0,0 +1,10 @@
+--- skrooge/plugins/skrooge/skrooge_monthly/grantlee_filters/CMakeLists.txt.orig	2011-09-26 12:48:17.000000000 +0200
++++ skrooge/plugins/skrooge/skrooge_monthly/grantlee_filters/CMakeLists.txt	2011-09-28 03:43:51.000000000 +0200
+@@ -10,7 +10,6 @@
+ 
+ GRANTLEE_ADD_PLUGIN(grantlee_skroogefilters skggrantleefilters FILTERS skgdocumentfilter skgobjectfilter skgmoneyfilter)
+ TARGET_LINK_LIBRARIES(grantlee_skroogefilters skgbasemodeler skgbankmodeler skgbasegui)
+-SET_TARGET_PROPERTIES( grantlee_skroogefilters PROPERTIES VERSION ${SKG_VERSION} SOVERSION ${SOVERSION} )
+ 
+ ########### install files ###############
+ INSTALL(TARGETS grantlee_skroogefilters ${INSTALL_TARGETS_DEFAULT_ARGS}  )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/3ed8373e/attachment.html>


More information about the macports-changes mailing list