ports/184445: Fix pkgnames conflicts for www/cakephp11 and 12
Mathieu Arnold
mat at FreeBSD.org
Mon Dec 2 17:30:02 UTC 2013
>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 at 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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list