From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 23 17:00:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B2711065672 for ; Thu, 23 Aug 2012 17:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AEA5E8FC17 for ; Thu, 23 Aug 2012 17:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7NH08JL034206 for ; Thu, 23 Aug 2012 17:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7NH08ig034198; Thu, 23 Aug 2012 17:00:08 GMT (envelope-from gnats) Resent-Date: Thu, 23 Aug 2012 17:00:08 GMT Resent-Message-Id: <201208231700.q7NH08ig034198@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Phillips Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A44E106564A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170926: Add LATEST_LINK to www/cakephp21 and www/cakephp22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 17:00:10 -0000 >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: