diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-01-26 21:24:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-01-26 21:24:52 +0000 |
commit | 53f742ca21fee1774af6c3833d99957f6185638e (patch) | |
tree | 79c62e0a27c094f02cbe485b41f215760d9c65e8 /www/cakephp13/files/cakephp-development.conf.in | |
parent | Modernize 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/cakephp13/files/cakephp-development.conf.in')
-rw-r--r-- | www/cakephp13/files/cakephp-development.conf.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/cakephp13/files/cakephp-development.conf.in b/www/cakephp13/files/cakephp-development.conf.in deleted file mode 100644 index 86a7a676d57b..000000000000 --- a/www/cakephp13/files/cakephp-development.conf.in +++ /dev/null @@ -1,10 +0,0 @@ -AddType application/x-httpd-php .php -AddType application/x-httpd-php-source .phps - -Alias /cakephp %%WWWDIR%% - -<Location /cakephp> - DirectoryIndex index.php - Order deny,allow - Allow from all -</Location> |