Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2012 08:47:10 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167783: [MAINTAINER] www/phalcon: add DISTNAME to download correct tarball
Message-ID:  <20120511004710.C3E775C23@deep.tw>
Resent-Message-ID: <201205110050.q4B0oBu9081926@freefall.freebsd.org>

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

>Number:         167783
>Category:       ports
>Synopsis:       [MAINTAINER] www/phalcon: add DISTNAME to download correct tarball
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 11 00:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Thu Apr 19 10:22:37 CST 2012
>Description:
Add DISTNAME to download correct tarball
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- phalcon-0.3.5_1.patch begins here ---
diff -ruN --exclude=CVS ../phalcon.orig/Makefile ./Makefile
--- ../phalcon.orig/Makefile	2012-05-11 08:43:39.000000000 +0800
+++ ./Makefile	2012-05-11 08:37:16.000000000 +0800
@@ -7,13 +7,15 @@
 
 PORTNAME=	phalcon
 PORTVERSION=	0.3.5
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/c${PORTNAME}/tarball/master/
+DISTNAME=	${PORTNAME}-c${PORTNAME}-${GITVERSION}
 
 MAINTAINER=	linpct@gmail.com
 COMMENT=	Phalcon PHP Framework written in C-language
 
-GITVERSION=	bb24857
+GITVERSION=	c6df8a4
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/release/
 
diff -ruN --exclude=CVS ../phalcon.orig/distinfo ./distinfo
--- ../phalcon.orig/distinfo	2012-05-11 08:43:41.000000000 +0800
+++ ./distinfo	2012-05-11 08:38:02.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (phalcon-0.3.5.tar.gz) = 8ef6be0730322ed1872d9bb3deca08c5ed81068f86378a11380739861810e843
-SIZE (phalcon-0.3.5.tar.gz) = 383634
+SHA256 (phalcon-cphalcon-c6df8a4.tar.gz) = 5a78652498a8a0ea7c75a8fc162c5e8bd8cb7484a9d213028af5418855211d90
+SIZE (phalcon-cphalcon-c6df8a4.tar.gz) = 383597
--- phalcon-0.3.5_1.patch ends here ---

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



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