Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 18:31:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334880 - head/www/cakephp21
Message-ID:  <201311251831.rAPIVdZp078106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 25 18:31:39 2013
New Revision: 334880
URL: http://svnweb.freebsd.org/changeset/ports/334880

Log:
  - Fix PKGNAME collision:
    - Add PKGNAMESUFFIX
    - Remove LATEST_LINK
  - While I'm here, remove leading indefinite article from COMMENT
  
  PR:		ports/184251
  Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)

Modified:
  head/www/cakephp21/Makefile

Modified: head/www/cakephp21/Makefile
==============================================================================
--- head/www/cakephp21/Makefile	Mon Nov 25 18:31:33 2013	(r334879)
+++ head/www/cakephp21/Makefile	Mon Nov 25 18:31:39 2013	(r334880)
@@ -5,15 +5,14 @@ PORTNAME=	cakephp
 PORTVERSION=	2.1.3
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
+PKGNAMESUFFIX=	21
 DISTNAME=	${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
 
 MAINTAINER=	theis@gmx.at
-COMMENT=	A framework for developing PHP web applications
+COMMENT=	Framework for developing PHP web applications
 
 LICENSE=	MIT
 
-LATEST_LINK=	cakephp21
-
 GITVERSION=	0-gc26df70
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775



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