summaryrefslogtreecommitdiff
path: root/www/cakephp21/files/patch-cake__console__cake
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-01-26 21:24:52 +0000
committerRene Ladan <rene@FreeBSD.org>2016-01-26 21:24:52 +0000
commit53f742ca21fee1774af6c3833d99957f6185638e (patch)
tree79c62e0a27c094f02cbe485b41f215760d9c65e8 /www/cakephp21/files/patch-cake__console__cake
parentModernize pkg-plist (diff)
Remove expired ports that are consumers of expired lang/php5. Exceptions:
- www/pecl-zendopcache : used by Mk/bsd.php.mk - databases/php5-redis : optionally used by www/magento A PR exists for databases/php5-pdo_cassandra to make it work with supported versions of PHP.
Notes
Notes: svn path=/head/; revision=407315
Diffstat (limited to 'www/cakephp21/files/patch-cake__console__cake')
-rw-r--r--www/cakephp21/files/patch-cake__console__cake13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/cakephp21/files/patch-cake__console__cake b/www/cakephp21/files/patch-cake__console__cake
deleted file mode 100644
index 72584f7c7cb7..000000000000
--- a/www/cakephp21/files/patch-cake__console__cake
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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;
-+