Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 16:57:09 GMT
From:      Phil Phillips <pphillips@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170926: Add LATEST_LINK to www/cakephp21 and www/cakephp22
Message-ID:  <201208231657.q7NGv9GZ019026@red.freebsd.org>
Resent-Message-ID: <201208231700.q7NH08ig034198@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170926
>Category:       ports
>Synopsis:       Add LATEST_LINK to www/cakephp21 and www/cakephp22
>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:   Thu Aug 23 17:00:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Phil Phillips
>Release:        
>Organization:
Experts Exchange, LLC
>Environment:
>Description:
A cakephp22 port was created, and cakephp2 was moved to cakephp21.  Each port needs its own LATEST_LINK value.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: cakephp21/Makefile
===================================================================
--- cakephp21/Makefile	(revision 303031)
+++ cakephp21/Makefile	(working copy)
@@ -16,6 +16,8 @@
 
 LICENSE=	MIT
 
+LATEST_LINK=	cakephp21
+
 GITVERSION=	0-gc26df70
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775
Index: cakephp22/Makefile
===================================================================
--- cakephp22/Makefile	(revision 303031)
+++ cakephp22/Makefile	(working copy)
@@ -16,6 +16,8 @@
 
 LICENSE=	MIT
 
+LATEST_LINK=	cakephp22
+
 GITVERSION=	0-gcc44130
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-1592a60


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208231657.q7NGv9GZ019026>