Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 16:53:36 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        linpct@gmail.com
Subject:   ports/177225: [PATCH] www/phalcon: update to 1.0.0
Message-ID:  <20130322085336.09C097470BA@goingmarry.kkbox.com>
Resent-Message-ID: <201303220910.r2M9A1l4012610@freefall.freebsd.org>

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

>Number:         177225
>Category:       ports
>Synopsis:       [PATCH] www/phalcon: update to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 09:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Gasol Wu
>Release:        FreeBSD 9.1-RC1 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012
>Description:
- Update to 1.0.0

Port maintainer (linpct@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- phalcon-1.0.0.patch begins here ---
diff -ruN /usr/ports/www/phalcon/Makefile ./Makefile
--- /usr/ports/www/phalcon/Makefile	2013-02-18 16:00:34.000000000 +0800
+++ ./Makefile	2013-03-22 16:04:30.000000000 +0800
@@ -2,10 +2,8 @@
 # $FreeBSD: ports/www/phalcon/Makefile,v 1.14 2013/02/18 08:00:34 svnexp Exp $
 
 PORTNAME=	phalcon
-PORTVERSION=	0.9.0
+PORTVERSION=	1.0.0
 CATEGORIES=	www
-MASTER_SITES=	https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/
-DISTNAME=	${PORTNAME}-c${PORTNAME}-${GITVERSION}
 
 MAINTAINER=	linpct@gmail.com
 COMMENT=	Phalcon PHP Framework written in C-language
@@ -13,9 +11,14 @@
 BUILD_DEPENDS=	${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo
 RUN_DEPENDS=	${LOCALBASE}/include/php/ext/pdo/php_pdo_driver.h:${PORTSDIR}/databases/php5-pdo
 
-GITVERSION=	7b3b060
+USE_GITHUB=	yes
+GH_ACCOUNT=	${PORTNAME}
+GH_PROJECT=	c${PORTNAME}
+GH_TAGNAME=	1.0.0
+GH_COMMIT=	0d052fc
+
 FETCH_ARGS=	-pRr
-WRKSRC=		${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/build/
+WRKSRC=		${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/build/
 
 CFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS=	--enable-phalcon --prefix=${PREFIX} --with-php-config=${LOCALBASE}/bin/php-config
diff -ruN /usr/ports/www/phalcon/distinfo ./distinfo
--- /usr/ports/www/phalcon/distinfo	2013-02-18 16:00:34.000000000 +0800
+++ ./distinfo	2013-03-22 16:04:48.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (phalcon-cphalcon-7b3b060.tar.gz) = 310a5674f3cd9e87af5f58fa70c1c9880cbf818db0d1409a7d5eda87cfc2cf0c
-SIZE (phalcon-cphalcon-7b3b060.tar.gz) = 2045250
+SHA256 (phalcon-1.0.0.tar.gz) = 091ba6f425df16f5249a1f4cf80b48df729e7ba0a9ec0fdec17cb8b71f15c72b
+SIZE (phalcon-1.0.0.tar.gz) = 2159006
--- phalcon-1.0.0.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?20130322085336.09C097470BA>