summaryrefslogtreecommitdiff
path: root/www/cakephp13/files/patch-cake__console__cake
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-05 18:25:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-05 18:25:46 +0000
commit18822a985c40613d89efdb9a917e39de6bc076ba (patch)
tree2c5ad8d6eb48e63336aeeec6d662562db3ace01b /www/cakephp13/files/patch-cake__console__cake
parentFix build on FreeBSD 10. (diff)
- Update to 1.3.13
PR: 162289 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes
Notes: svn path=/head/; revision=285110
Diffstat (limited to 'www/cakephp13/files/patch-cake__console__cake')
-rw-r--r--www/cakephp13/files/patch-cake__console__cake12
1 files changed, 3 insertions, 9 deletions
diff --git a/www/cakephp13/files/patch-cake__console__cake b/www/cakephp13/files/patch-cake__console__cake
index dbf9ba921362..bb0d36c0ef15 100644
--- a/www/cakephp13/files/patch-cake__console__cake
+++ b/www/cakephp13/files/patch-cake__console__cake
@@ -1,18 +1,12 @@
---- ./cake/console/cake.orig 2011-07-26 13:46:14.000000000 -0400
-+++ ./cake/console/cake 2011-09-19 14:44:33.000000000 -0400
+--- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200
++++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
################################################################################
#
# Bake is a shell script for running CakePHP bake script
-@@ -18,9 +18,9 @@
- # @license MIT License (http://www.opensource.org/licenses/mit-license.php)
- #
- ################################################################################
--LIB=${0/%cake/}
-+LIB=${0%cake}
- APP=`pwd`
+@@ -31,4 +31,4 @@
exec php -q ${LIB}cake.php -working "${APP}" "$@"