Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2013 03:01:31 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        linpct@gmail.com
Subject:   ports/175215: [PATCH] www/phalcon: update to 0.8.0
Message-ID:  <20130111190131.A46EE7474C2@goingmarry.kkbox.com>
Resent-Message-ID: <201301111910.r0BJA0tZ050109@freefall.freebsd.org>

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

>Number:         175215
>Category:       ports
>Synopsis:       [PATCH] www/phalcon: update to 0.8.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 Jan 11 19:10:00 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 0.8.0

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

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

--- phalcon-0.8.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/phalcon/Makefile ./Makefile
--- /usr/ports/www/phalcon/Makefile	2012-11-17 14:02:57.000000000 +0800
+++ ./Makefile	2013-01-12 03:00:27.000000000 +0800
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/www/phalcon/Makefile,v 1.12 2012/11/17 06:02:57 svnexp Exp $
 
 PORTNAME=	phalcon
-PORTVERSION=	0.6.0
+PORTVERSION=	0.8.0
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/${PORTNAME}/c${PORTNAME}/tarball/${GITVERSION}/
 DISTNAME=	${PORTNAME}-c${PORTNAME}-${GITVERSION}
@@ -13,7 +13,7 @@
 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=	906d0f9
+GITVERSION=	10cbc51
 FETCH_ARGS=	-pRr
 WRKSRC=		${WRKDIR}/${PORTNAME}-c${PORTNAME}-${GITVERSION}/build/
 
@@ -24,4 +24,14 @@
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+WRKSRC:=	${WRKSRC}/64bits
+.elif ${ARCH} == "i386"
+WRKSRC:=	${WRKSRC}/32bits
+.else
+BROKEN=		Only support on amd64 or i386
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/phalcon/distinfo ./distinfo
--- /usr/ports/www/phalcon/distinfo	2012-11-08 23:06:52.000000000 +0800
+++ ./distinfo	2013-01-12 02:33:21.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (phalcon-cphalcon-906d0f9.tar.gz) = 315d46fa09589cb64e8b8732b83ef5a9be616bc4fe6ebe89685f68b7818e9596
-SIZE (phalcon-cphalcon-906d0f9.tar.gz) = 1016139
+SHA256 (phalcon-cphalcon-10cbc51.tar.gz) = da43840dbebf0adf90950fe8616c8620a6a2d489196d39348d6beb236541c012
+SIZE (phalcon-cphalcon-10cbc51.tar.gz) = 1849074
--- phalcon-0.8.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?20130111190131.A46EE7474C2>