Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Dec 2013 18:26:48 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184445: Fix pkgnames conflicts for www/cakephp11 and 12
Message-ID:  <20131202172648.37BD714269C@aragorn.in.absolight.net>
Resent-Message-ID: <201312021730.rB2HU2IL093710@freefall.freebsd.org>

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

>Number:         184445
>Category:       ports
>Synopsis:       Fix pkgnames conflicts for www/cakephp11 and 12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 02 17:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- www_cakephp1.diff begins here ---
Index: www/cakephp11/Makefile
===================================================================
--- www/cakephp11/Makefile	(revision 335482)
+++ www/cakephp11/Makefile	(working copy)
@@ -7,13 +7,12 @@
 CATEGORIES=	www
 MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
 		LOCAL/glarkin
+PKGNAMESUFFIX=	11
 DISTNAME=	cake_${PORTVERSION}
 
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	A framework for developing PHP web applications
 
-LATEST_LINK=	cakephp11
-
 USE_BZIP2=	yes
 
 USE_APACHE_RUN=	22+
Index: www/cakephp12/Makefile
===================================================================
--- www/cakephp12/Makefile	(revision 335482)
+++ www/cakephp12/Makefile	(working copy)
@@ -6,13 +6,12 @@
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \
 		LOCAL/glarkin
+PKGNAMESUFFIX=	12
 DISTNAME=	${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
 
 MAINTAINER=	glarkin@FreeBSD.org
 COMMENT=	A framework for developing PHP web applications
 
-LATEST_LINK=	cakephp12
-
 GITVERSION=	0-ge6e50e8
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-da67eb8
--- www_cakephp1.diff ends here ---


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



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