mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Forgot to "cvs add" new patch file
This commit is contained in:
parent
1568e43108
commit
9157ceb1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232455
4 changed files with 84 additions and 0 deletions
21
www/cakephp-devel/files/patch-cake__console__cake
Normal file
21
www/cakephp-devel/files/patch-cake__console__cake
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
|
||||
+++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
################################################################################
|
||||
#
|
||||
# Bake is a shell script for running CakePHP bake script
|
||||
@@ -24,9 +24,9 @@
|
||||
################################################################################
|
||||
clear
|
||||
|
||||
-LIB=${0/%cake/}
|
||||
+LIB=${0%cake}
|
||||
APP=`pwd`
|
||||
|
||||
exec php -q ${LIB}cake.php -working "${APP}" "$@"
|
||||
|
||||
-exit;
|
||||
\ No newline at end of file
|
||||
+exit;
|
21
www/cakephp12/files/patch-cake__console__cake
Normal file
21
www/cakephp12/files/patch-cake__console__cake
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
|
||||
+++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
################################################################################
|
||||
#
|
||||
# Bake is a shell script for running CakePHP bake script
|
||||
@@ -24,9 +24,9 @@
|
||||
################################################################################
|
||||
clear
|
||||
|
||||
-LIB=${0/%cake/}
|
||||
+LIB=${0%cake}
|
||||
APP=`pwd`
|
||||
|
||||
exec php -q ${LIB}cake.php -working "${APP}" "$@"
|
||||
|
||||
-exit;
|
||||
\ No newline at end of file
|
||||
+exit;
|
21
www/cakephp13/files/patch-cake__console__cake
Normal file
21
www/cakephp13/files/patch-cake__console__cake
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
|
||||
+++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
################################################################################
|
||||
#
|
||||
# Bake is a shell script for running CakePHP bake script
|
||||
@@ -24,9 +24,9 @@
|
||||
################################################################################
|
||||
clear
|
||||
|
||||
-LIB=${0/%cake/}
|
||||
+LIB=${0%cake}
|
||||
APP=`pwd`
|
||||
|
||||
exec php -q ${LIB}cake.php -working "${APP}" "$@"
|
||||
|
||||
-exit;
|
||||
\ No newline at end of file
|
||||
+exit;
|
21
www/cakephp2/files/patch-cake__console__cake
Normal file
21
www/cakephp2/files/patch-cake__console__cake
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
|
||||
+++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
+#!/bin/sh
|
||||
################################################################################
|
||||
#
|
||||
# Bake is a shell script for running CakePHP bake script
|
||||
@@ -24,9 +24,9 @@
|
||||
################################################################################
|
||||
clear
|
||||
|
||||
-LIB=${0/%cake/}
|
||||
+LIB=${0%cake}
|
||||
APP=`pwd`
|
||||
|
||||
exec php -q ${LIB}cake.php -working "${APP}" "$@"
|
||||
|
||||
-exit;
|
||||
\ No newline at end of file
|
||||
+exit;
|
Loading…
Add table
Reference in a new issue