packages: Smarty/path.patch - updated for 3.0.5

paszczus paszczus at pld-linux.org
Sun Dec 12 19:09:17 CET 2010


Author: paszczus                     Date: Sun Dec 12 18:09:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 3.0.5

---- Files affected:
packages/Smarty:
   path.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/Smarty/path.patch
diff -u packages/Smarty/path.patch:1.1 packages/Smarty/path.patch:1.2
--- packages/Smarty/path.patch:1.1	Fri May 28 13:52:27 2010
+++ packages/Smarty/path.patch	Sun Dec 12 19:09:12 2010
@@ -1,11 +1,12 @@
---- Smarty-2.6.26/libs/Smarty.class.php~	2009-06-18 17:47:04.000000000 +0300
-+++ Smarty-2.6.26/libs/Smarty.class.php	2010-05-28 14:46:48.810070152 +0300
-@@ -46,7 +46,7 @@
+diff -ur Smarty-3.0.5/libs/Smarty.class.php Smarty-3.0.5.new//libs/Smarty.class.php
+--- Smarty-3.0.5/libs/Smarty.class.php	2010-11-21 03:59:07.000000000 +0100
++++ Smarty-3.0.5.new//libs/Smarty.class.php	2010-12-12 19:05:26.021806440 +0100
+@@ -43,7 +43,7 @@
+  * Sets SMARTY_DIR only if user application has not already defined it.
   */
- 
  if (!defined('SMARTY_DIR')) {
--    define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+-    define('SMARTY_DIR', dirname(__FILE__) . DS);
 +    define('SMARTY_DIR', '/usr/share/php/Smarty/');
- }
+ } 
  
- if (!defined('SMARTY_CORE_DIR')) {
+ /**
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Smarty/path.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list