Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2012 11:37:49 GMT
From:      Christoph Theis <theis@gmx.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167290: [maintainer-update] Set NO_LATEST_LINK
Message-ID:  <201204251137.q3PBbnZB026389@red.freebsd.org>
Resent-Message-ID: <201204251140.q3PBeCFQ028738@freefall.freebsd.org>

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

>Number:         167290
>Category:       ports
>Synopsis:       [maintainer-update] Set NO_LATEST_LINK
>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 Apr 25 11:40:12 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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