summaryrefslogtreecommitdiff
path: root/www/cakephp2/files/patch-cake__console__cake
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-04-23 17:49:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-04-23 17:49:24 +0000
commitd6983f55ae523948819e16f7f6f934f5485647b3 (patch)
tree8e32514bfa5d5c0c0e6e767dd25951696587edba /www/cakephp2/files/patch-cake__console__cake
parent- Update to version 1.3.15 (diff)
- Add CakePHP 2.1.1
- Connect to the build PR: ports/167099 Submitted by: Christoph Theis <theis@gmx.at> (maintainer) Approved by: crees (mentor)
Notes
Notes: svn path=/head/; revision=295322
Diffstat (limited to 'www/cakephp2/files/patch-cake__console__cake')
-rw-r--r--www/cakephp2/files/patch-cake__console__cake16
1 files changed, 7 insertions, 9 deletions
diff --git a/www/cakephp2/files/patch-cake__console__cake b/www/cakephp2/files/patch-cake__console__cake
index bb0d36c0ef15..72584f7c7cb7 100644
--- a/www/cakephp2/files/patch-cake__console__cake
+++ b/www/cakephp2/files/patch-cake__console__cake
@@ -1,15 +1,13 @@
---- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200
-+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200
+--- lib/Cake/Console/cake.orig 2012-02-20 19:44:50.000000000 +0100
++++ lib/Cake/Console/cake 2012-02-20 19:45:27.000000000 +0100
@@ -1,4 +1,4 @@
--#!/bin/bash
+-#!/usr/bin/env bash
+#!/bin/sh
################################################################################
#
# Bake is a shell script for running CakePHP bake script
-@@ -31,4 +31,4 @@
+@@ -31,3 +31,4 @@
+ exec php -q "$LIB"cake.php -working "$APP" "$@"
- exec php -q ${LIB}cake.php -working "${APP}" "$@"
-
--exit;
-\ No newline at end of file
-+exit;
+ exit;
++