ports/184332: [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug

Christoph Theis theis at gmx.at
Wed Nov 27 16:20:02 UTC 2013


>Number:         184332
>Category:       ports
>Synopsis:       [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 27 16:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Christoph Theis
>Release:        
>Organization:
>Environment:
>Description:
Update www/cakephp13 to version 1.3.17
Switch to use USE_GITHUB to fetch files
Fix a build error of the previous patch 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 335012)
+++ Makefile	(working copy)
@@ -2,20 +2,21 @@
 # $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 at gmx.at
 COMMENT=	Framework for developing PHP web applications
 
 LICENSE=	MIT
 
-GITVERSION=	0-g3ff1ff1
+USE_GITHUB=     yes
+GH_ACCOUNT=     ${PORTNAME}
+GH_PROJECT=     ${PORTNAME}
+GH_COMMIT=      143d7d7
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-5e063d7
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-3a101d9
 
 PORTDOCS=	README
 
Index: distinfo
===================================================================
--- distinfo	(revision 335012)
+++ distinfo	(working copy)
@@ -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
Index: files/patch-cake__console__cake
===================================================================
--- files/patch-cake__console__cake	(revision 335012)
+++ files/patch-cake__console__cake	(working copy)
@@ -1,15 +1,13 @@
---- ./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 @@
+@@ -31,3 +31,4 @@
+ exec php -q "$LIB"cake.php -working "$APP" "$@"
  
- exec php -q ${LIB}cake.php -working "${APP}" "$@"
- 
--exit;
-\ No newline at end of file
-+exit;
+ exit;
++


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list