[112975] trunk/dports/kde/skrooge

mk at macports.org mk at macports.org
Tue Nov 5 14:18:43 PST 2013


Revision: 112975
          https://trac.macports.org/changeset/112975
Author:   mk at macports.org
Date:     2013-11-05 14:18:43 -0800 (Tue, 05 Nov 2013)
Log Message:
-----------
skrooge: update to 1.8.0

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

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

Modified: trunk/dports/kde/skrooge/Portfile
===================================================================
--- trunk/dports/kde/skrooge/Portfile	2013-11-05 22:18:20 UTC (rev 112974)
+++ trunk/dports/kde/skrooge/Portfile	2013-11-05 22:18:43 UTC (rev 112975)
@@ -5,7 +5,7 @@
 PortGroup           kde4    1.1
 
 name                skrooge
-version             1.7.1
+version             1.8.0
 
 categories          kde finance
 maintainers         mk pixilla openmaintainer
@@ -20,12 +20,12 @@
 license             GPL-3
 
 homepage            http://skrooge.org
-master_sites        http://skrooge.org/files
+master_sites        http://download.kde.org/stable/skrooge
 
 use_bzip2           yes
 
-checksums           rmd160  5c307695dc9c5a975ebf480ce3219be1952e10da \
-                    sha256  7427c9c4a93a9c6794e6419ef225c8f512548217ab2eac7abf217f5802cd6a88
+checksums           rmd160  48b8779f6e7522a360709d12c16bf7325c8566ff \
+                    sha256  98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08
 
 livecheck.type      regex
 livecheck.url       http://skrooge.org
@@ -39,5 +39,4 @@
                     port:qt4-mac-sqlite3-plugin
 
 patch.dir           ${workpath}/${distname}
-patch.pre_args      -p1
-
+patchfiles          patch-CMakeLists.txt.diff

Added: trunk/dports/kde/skrooge/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/skrooge/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/skrooge/files/patch-CMakeLists.txt.diff	2013-11-05 22:18:43 UTC (rev 112975)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt	2013-11-05 22:40:04.000000000 +0100
++++ CMakeLists.txt.new	2013-11-05 22:40:43.000000000 +0100
+@@ -92,7 +92,7 @@
+ #SET(CMAKE_CXX_FLAGS "-Wall" )
+ IF(CMAKE_COMPILER_IS_GNUCXX)
+ # SET(CMAKE_CXX_FLAGS "-Wall ${CMAKE_CXX_FLAGS}")
+-  SET(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra -Wno-variadic-macros -Wparentheses -Wmissing-braces -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Winit-self -Wlogical-op -Wmissing-include-dirs -Wnoexcept -Woverloaded-virtual -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wundef -Wno-unused ${CMAKE_CXX_FLAGS}")
++  SET(CMAKE_CXX_FLAGS "-pedantic -Wall -Wextra -Wno-variadic-macros -Wparentheses -Wmissing-braces -Wcast-align -Wcast-qual -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-include-dirs -Woverloaded-virtual -Wsign-promo -Wstrict-null-sentinel -Wstrict-overflow=5 -Wundef -Wno-unused ${CMAKE_CXX_FLAGS}")
+ #  SET(CMAKE_CXX_FLAGS "-std=c++0x -Wshadow  -Wctor-dtor-privacy  -Wshadow -Wold-style-cast -Wswitch-default -Wredundant-decls ${CMAKE_CXX_FLAGS}")
+ ENDIF(CMAKE_COMPILER_IS_GNUCXX)
+ #Correction bug 207249 ^^^^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131105/25d2ea96/attachment.html>


More information about the macports-changes mailing list