[Erp5-report] r32779 luke - /erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 18 14:12:20 CET 2010


Author: luke
Date: Thu Feb 18 14:12:18 2010
New Revision: 32779

URL: http://svn.erp5.org?rev=32779&view=rev
Log:
 - use more descriptive part name
 - follow part:filename convention, as it is better fix in context of part

Modified:
    erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg

Modified: erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg?rev=32779&r1=32778&r2=32779&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/mysql-tritonn-5.0.cfg [utf8] Thu Feb 18 14:12:18 2010
@@ -13,10 +13,10 @@
   --without-mecab
   --enable-nfkc=no
 
-[tritonn-patch]
+[mysql-5.0-tritonn-patch]
 recipe = hexagonit.recipe.download
-patch = tritonn-1.0.12-mysql-5.0.87.diff
-url = http://dl.sourceforge.jp/tritonn/44472/${:patch}
+filename = tritonn-1.0.12-mysql-5.0.87.diff
+url = http://dl.sourceforge.jp/tritonn/44472/${:filename}
 download-only = true
 
 [mysql-tritonn-5.0]
@@ -35,7 +35,7 @@
   --with-server-suffix=mysql-tritonn-5.0
 
 patch-options = -p1
-patches = ${tritonn-patch:location}/${tritonn-patch:patch}
+patches = ${mysql-5.0-tritonn-patch:location}/${mysql-5.0-tritonn-patch:filename}
 environment =
     PATH =${senna:location}/bin:%(PATH)s
     CFLAGS =-I${senna:location}/include




More information about the Erp5-report mailing list