head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.08.21.19.48.06;	author jgh;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 302893 on 2012-08-21 19:48:06Z by jgh

add new port: www/cakephp22

This is a port of the CakePHP web application framework. CakePHP is a
free open-source rapid development framework for PHP. It's a structure
of libraries, classes and run-time infrastructure for programmers
creating web applications originally inspired by the Ruby on Rails
framework. Our primary goal is to enable you to work in a structured
and rapid manner - without loss of flexibility.

Add respective conflicts for www/cakephp22 and www/cakephp21.

PR:	170362
Submitted by:	pphillips@@experts-exchange.com
Sponsored by:	Experts Exchange, LLC.
@
text
@--- 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 @@@@
-#!/usr/bin/env bash
+#!/bin/sh
 ################################################################################
 #
 # Bake is a shell script for running CakePHP bake script
@@@@ -31,3 +31,4 @@@@
 exec php -q "$LIB"cake.php -working "$APP" "$@@"
 
 exit;
+
@
