Bug 184250 - [maintainer-update] Remove LATEST_LINK from www/cakephp13
Summary: [maintainer-update] Remove LATEST_LINK from www/cakephp13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-24 18:40 UTC by theis
Modified: 2013-11-25 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (306 bytes, patch)
2013-11-24 18:40 UTC, theis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description theis 2013-11-24 18:40:00 UTC
In www/cakephp13 remove LATEST_LINK from Makefile and add PKGNAMESUFFIX=13 instead to avoid package name collision

Fix: Patch attached with submission follows:
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-24 19:15:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-25 18:31:41 UTC
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 <theis@gmx.at> (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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-25 18:31:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!