diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 21:33:24 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 21:33:24 +0000 |
| commit | 197f88a8d63b79ef43e88e93c5acde61a2b7274c (patch) | |
| tree | ffa460a0a57ca0cfdbe456cb08eaa46bfea39ad9 /www/cakephp13/files/patch-cake__console__cake | |
| parent | - Fix PLIST (diff) | |
- Update to 1.3.7
- Use USE_GITHUB
- Fix patch file
Changes: https://github.com/cakephp/cakephp/commits/1.3
PR: ports/184332
Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
Notes
Notes:
svn path=/head/; revision=335065
Diffstat (limited to 'www/cakephp13/files/patch-cake__console__cake')
| -rw-r--r-- | www/cakephp13/files/patch-cake__console__cake | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/cakephp13/files/patch-cake__console__cake b/www/cakephp13/files/patch-cake__console__cake index bb0d36c0ef15..f1e3708b5073 100644 --- a/www/cakephp13/files/patch-cake__console__cake +++ b/www/cakephp13/files/patch-cake__console__cake @@ -1,15 +1,8 @@ ---- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200 -+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200 +--- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100 ++++ cake/console/cake 2013-11-27 16:28:29.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 @@ - - exec php -q ${LIB}cake.php -working "${APP}" "$@" - --exit; -\ No newline at end of file -+exit; |
