mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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:
parent
b7675f4b0d
commit
197f88a8d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335065
@ -2,20 +2,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cakephp
|
||||
PORTVERSION= 1.3.15
|
||||
PORTVERSION= 1.3.17
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 13
|
||||
DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
|
||||
|
||||
MAINTAINER= theis@gmx.at
|
||||
COMMENT= Framework for developing PHP web applications
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
GITVERSION= 0-g3ff1ff1
|
||||
FETCH_ARGS= -pRr
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5e063d7
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_COMMIT= 3a101d9
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac
|
||||
SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760
|
||||
SHA256 (cakephp-1.3.17.tar.gz) = 7e9e1091e3d6b370ea371a34341fe547c2ab359351e1adb9f3f0148fcb049e3d
|
||||
SIZE (cakephp-1.3.17.tar.gz) = 991549
|
||||
|
@ -1,15 +1,8 @@
|
||||
--- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200
|
||||
+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200
|
||||
--- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100
|
||||
+++ cake/console/cake 2013-11-27 16:28:29.000000000 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/bash
|
||||
-#!/usr/bin/env 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;
|
||||
|
Loading…
Reference in New Issue
Block a user