head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	old_RELEASE_7_4_0:1.2
	old_RELEASE_8_2_0:1.2
	old_RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.2
	old_RELEASE_7_3_0:1.2
	old_RELEASE_8_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2011.11.05.18.25.46;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.19.19.00.25;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.19.18.29.43;	author glarkin;	state Exp;
branches;
next	1.2;

1.2
date	2009.09.23.16.56.57;	author glarkin;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.21.20.24.36;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 1.3.13

PR:		162289
Submitted by:	Christoph Theis <theis@@gmx.at> (maintainer)
@
text
@--- ./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
@@@@ -31,4 +31,4 @@@@
 
 exec php -q ${LIB}cake.php -working "${APP}" "$@@"
 
-exit;
\ No newline at end of file
+exit;
@


1.4
log
@- Updated to 1.3.11 after repocopy
- Connected www/cakephp13 to build

PR:		ports/160772
Submitted by:	Christoph Theis <theis@@gmx.at>
@
text
@d1 2
a2 2
--- ./cake/console/cake.orig	2011-07-26 13:46:14.000000000 -0400
+++ ./cake/console/cake	2011-09-19 14:44:33.000000000 -0400
d9 1
a9 7
@@@@ -18,9 +18,9 @@@@
 # @@license			MIT License (http://www.opensource.org/licenses/mit-license.php)
 #
 ################################################################################
-LIB=${0/%cake/}
+LIB=${0%cake}
 APP=`pwd`
@


1.3
log
@- Forced commit to note completion of repocopy from www/cakephp12 to
  www/cakephp13

PR:		ports/160772
Submitted by:	glarkin
Approved by:	portmgr (marcus)
@
text
@d1 2
a2 2
--- ./cake/console/cake.orig	2009-04-21 16:16:45.000000000 -0400
+++ ./cake/console/cake	2009-04-21 16:16:54.000000000 -0400
d9 3
a11 1
@@@@ -24,9 +24,9 @@@@
a12 2
 clear
 
@


1.2
log
@- Repocopy from www/cakephp-devel to www/cakephp12 has been completed

PR:		ports/138900
Approved by:	marcus (portmgr hat)
Feature safe:	yes
@
text
@@


1.1
log
@- Forgot to "cvs add" new patch file
@
text
@@

