Modified: trunk/dports/devel/grantlee/Portfile (83075 => 83076)
--- trunk/dports/devel/grantlee/Portfile 2011-08-25 14:31:47 UTC (rev 83075)
+++ trunk/dports/devel/grantlee/Portfile 2011-08-25 15:26:36 UTC (rev 83076)
@@ -5,8 +5,7 @@
PortGroup kde4 1.1
name grantlee
-version 0.1.6
-revision 1
+version 0.1.9
categories devel kde kde4
maintainers nomaintainer
description string template engine based on the Django template system
@@ -16,7 +15,10 @@
homepage http://www.grantlee.org/
master_sites http://downloads.grantlee.org/
-checksums sha1 a3df9267b3bf55d98e19e30279e751084dc4bbcd \
- rmd160 47d486efaf73910c83718d5c2d70daa3b35ecc75
+checksums rmd160 a1a313aadbd833335f9da61a7145a2d5157c7323 \
+ sha256 67f058a65ff3654d1d5f5de8e528332d1dddfd7963ec857de15d83d0acf55984
+
+patchfiles patch-CMakeLists.txt.diff
+
livecheck.url http://downloads.grantlee.org/
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Added: trunk/dports/devel/grantlee/files/patch-CMakeLists.txt.diff (0 => 83076)
--- trunk/dports/devel/grantlee/files/patch-CMakeLists.txt.diff (rev 0)
+++ trunk/dports/devel/grantlee/files/patch-CMakeLists.txt.diff 2011-08-25 15:26:36 UTC (rev 83076)
@@ -0,0 +1,13 @@
+--- CMakeLists.txt.orig 2011-08-22 18:32:24.000000000 -0400
++++ CMakeLists.txt 2011-08-22 18:35:21.000000000 -0400
+@@ -42,8 +42,8 @@
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common")
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-check-new -fno-common -pedantic-errors")
+
+- set ( CMAKE_SHARED_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")
+- set ( CMAKE_MODULE_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined ${CMAKE_MODULE_LINKER_FLAGS}")
++ set ( CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
++ set ( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS}")
+
+ if (NOT MINGW)
+ enable_gcc_hidden_visibility()