From nobody@FreeBSD.org  Wed Apr 25 11:37:49 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 824F8106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Apr 2012 11:37:49 +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 6E2538FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Apr 2012 11:37:49 +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 q3PBbng0026390
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 25 Apr 2012 11:37:49 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3PBbnZB026389;
	Wed, 25 Apr 2012 11:37:49 GMT
	(envelope-from nobody)
Message-Id: <201204251137.q3PBbnZB026389@red.freebsd.org>
Date: Wed, 25 Apr 2012 11:37:49 GMT
From: Christoph Theis <theis@gmx.at>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer-update] Set NO_LATEST_LINK
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167290
>Category:       ports
>Synopsis:       [maintainer-update] Set NO_LATEST_LINK on www/cakephp13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 11:40:12 UTC 2012
>Closed-Date:    Wed May 02 18:54:39 UTC 2012
>Last-Modified:  Wed May  2 19:00:26 UTC 2012
>Originator:     Christoph Theis
>Release:        
>Organization:
>Environment:
>Description:
www/cakephp13 and the new port cakephp2 have the same default LATEST_LINK. 
cakephp2 is the current one and recommended to use. So cakephp2 keeps the default LATEST_LINK and cakephp13 get NO_LATEST_LINK set.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/cakephp13/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	23 Apr 2012 17:46:48 -0000	1.33
+++ Makefile	25 Apr 2012 11:24:57 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=	theis@gmx.at
 COMMENT=	A framework for developing PHP web applications
 
+NO_LATEST_LINK= yes
+
 LICENSE=	MIT
 
 GITVERSION=	0-g3ff1ff1


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Fri Apr 27 20:05:23 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, theis@gmx.at
Cc:  
Subject: Re: ports/167290: [maintainer-update] Set NO_LATEST_LINK on www/cakephp13
Date: Mon, 30 Apr 2012 19:25:41 +0200

 This is a multi-part message in MIME format.
 --------------050507090909080406030500
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Since the other cakephp ports have LATEST_LINK set to a unique name I 
 was thinking using the attached patch would be better if you approve.
 
 Thanks!
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --------------050507090909080406030500
 Content-Type: text/plain; charset=us-ascii;
  name="PR167290-cakephp13.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="PR167290-cakephp13.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/www/cakephp13/Makefile,v
 retrieving revision 1.33
 diff -u -r1.33 Makefile
 --- Makefile	23 Apr 2012 17:46:48 -0000	1.33
 +++ Makefile	30 Apr 2012 17:25:12 -0000
 @@ -15,6 +15,8 @@
  MAINTAINER=	theis@gmx.at
  COMMENT=	A framework for developing PHP web applications
  
 +LATEST_LINK=	cakephp13
 +
  LICENSE=	MIT
  
  GITVERSION=	0-g3ff1ff1
 
 --------------050507090909080406030500--

From: Christoph Theis <theis@gmx.at>
To: Guido Falsi <mad@madpilot.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167290: [maintainer-update] Set NO_LATEST_LINK on www/cakephp13
Date: Wed, 02 May 2012 08:55:33 +0200

 Hello Guido!
 
 Am 30.04.2012 19:25, schrieb Guido Falsi:
 > Since the other cakephp ports have LATEST_LINK set to a unique name I
 > was thinking using the attached patch would be better if you approve.
 
 That was the alternative I was thinking about. It is OK for me.
 I choose NO_LATEST_LINK because installing (starting with, not updating) 
 cakephp-1.x makes sense only when using PHP 4.x, but that PHP version is 
 outdated. So who is going to install it?
 
 But a LATEST_LINK doesn't hurt, cakephp13 is not obsolete, so lets go 
 with LATEST_LINK.
 
 
 Thanks and best regards
 
 Christoph
 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Wed May 2 18:54:38 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167290: commit references a PR
Date: Wed,  2 May 2012 18:55:17 +0000 (UTC)

 madpilot    2012-05-02 18:54:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/cakephp13        Makefile 
   Log:
   Set LATEST_LINK.
   
   PR:             ports/167290
   Submitted by:   Christoph Theis <theis@gmx.at> (maintainer)
   Approved by:    crees (mentor)
   
   Revision  Changes    Path
   1.34      +2 -0      ports/www/cakephp13/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
