- Update to 1.3.7

- Use USE_GITHUB
- Fix patch file

Changes:	https://github.com/cakephp/cakephp/commits/1.3
PR:		ports/184332
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-27 21:33:24 +00:00
parent b7675f4b0d
commit 197f88a8d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335065
3 changed files with 10 additions and 18 deletions

View file

@ -2,20 +2,19 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= cakephp PORTNAME= cakephp
PORTVERSION= 1.3.15 PORTVERSION= 1.3.17
CATEGORIES= www CATEGORIES= www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMESUFFIX= 13 PKGNAMESUFFIX= 13
DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
MAINTAINER= theis@gmx.at MAINTAINER= theis@gmx.at
COMMENT= Framework for developing PHP web applications COMMENT= Framework for developing PHP web applications
LICENSE= MIT LICENSE= MIT
GITVERSION= 0-g3ff1ff1 USE_GITHUB= yes
FETCH_ARGS= -pRr GH_ACCOUNT= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5e063d7 GH_PROJECT= ${PORTNAME}
GH_COMMIT= 3a101d9
PORTDOCS= README PORTDOCS= README

View file

@ -1,2 +1,2 @@
SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac SHA256 (cakephp-1.3.17.tar.gz) = 7e9e1091e3d6b370ea371a34341fe547c2ab359351e1adb9f3f0148fcb049e3d
SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760 SIZE (cakephp-1.3.17.tar.gz) = 991549

View file

@ -1,15 +1,8 @@
--- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200 --- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100
+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200 +++ cake/console/cake 2013-11-27 16:28:29.000000000 +0100
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/bin/bash -#!/usr/bin/env bash
+#!/bin/sh +#!/bin/sh
################################################################################ ################################################################################
# #
# Bake is a shell script for running CakePHP bake script # 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;