diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2012-05-11 21:31:25 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2012-05-11 21:31:25 +0000 |
commit | 9acdfce7b4600ea1dd0dc85bead90bc4d1a31823 (patch) | |
tree | 2b35b24552c8a187928072551b648265ec778945 | |
parent | - Remove unmaintained COW-3 binary in favor of supported opensource client-co... (diff) |
- Add DISTNAME to download correct tarball
PR: ports/167783
Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=296462
-rw-r--r-- | www/phalcon/Makefile | 4 | ||||
-rw-r--r-- | www/phalcon/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile index 5fee92a379b9..83a88b3ca825 100644 --- a/www/phalcon/Makefile +++ b/www/phalcon/Makefile @@ -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 --git a/www/phalcon/distinfo b/www/phalcon/distinfo index be2ebd9b3fd0..5e7a74698a98 100644 --- a/www/phalcon/distinfo +++ b/www/phalcon/distinfo @@ -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 |