From nobody@FreeBSD.org  Thu Aug 23 16:57:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7A44E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Aug 2012 16:57:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 669CE8FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Aug 2012 16:57:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7NGv9Qw019027
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Aug 2012 16:57:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q7NGv9GZ019026;
	Thu, 23 Aug 2012 16:57:09 GMT
	(envelope-from nobody)
Message-Id: <201208231657.q7NGv9GZ019026@red.freebsd.org>
Date: Thu, 23 Aug 2012 16:57:09 GMT
From: Phil Phillips <pphillips@experts-exchange.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add LATEST_LINK to www/cakephp21 and www/cakephp22
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: theis@gmx.at

>Number:         170926
>Category:       ports
>Synopsis:       Add LATEST_LINK to www/cakephp21 and www/cakephp22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jgh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 17:00:08 UTC 2012
>Closed-Date:    Thu Aug 23 20:52:20 UTC 2012
>Last-Modified:  Thu Aug 23 20:52:20 UTC 2012
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu Aug 23 17:00:57 UTC 2012 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170926 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 23 17:01:02 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170926 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: theis@gmx.at
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/170926: Add LATEST_LINK to www/cakephp21 and www/cakephp22
Date: Thu, 23 Aug 2012 17:01:00 UT

 Maintainer of www/cakephp21,
 
 Please note that PR ports/170926 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170926
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->jgh 
Responsible-Changed-By: crees 
Responsible-Changed-When: Thu Aug 23 17:25:38 UTC 2012 
Responsible-Changed-Why:  
You want this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170926 

From: Christoph Theis <theis@gmx.at>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170926: Add LATEST_LINK to www/cakephp21 and www/cakephp22
Date: Thu, 23 Aug 2012 21:44:55 +0200

 Am 23.08.2012 19:01, schrieb Edwin Groothuis:
 > Maintainer of www/cakephp21,
 >
 > Please note that PR ports/170926 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170926
 >
 
 
 For me it's OK.
 
 In the past, the current CakePHP version had the latest link "cakephp", 
 without version. Maybe we should keep it that way.
 
 Please mind that an update of cakephp21 to current 2.1.5 is pending 
 (pr=170082)
 
 
 Christoph
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170926: commit references a PR
Date: Thu, 23 Aug 2012 20:47:55 +0000 (UTC)

 Author: jgh
 Date: Thu Aug 23 20:47:44 2012
 New Revision: 303036
 URL: http://svn.freebsd.org/changeset/ports/303036
 
 Log:
   - add LATEST_LINK with introduction of www/cakephp22
   
   PR:     170926
   Submitted by:   pphillips@experts-exchange.com
   Approved by:    maintainer, theis@gmx.at
 
 Modified:
   head/www/cakephp21/Makefile
 
 Modified: head/www/cakephp21/Makefile
 ==============================================================================
 --- head/www/cakephp21/Makefile	Thu Aug 23 20:43:07 2012	(r303035)
 +++ head/www/cakephp21/Makefile	Thu Aug 23 20:47:44 2012	(r303036)
 @@ -16,6 +16,8 @@ COMMENT=	A framework for developing PHP 
  
  LICENSE=	MIT
  
 +LATEST_LINK=	cakephp21
 +
  GITVERSION=	0-gc26df70
  FETCH_ARGS=	-pRr
  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->open 
State-Changed-By: jgh 
State-Changed-When: Thu Aug 23 20:52:10 UTC 2012 
State-Changed-Why:  
maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170926 
State-Changed-From-To: open->closed 
State-Changed-By: jgh 
State-Changed-When: Thu Aug 23 20:52:19 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170926 
>Unformatted:
