From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:31:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3E0FA41; Mon, 25 Nov 2013 18:31:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33C82E85; Mon, 25 Nov 2013 18:31:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIVX3E078034; Mon, 25 Nov 2013 18:31:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIVXAc078032; Mon, 25 Nov 2013 18:31:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251831.rAPIVXAc078032@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 18:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334879 - head/www/cakephp13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 18:31:34 -0000 Author: sunpoet Date: Mon Nov 25 18:31:33 2013 New Revision: 334879 URL: http://svnweb.freebsd.org/changeset/ports/334879 Log: - Fix PKGNAME collision: - Add PKGNAMESUFFIX - Remove LATEST_LINK - While I'm here: - Update MASTER_SITES - Remove leading indefinite article from COMMENT PR: ports/184250 Submitted by: Christoph Theis (maintainer) Modified: head/www/cakephp13/Makefile head/www/cakephp13/distinfo (contents, props changed) Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Mon Nov 25 18:17:16 2013 (r334878) +++ head/www/cakephp13/Makefile Mon Nov 25 18:31:33 2013 (r334879) @@ -4,14 +4,12 @@ PORTNAME= cakephp PORTVERSION= 1.3.15 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \ - LOCAL/glarkin +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ +PKGNAMESUFFIX= 13 DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at -COMMENT= A framework for developing PHP web applications - -LATEST_LINK= cakephp13 +COMMENT= Framework for developing PHP web applications LICENSE= MIT Modified: head/www/cakephp13/distinfo ============================================================================== --- head/www/cakephp13/distinfo Mon Nov 25 18:17:16 2013 (r334878) +++ head/www/cakephp13/distinfo Mon Nov 25 18:31:33 2013 (r334879) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 3cf8c91f34077509993154b9f86c27812fcb55e21c5a61844af293ad710587c7 -SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 989878 +SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac +SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760